Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 35) sorted by last modified time

12

/PHP-7.4/ext/mbstring/
H A Dmbstring.c1137 static char *php_mb_rfc1867_getword(const zend_encoding *encoding, char **line, char stop) /* {{{ */ in php_mb_rfc1867_getword() argument
1142 while (*pos && *pos != stop) { in php_mb_rfc1867_getword()
1168 while (*pos == stop) { in php_mb_rfc1867_getword()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2924 - /* Place stdin in binary mode, so EOF (Ctrl+Z) doesn't stop early. */
/PHP-7.4/main/
H A Drfc1867.c50 static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop);
481 static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop) in php_ap_getword() argument
486 while (*pos && *pos != stop) { in php_ap_getword()
509 while (*pos == stop) { in php_ap_getword()
H A Drfc1867.h71 typedef char* (*php_rfc1867_getword_t)(const zend_encoding *encoding, char **line, char stop);
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_insert_id.phpt77 between the second last insert and the lock, therefore don't stop just bail
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
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c1102 size_t stop; member
1111 if (pc->output >= pc->stop) { in collector_substr()
1247 pc.stop = from + length; in mbfl_substr()
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in338 ; does not stop script execution for some reason. A value of '0' means 'off'.
/PHP-7.4/ext/standard/
H A Durl_scanner_ex.re328 #define YYFILL(n) goto stop
571 stop:
/PHP-7.4/ext/standard/tests/file/
H A Dfwrite_error.phpt8 If the length arquement is given,writing will stop after length bytes have been
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_variation3.phpt14 If the length arquement is given,writing will stop after length bytes have been
H A Dfwrite_variation4-win32.phpt14 If the length arquement is given,writing will stop after length bytes have been
H A Dfwrite_variation4.phpt14 If the length arquement is given,writing will stop after length bytes have been
H A Dfwrite_basic-win32-mb.phpt14 If the length arquement is given,writing will stop after length bytes have been
H A Dfwrite_basic-win32.phpt14 If the length arquement is given,writing will stop after length bytes have been
H A Dfwrite_basic.phpt14 If the length arquement is given,writing will stop after length bytes have been
/PHP-7.4/ext/phar/tests/zip/
H A Dbug48791.phpt13stop-position="1.27cm" fo:text-indent="-0.635cm" fo:margin-left="1.27cm"/></style:list-level-prope…
/PHP-7.4/ext/phar/tests/
H A D027.phpt46 // this may stop working in future versions, but is here for code coverage purposes
/PHP-7.4/sapi/phpdbg/
H A Dxml.md391 run / &lt;stop> tag
395 - &lt;stop type="end" />: script execution ended normally
396 - (error) &lt;stop type="bailout" /> the VM bailed out (usually because there was some error)
651 … a fixed number of following attributes are fetched, this tag will mark a stop of fetching if none…
H A Dphpdbg.init.d74 stop()
107 stop)
108 stop
114 $0 stop
/PHP-7.4/sapi/litespeed/
H A DREADME.md114 server dynamically spawn/stop PHP processes, in this mode "Instances" should
119 process will start/stop children PHP processes dynamically based on on demand.
132 "Self Managed Mode". When set to 0, the internal process manager will stop and
/PHP-7.4/ext/tokenizer/tests/
H A Dbug54089.phpt2 Bug #54089 (token_get_all() does not stop after __halt_compiler)
/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale_basic1.phpt93 // stop here

Completed in 1746 milliseconds

12