/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit_vm_helpers.c | 383 trace_buffer[idx].stop = trace_buffer[0].stop = _stop; \ 749 stop = ZEND_JIT_TRACE_STOP_RETURN; 759 stop = ZEND_JIT_TRACE_STOP_RETURN; 971 stop = ZEND_JIT_TRACE_STOP_LINK; 977 stop = ZEND_JIT_TRACE_STOP_LINK; 985 stop = ZEND_JIT_TRACE_STOP_LINK; 996 stop = ZEND_JIT_TRACE_STOP_LOOP; 1023 stop = ZEND_JIT_TRACE_STOP_LOOP; 1044 if (!ZEND_JIT_TRACE_STOP_OK(stop)) { 1059 stop = ZEND_JIT_TRACE_STOP_LINK; [all …]
|
H A D | zend_jit_trace.c | 6554 ZEND_ASSERT(0 && p->stop); in zend_jit_trace() 6857 cache_stop[i] = stop; in zend_jit_trace_is_bad_root() 6865 cache_stop[i] = stop; in zend_jit_trace_is_bad_root() 7132 zend_jit_trace_stop stop; in zend_jit_trace_hot_root() local 7185 if (stop & ZEND_JIT_TRACE_HALT) { in zend_jit_trace_hot_root() 7188 stop &= ~ZEND_JIT_TRACE_HALT; in zend_jit_trace_hot_root() 7218 if (ZEND_JIT_TRACE_STOP_OK(stop)) { in zend_jit_trace_hot_root() 7451 zend_jit_trace_stop stop; in zend_jit_trace_hot_side() local 7505 if (stop & ZEND_JIT_TRACE_HALT) { in zend_jit_trace_hot_side() 7508 stop &= ~ZEND_JIT_TRACE_HALT; in zend_jit_trace_hot_side() [all …]
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg.init.d | 74 stop() 107 stop) 108 stop 114 $0 stop
|
H A D | xml.md | 391 run / <stop> tag 395 - <stop type="end" />: script execution ended normally 396 - (error) <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…
|
/PHP-8.0/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 | 116 if ($tmp['msg'] == 'stop') 124 if (!mysqli_query($plink, sprintf($sql, 'stop')) || !mysqli_commit($link)) 150 case 'stop': 160 if (!mysqli_query($plink, sprintf($parent_sql, 'stop'))) { 168 if (!mysqli_query($plink, sprintf($parent_sql, 'stop'))) { 183 if (!mysqli_query($plink, sprintf($parent_sql, 'stop'))) { 250 child stop
|
H A D | mysqli_insert_id.phpt | 67 between the second last insert and the lock, therefore don't stop just bail
|
/PHP-8.0/ext/opcache/jit/dynasm/ |
H A D | dasm_mips.h | 196 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() 379 stop: (void)0; in dasm_encode()
|
H A D | dasm_ppc.h | 196 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() 379 stop: (void)0; in dasm_encode()
|
H A D | dasm_arm.h | 205 case DASM_STOP: goto stop; in dasm_put() 208 D->section = &D->sections[n]; goto stop; in dasm_put() 270 stop: in dasm_put() 316 case DASM_STOP: case DASM_SECTION: goto stop; in dasm_link() 326 stop: (void)0; in dasm_link() 364 case DASM_STOP: case DASM_SECTION: goto stop; in dasm_encode() 416 stop: (void)0; in dasm_encode()
|
H A D | dasm_arm64.h | 245 case DASM_STOP: goto stop; in dasm_put() 248 D->section = &D->sections[n]; goto stop; in dasm_put() 325 stop: in dasm_put() 371 case DASM_STOP: case DASM_SECTION: goto stop; in dasm_link() 382 stop: (void)0; in dasm_link() 420 case DASM_STOP: case DASM_SECTION: goto stop; in dasm_encode() 478 stop: (void)0; in dasm_encode()
|
H A D | dasm_x86.h | 266 case DASM_STOP: goto stop; in dasm_put() 270 stop: in dasm_put() 348 case DASM_SECTION: case DASM_STOP: goto stop; in dasm_link() 351 stop: (void)0; in dasm_link() 477 case DASM_SECTION: case DASM_STOP: goto stop; in dasm_encode() 480 stop: (void)0; in dasm_encode()
|
/PHP-8.0/ext/phar/tests/zip/ |
H A D | bug48791.phpt | 12 …stop-position="1.27cm" fo:text-indent="-0.635cm" fo:margin-left="1.27cm"/></style:list-level-prope…
|
/PHP-8.0/ext/standard/tests/array/ |
H A D | count_variation3.phpt | 7 * This will stop the script before it reaches the end.
|
/PHP-8.0/Zend/tests/ |
H A D | bug21478.phpt | 25 // Uncommenting the following 'print' line causes the segfault to stop occurring
|
/PHP-8.0/ext/iconv/tests/ |
H A D | translit-failure.phpt | 21 * infinite loop when ASCII//TRANSLIT is performed. We should stop it in
|
/PHP-8.0/main/ |
H A D | rfc1867.h | 69 typedef char* (*php_rfc1867_getword_t)(const zend_encoding *encoding, char **line, char stop);
|
H A D | rfc1867.c | 43 static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop); 474 static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop) in php_ap_getword() argument 479 while (*pos && *pos != stop) { in php_ap_getword() 502 while (*pos == stop) { in php_ap_getword()
|
/PHP-8.0/ext/standard/tests/file/ |
H A D | feof_basic.phpt | 16 echo "\n*** testing reading complete file using feof to stop ***\n"; 74 *** testing reading complete file using feof to stop ***
|
/PHP-8.0/ext/pcre/tests/ |
H A D | preg_replace_edit_basic.phpt | 21 …indefinite amount of whitespace around them and replaces them with a full stop precedeby no spaces…
|
H A D | preg_replace_basic.phpt | 13 …indefinite amount of whitespace around them and replaces them with a full stop precedeby no spaces…
|
/PHP-8.0/ext/tokenizer/tests/ |
H A D | bug54089.phpt | 2 Bug #54089 (token_get_all() does not stop after __halt_compiler)
|
/PHP-8.0/sapi/litespeed/ |
H A D | README.md | 114 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.0/ext/phar/tests/ |
H A D | 027.phpt | 46 // this may stop working in future versions, but is here for code coverage purposes
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | setlocale_basic1.phpt | 81 // stop here
|