Home
last modified time | relevance | path

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

12

/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dparser.h37 lxb_css_syntax_token_type_t stop);
44 void *ctx, lxb_css_syntax_token_type_t stop);
51 void *ctx, lxb_css_syntax_token_type_t stop);
58 void *ctx, lxb_css_syntax_token_type_t stop);
65 void *ctx, lxb_css_syntax_token_type_t stop);
85 void *ctx, lxb_css_syntax_token_type_t stop);
H A Dtokenizer.h98 lxb_css_syntax_token_type_t stop,
103 lxb_css_syntax_token_type_t stop,
/php-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c425 trace_buffer[idx].stop = trace_buffer[0].stop = _stop; \
896 stop = ZEND_JIT_TRACE_STOP_RETURN;
906 stop = ZEND_JIT_TRACE_STOP_RETURN;
1118 stop = ZEND_JIT_TRACE_STOP_LINK;
1124 stop = ZEND_JIT_TRACE_STOP_LINK;
1132 stop = ZEND_JIT_TRACE_STOP_LINK;
1143 stop = ZEND_JIT_TRACE_STOP_LOOP;
1170 stop = ZEND_JIT_TRACE_STOP_LOOP;
1191 if (!ZEND_JIT_TRACE_STOP_OK(stop)) {
1206 stop = ZEND_JIT_TRACE_STOP_LINK;
[all …]
H A Dzend_jit_trace.c7100 ZEND_ASSERT(0 && p->stop); in zend_jit_trace()
7547 cache_stop[i] = stop; in zend_jit_trace_is_bad_root()
7555 cache_stop[i] = stop; in zend_jit_trace_is_bad_root()
7866 zend_jit_trace_stop stop; in zend_jit_trace_hot_root() local
7920 if (stop & ZEND_JIT_TRACE_HALT) { in zend_jit_trace_hot_root()
7923 stop &= ~ZEND_JIT_TRACE_HALT; in zend_jit_trace_hot_root()
7953 if (ZEND_JIT_TRACE_STOP_OK(stop)) { in zend_jit_trace_hot_root()
8235 zend_jit_trace_stop stop; in zend_jit_trace_hot_side() local
8289 if (stop & ZEND_JIT_TRACE_HALT) { in zend_jit_trace_hot_side()
8292 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-src/sapi/phpdbg/
H A Dphpdbg.init.d74 stop()
107 stop)
108 stop
114 $0 stop
/php-src/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-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.h191 case DASM_STOP: goto stop; in dasm_put()
194 D->section = &D->sections[n]; goto stop; in dasm_put()
245 stop: in dasm_put()
291 case DASM_STOP: case DASM_SECTION: goto stop; in dasm_link()
300 stop: (void)0; in dasm_link()
338 case DASM_STOP: case DASM_SECTION: goto stop; in dasm_encode()
379 stop: (void)0; in dasm_encode()
H A Ddasm_ppc.h191 case DASM_STOP: goto stop; in dasm_put()
194 D->section = &D->sections[n]; goto stop; in dasm_put()
249 stop: in dasm_put()
295 case DASM_STOP: case DASM_SECTION: goto stop; in dasm_link()
304 stop: (void)0; in dasm_link()
342 case DASM_STOP: case DASM_SECTION: goto stop; in dasm_encode()
378 stop: (void)0; in dasm_encode()
H A Ddasm_arm.h200 case DASM_STOP: goto stop; in dasm_put()
203 D->section = &D->sections[n]; goto stop; in dasm_put()
266 stop: in dasm_put()
312 case DASM_STOP: case DASM_SECTION: goto stop; in dasm_link()
322 stop: (void)0; in dasm_link()
360 case DASM_STOP: case DASM_SECTION: goto stop; in dasm_encode()
416 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.h265 case DASM_STOP: goto stop; in dasm_put()
269 stop: in dasm_put()
355 case DASM_SECTION: case DASM_STOP: goto stop; in dasm_link()
358 stop: (void)0; in dasm_link()
428 case DASM_SECTION: case DASM_STOP: goto stop; in dasm_encode()
503 stop: (void)0; in dasm_encode()
/php-src/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-src/ext/standard/tests/array/
H A Dcount_variation3.phpt7 * This will stop the script before it reaches the end.
/php-src/ext/iconv/tests/
H A Dtranslit-failure.phpt22 * infinite loop when ASCII//TRANSLIT is performed. We should stop it in
/php-src/Zend/tests/
H A Dbug21478.phpt25 // Uncommenting the following 'print' line causes the segfault to stop occurring
/php-src/main/
H A Drfc1867.h79 typedef char* (*php_rfc1867_getword_t)(const zend_encoding *encoding, char **line, char stop);
/php-src/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-src/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-src/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-src/ext/tokenizer/tests/
H A Dbug54089.phpt2 Bug #54089 (token_get_all() does not stop after __halt_compiler)
/php-src/ext/mbstring/tests/
H A Dmb_strtolower_basic.phpt45 // Apostrophe, full stop, colon, etc. are "case-ignorable"
/php-src/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

Completed in 131 milliseconds

12