Searched refs:states (Results 1 – 12 of 12) sorted by relevance
/PHP-5.6/ext/ereg/regex/ |
H A D | engine.ih | 12 static states step(register struct re_guts *g, sopno start, sopno stop, register states bef, int ch… 23 static void print(struct match *m, unsigned char *caption, states st, int ch, FILE *d);
|
H A D | regexec.c | 22 #define states unsigned macro 49 #undef states 70 #define states unsigned char * macro
|
H A D | engine.c | 42 states st; /* current states */ 44 states tmp; /* temporary */ 45 states empty; /* empty set of states */ 632 register states st = m->st; 633 register states fresh = m->fresh; 634 register states tmp = m->tmp; 723 register states st = m->st; 724 register states empty = m->empty; 725 register states tmp = m->tmp; 811 static states [all …]
|
H A D | tests | 315 # fish for anomalies as the number of states passes 32
|
/PHP-5.6/sapi/cli/tests/ |
H A D | bug61546.phpt | 5 // reference doc for getmyinode() on php.net states that it returns an integer or FALSE on error
|
/PHP-5.6/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_exec.phpt | 58 …// Results may vary. Typically you will get 1. But the MySQL 5.1 manual states: Truncation operati…
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | HACKING | 19 a list of current states and checking all of them as it advanced through the 22 the pattern was all used up, all remaining states were possible matches, and 128 because it may have a number of states active at one time. More work would be
|
H A D | ChangeLog | 3418 "newline". Not only was this contrary to the documentation, which states
|
/PHP-5.6/ext/json/ |
H A D | JSON_parser.c | 110 enum states { enum
|
/PHP-5.6/ext/mbstring/libmbfl/ |
H A D | LICENSE | 250 Section 6 states terms for distribution of such executables.
|
/PHP-5.6/sapi/thttpd/ |
H A D | thttpd_patch | 1462 /* The connection states. */
|
/PHP-5.6/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1446 keeps multiple states active simultaneously).
|
Completed in 87 milliseconds