Searched refs:IS_IDENTICAL (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_parser.h99 IS_IDENTICAL = 316, enumerator in enum:yytokentype
190 #define IS_IDENTICAL 316 macro
H A Dphp_lexer.l141 "===" return IS_IDENTICAL;
H A Dphp_parser.y121 %nonassoc IS_EQ IS_NOEQUAL IS_IDENTICAL IS_NOIDENTICAL
412 | expr IS_IDENTICAL expr { $$ = make_exp_2(PHP_OP_SAME, $1, $3); }
H A Dphp_parser.c134 IS_IDENTICAL = 316, enumerator in enum:yytokentype
225 #define IS_IDENTICAL 316 macro
773 "IS_IDENTICAL", "IS_NOEQUAL", "IS_EQ", "'<'", "'>'", "IS_GREATER_OR_EQ",
H A Dphp_lexer.c1232 return IS_IDENTICAL;

Completed in 125 milliseconds