/PHP-5.5/ext/ereg/regex/ |
H A D | engine.c | 81 unsigned char *stop; local 93 if (stop < start) 113 m->endp = stop; 235 unsigned char *stop; 293 stp = stop; 317 stp = stop; 353 stp = stop; 410 assert(sp == stop); 423 unsigned char *stop; 453 if (sp == stop) [all …]
|
H A D | engine.ih | 8 static unsigned char *dissect(register struct match *m, unsigned char *start, unsigned char *stop, … 9 static unsigned char *backref(register struct match *m, unsigned char *start, unsigned char *stop, … 10 static unsigned char *fast(register struct match *m, unsigned char *start, unsigned char *stop, sop… 11 static unsigned char *slow(register struct match *m, unsigned char *start, unsigned char *stop, sop… 12 static states step(register struct re_guts *g, sopno start, sopno stop, register states bef, int ch… 26 static void at(struct match *m, unsigned char *title, unsigned char *start, unsigned char *stop, so…
|
H A D | regcomp.ih | 7 static void p_ere(register struct parse *p, int stop);
|
H A D | regcomp.c | 200 p_ere(p, stop) in p_ere() argument 202 int stop; /* character this ERE should end at */ 213 while (MORE() && (c = PEEK()) != '|' && c != stop) 238 assert(!MORE() || SEE(stop));
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | mysqli_fetch_array_large.phpt | 130 printf("stop: memory limit - %s vs. %s\n", $package_size, $limit); 136 printf("stop: packet size - %d\n", $package_size); 144 printf("stop: time limit - %2.2fs\n", $max_runtime); 167 stop: %s 168 stop: %s
|
H A D | mysqli_fork.phpt | 117 if ($tmp['msg'] == 'stop') 125 if (!mysqli_query($plink, sprintf($sql, 'stop')) || !mysqli_commit($link)) 151 case 'stop': 161 if (!mysqli_query($plink, sprintf($parent_sql, 'stop'))) { 169 if (!mysqli_query($plink, sprintf($parent_sql, 'stop'))) { 184 if (!mysqli_query($plink, sprintf($parent_sql, 'stop'))) { 251 child stop
|
H A D | mysqli_insert_id.phpt | 77 between the second last insert and the lock, therefore don't stop just bail
|
/PHP-5.5/ext/phar/tests/zip/ |
H A D | bug48791.phpt | 14 …stop-position="1.27cm" fo:text-indent="-0.635cm" fo:margin-left="1.27cm"/></style:list-level-prope…
|
/PHP-5.5/ext/iconv/tests/ |
H A D | translit-failure.phpt | 22 * infinite loop when ASCII//TRANSLIT is performed. We should stop it in
|
/PHP-5.5/ext/standard/tests/array/ |
H A D | count_variation3.phpt | 12 * This will stop the script before it reaches the end.
|
/PHP-5.5/main/ |
H A D | rfc1867.h | 73 typedef char* (*php_rfc1867_getword_t)(const zend_encoding *encoding, char **line, char stop TSRMLS…
|
H A D | rfc1867.c | 45 static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop TSRMLS_DC); 479 static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop TSRMLS_DC) in php_ap_getword() 484 while (*pos && *pos != stop) { in php_ap_getword() 507 while (*pos == stop) { in php_ap_getword()
|
/PHP-5.5/Zend/tests/ |
H A D | bug21478.phpt | 30 // Uncommenting the following 'print' line causes the segfault to stop occuring
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | feof_basic.phpt | 22 echo "\n*** testing reading complete file using feof to stop ***\n"; 76 *** testing reading complete file using feof to stop ***
|
H A D | fwrite_error.phpt | 8 If the length arquement is given,writing will stop after length bytes have been
|
H A D | fwrite_variation1-win32.phpt | 14 If the length arquement is given,writing will stop after length bytes have been
|
/PHP-5.5/ext/pcre/tests/ |
H A D | preg_replace_basic.phpt | 14 …indefinite amount of whitespace around them and replaces them with a full stop precedeby no spaces…
|
H A D | preg_replace_edit_basic.phpt | 27 …indefinite amount of whitespace around them and replaces them with a full stop precedeby no spaces…
|
/PHP-5.5/ext/tokenizer/tests/ |
H A D | bug54089.phpt | 2 Bug #54089 (token_get_all() does not stop after __halt_compiler)
|
/PHP-5.5/ext/soap/ |
H A D | TODO.old | 34 does this list stop... what exactly have i done?
|
/PHP-5.5/sapi/litespeed/ |
H A D | README | 115 LiteSpeed web server dynamically spawn/stop PHP processes, in this mode 120 start one PHP process, this process will start/stop children PHP processes 134 "Self Managed Mode". When set to 0, the internal process manager will stop
|
/PHP-5.5/sapi/apache2handler/ |
H A D | README | 18 function, and tried to stop any method where a php script can run another php
|
/PHP-5.5/ext/phar/tests/ |
H A D | 027.phpt | 47 // this may stop working in future versions, but is here for code coverage purposes
|
H A D | 027U.phpt | 47 // this may stop working in future versions, but is here for code coverage purposes
|
/PHP-5.5/ext/standard/tests/strings/ |
H A D | setlocale_basic1.phpt | 93 // stop here
|