Home
last modified time | relevance | path

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

12

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c393 trace_buffer[idx].stop = trace_buffer[0].stop = _stop; \
854 stop = ZEND_JIT_TRACE_STOP_RETURN;
864 stop = ZEND_JIT_TRACE_STOP_RETURN;
1076 stop = ZEND_JIT_TRACE_STOP_LINK;
1082 stop = ZEND_JIT_TRACE_STOP_LINK;
1090 stop = ZEND_JIT_TRACE_STOP_LINK;
1101 stop = ZEND_JIT_TRACE_STOP_LOOP;
1128 stop = ZEND_JIT_TRACE_STOP_LOOP;
1149 if (!ZEND_JIT_TRACE_STOP_OK(stop)) {
1164 stop = ZEND_JIT_TRACE_STOP_LINK;
[all …]
H A Dzend_jit_trace.c6991 ZEND_ASSERT(0 && p->stop); in zend_jit_trace()
7312 cache_stop[i] = stop; in zend_jit_trace_is_bad_root()
7320 cache_stop[i] = stop; in zend_jit_trace_is_bad_root()
7606 zend_jit_trace_stop stop; in zend_jit_trace_hot_root() local
7659 if (stop & ZEND_JIT_TRACE_HALT) { in zend_jit_trace_hot_root()
7662 stop &= ~ZEND_JIT_TRACE_HALT; in zend_jit_trace_hot_root()
7692 if (ZEND_JIT_TRACE_STOP_OK(stop)) { in zend_jit_trace_hot_root()
7943 zend_jit_trace_stop stop; in zend_jit_trace_hot_side() local
7997 if (stop & ZEND_JIT_TRACE_HALT) { in zend_jit_trace_hot_side()
8000 stop &= ~ZEND_JIT_TRACE_HALT; in zend_jit_trace_hot_side()
[all …]
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.init.d74 stop()
107 stop)
108 stop
114 $0 stop
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt134 printf("stop: memory limit - %s vs. %s\n", $package_size, $limit);
140 printf("stop: packet size - %d\n", $package_size);
148 printf("stop: time limit - %2.2fs\n", $max_runtime);
171 stop: %s
172 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.phpt68 between the second last insert and the lock, therefore don't stop just bail
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_mips.h196 case DASM_STOP: goto stop; in dasm_put()
199 D->section = &D->sections[n]; goto stop; in dasm_put()
250 stop: in dasm_put()
296 case DASM_STOP: case DASM_SECTION: goto stop; in dasm_link()
305 stop: (void)0; in dasm_link()
343 case DASM_STOP: case DASM_SECTION: goto stop; in dasm_encode()
384 stop: (void)0; in dasm_encode()
H A Ddasm_ppc.h196 case DASM_STOP: goto stop; in dasm_put()
199 D->section = &D->sections[n]; goto stop; in dasm_put()
254 stop: in dasm_put()
300 case DASM_STOP: case DASM_SECTION: goto stop; in dasm_link()
309 stop: (void)0; in dasm_link()
347 case DASM_STOP: case DASM_SECTION: goto stop; in dasm_encode()
383 stop: (void)0; in dasm_encode()
H A Ddasm_arm.h205 case DASM_STOP: goto stop; in dasm_put()
208 D->section = &D->sections[n]; goto stop; in dasm_put()
271 stop: in dasm_put()
317 case DASM_STOP: case DASM_SECTION: goto stop; in dasm_link()
327 stop: (void)0; in dasm_link()
365 case DASM_STOP: case DASM_SECTION: goto stop; in dasm_encode()
421 stop: (void)0; in dasm_encode()
H A Ddasm_arm64.h247 case DASM_STOP: goto stop; in dasm_put()
250 D->section = &D->sections[n]; goto stop; in dasm_put()
340 stop: in dasm_put()
386 case DASM_STOP: case DASM_SECTION: goto stop; in dasm_link()
397 stop: (void)0; in dasm_link()
444 case DASM_STOP: case DASM_SECTION: goto stop; in dasm_encode()
530 stop: (void)0; in dasm_encode()
H A Ddasm_x86.h268 case DASM_STOP: goto stop; in dasm_put()
272 stop: in dasm_put()
353 case DASM_SECTION: case DASM_STOP: goto stop; in dasm_link()
357 stop: (void)0; in dasm_link()
491 case DASM_SECTION: case DASM_STOP: goto stop; in dasm_encode()
494 stop: (void)0; in dasm_encode()
/PHP-8.1/ext/phar/tests/zip/
H A Dbug48791.phpt12stop-position="1.27cm" fo:text-indent="-0.635cm" fo:margin-left="1.27cm"/></style:list-level-prope…
/PHP-8.1/ext/standard/tests/array/
H A Dcount_variation3.phpt7 * This will stop the script before it reaches the end.
/PHP-8.1/main/
H A Drfc1867.h69 typedef char* (*php_rfc1867_getword_t)(const zend_encoding *encoding, char **line, char stop);
H A Drfc1867.c42 static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop);
473 static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop) in php_ap_getword() argument
478 while (*pos && *pos != stop) { in php_ap_getword()
501 while (*pos == stop) { in php_ap_getword()
/PHP-8.1/ext/iconv/tests/
H A Dtranslit-failure.phpt22 * infinite loop when ASCII//TRANSLIT is performed. We should stop it in
/PHP-8.1/Zend/tests/
H A Dbug21478.phpt25 // Uncommenting the following 'print' line causes the segfault to stop occurring
/PHP-8.1/ext/standard/tests/file/
H A Dfeof_basic.phpt16 echo "\n*** testing reading complete file using feof to stop ***\n";
74 *** testing reading complete file using feof to stop ***
/PHP-8.1/sapi/phpdbg/tests/
H A Dgh12675.phpt27 prompt> Do you really want to stop execution to set a new execution context? (type y or n): prompt>
/PHP-8.1/ext/pcre/tests/
H A Dpreg_replace_basic.phpt13 …indefinite amount of whitespace around them and replaces them with a full stop precedeby no spaces…
H A Dpreg_replace_edit_basic.phpt21 …indefinite amount of whitespace around them and replaces them with a full stop precedeby no spaces…
/PHP-8.1/ext/tokenizer/tests/
H A Dbug54089.phpt2 Bug #54089 (token_get_all() does not stop after __halt_compiler)
/PHP-8.1/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-8.1/ext/phar/tests/
H A D027.phpt44 // this may stop working in future versions, but is here for code coverage purposes
/PHP-8.1/ext/standard/tests/strings/
H A Dsetlocale_basic1.phpt81 // stop here

Completed in 67 milliseconds

12