Home
last modified time | relevance | path

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

12

/PHP-8.2/ext/xml/tests/
H A Dgh15868.phpt10 throw new Error('stop 1');
24 throw new Error('stop 2');
35 throw new Error('stop 3');
44 stop 1
45 stop 2
46 stop 3
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c430 trace_buffer[idx].stop = trace_buffer[0].stop = _stop; \
901 stop = ZEND_JIT_TRACE_STOP_RETURN;
911 stop = ZEND_JIT_TRACE_STOP_RETURN;
1123 stop = ZEND_JIT_TRACE_STOP_LINK;
1129 stop = ZEND_JIT_TRACE_STOP_LINK;
1137 stop = ZEND_JIT_TRACE_STOP_LINK;
1148 stop = ZEND_JIT_TRACE_STOP_LOOP;
1175 stop = ZEND_JIT_TRACE_STOP_LOOP;
1196 if (!ZEND_JIT_TRACE_STOP_OK(stop)) {
1211 stop = ZEND_JIT_TRACE_STOP_LINK;
[all …]
H A Dzend_jit_trace.c6980 ZEND_ASSERT(0 && p->stop); in zend_jit_trace()
7373 cache_stop[i] = stop; in zend_jit_trace_is_bad_root()
7381 cache_stop[i] = stop; in zend_jit_trace_is_bad_root()
7667 zend_jit_trace_stop stop; in zend_jit_trace_hot_root() local
7721 if (stop & ZEND_JIT_TRACE_HALT) { in zend_jit_trace_hot_root()
7724 stop &= ~ZEND_JIT_TRACE_HALT; in zend_jit_trace_hot_root()
7754 if (ZEND_JIT_TRACE_STOP_OK(stop)) { in zend_jit_trace_hot_root()
8005 zend_jit_trace_stop stop; in zend_jit_trace_hot_side() local
8059 if (stop & ZEND_JIT_TRACE_HALT) { in zend_jit_trace_hot_side()
8062 stop &= ~ZEND_JIT_TRACE_HALT; in zend_jit_trace_hot_side()
[all …]
H A DDockerfile.arm64.example5 # DEBIAN_FRONTEND=noninteractive is needed to stop the tzdata installation from hanging.
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg.init.d74 stop()
107 stop)
108 stop
114 $0 stop
/PHP-8.2/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.phpt116 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
/PHP-8.2/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.2/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.2/ext/standard/tests/array/
H A Dcount_variation3.phpt7 * This will stop the script before it reaches the end.
/PHP-8.2/ext/iconv/tests/
H A Dtranslit-failure.phpt22 * infinite loop when ASCII//TRANSLIT is performed. We should stop it in
/PHP-8.2/Zend/tests/
H A Dbug21478.phpt25 // Uncommenting the following 'print' line causes the segfault to stop occurring
/PHP-8.2/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);
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.2/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.2/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.2/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.2/ext/tokenizer/tests/
H A Dbug54089.phpt2 Bug #54089 (token_get_all() does not stop after __halt_compiler)
/PHP-8.2/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.2/ext/phar/tests/
H A D027.phpt44 // this may stop working in future versions, but is here for code coverage purposes

Completed in 115 milliseconds

12