Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 50) sorted by relevance

12

/PHP-5.4/ext/ereg/regex/
H A Dengine.c81 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 Dengine.ih8 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 Dregcomp.ih7 static void p_ere(register struct parse *p, int stop);
H A Dregcomp.c200 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.4/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt130 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 Dmysqli_fork.phpt117 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 Dmysqli_insert_id.phpt77 between the second last insert and the lock, therefore don't stop just bail
/PHP-5.4/ext/phar/tests/zip/
H A Dbug48791.phpt14stop-position="1.27cm" fo:text-indent="-0.635cm" fo:margin-left="1.27cm"/></style:list-level-prope…
/PHP-5.4/ext/iconv/tests/
H A Dtranslit-failure.phpt22 * infinite loop when ASCII//TRANSLIT is performed. We should stop it in
/PHP-5.4/ext/standard/tests/array/
H A Dcount_variation3.phpt12 * This will stop the script before it reaches the end.
/PHP-5.4/main/
H A Drfc1867.h73 typedef char* (*php_rfc1867_getword_t)(const zend_encoding *encoding, char **line, char stop TSRMLS…
H A Drfc1867.c45 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.4/Zend/tests/
H A Dbug21478.phpt30 // Uncommenting the following 'print' line causes the segfault to stop occuring
/PHP-5.4/ext/standard/tests/file/
H A Dfeof_basic.phpt22 echo "\n*** testing reading complete file using feof to stop ***\n";
76 *** testing reading complete file using feof to stop ***
H A Dfwrite_error.phpt8 If the length arquement is given,writing will stop after length bytes have been
/PHP-5.4/ext/pcre/tests/
H A Dpreg_replace_basic.phpt14 …indefinite amount of whitespace around them and replaces them with a full stop precedeby no spaces…
H A Dpreg_replace_edit_basic.phpt27 …indefinite amount of whitespace around them and replaces them with a full stop precedeby no spaces…
/PHP-5.4/ext/tokenizer/tests/
H A Dbug54089.phpt2 Bug #54089 (token_get_all() does not stop after __halt_compiler)
/PHP-5.4/ext/soap/
H A DTODO.old34 does this list stop... what exactly have i done?
/PHP-5.4/sapi/litespeed/
H A DREADME115 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.4/sapi/apache2handler/
H A DREADME18 function, and tried to stop any method where a php script can run another php
/PHP-5.4/ext/phar/tests/
H A D027.phpt47 // this may stop working in future versions, but is here for code coverage purposes
H A D027U.phpt47 // this may stop working in future versions, but is here for code coverage purposes
/PHP-5.4/ext/standard/tests/strings/
H A Dsetlocale_basic1.phpt93 // stop here
/PHP-5.4/ext/standard/
H A Durl_scanner_ex.c243 #define YYFILL(n) goto stop
885 stop: in xx_mainloop()

Completed in 53 milliseconds

12