Searched refs:EQ (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/ext/ereg/regex/ |
H A D | regexec.c | 29 #define EQ(a, b) ((a) == (b)) macro 55 #undef EQ 76 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0) macro
|
H A D | engine.c | 652 if (EQ(st, fresh)) 698 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st)); 780 if (EQ(st, empty) || p == stop) 789 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st));
|
/PHP-5.3/ext/sqlite/libsqlite/src/ |
H A D | parse.y | 138 %left EQ NE ISNULL NOTNULL IS LIKE GLOB BETWEEN IN. 496 setlist(A) ::= setlist(Z) COMMA nm(X) EQ expr(Y). 498 setlist(A) ::= nm(X) EQ expr(Y). {A = sqliteExprListAppend(0,Y,&X);} 573 expr(A) ::= expr(X) EQ expr(Y). {A = sqliteExpr(TK_EQ, X, Y, 0);} 777 cmd ::= PRAGMA ids(X) EQ nm(Y). {sqlitePragma(pParse,&X,&Y,0);} 778 cmd ::= PRAGMA ids(X) EQ ON(Y). {sqlitePragma(pParse,&X,&Y,0);} 779 cmd ::= PRAGMA ids(X) EQ plus_num(Y). {sqlitePragma(pParse,&X,&Y,0);} 780 cmd ::= PRAGMA ids(X) EQ minus_num(Y). {sqlitePragma(pParse,&X,&Y,1);}
|
/PHP-5.3/ext/standard/tests/url/ |
H A D | base64_encode_basic_001.phpt | 44 0x11: EQ==
|
/PHP-5.3/ext/fileinfo/tests/ |
H A D | magic | 2857 0 string Winamp\ EQ\ library\ file %s
|
Completed in 42 milliseconds