Home
last modified time | relevance | path

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

12

/php-src/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-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.c47 lxb_css_syntax_token_type_t stop,
55 lxb_css_syntax_token_type_t stop,
60 lxb_css_syntax_token_type_t stop,
487 lxb_css_syntax_token_type_t stop, in lxb_css_syntax_tokenizer_lookup_important() argument
526 || token->type == stop in lxb_css_syntax_tokenizer_lookup_important()
535 stop, false); in lxb_css_syntax_tokenizer_lookup_important()
543 lxb_css_syntax_token_type_t stop, in lxb_css_syntax_tokenizer_lookup_important_ch() argument
552 return lxb_css_syntax_tokenizer_lookup_important_tokens(tkz, stop, in lxb_css_syntax_tokenizer_lookup_important_ch()
563 stop, skip_first); in lxb_css_syntax_tokenizer_lookup_important_ch()
576 return lxb_css_syntax_tokenizer_lookup_important_tokens(tkz, stop, in lxb_css_syntax_tokenizer_lookup_important_end()
[all …]
H A Dtokenizer.h98 lxb_css_syntax_token_type_t stop,
103 lxb_css_syntax_token_type_t stop,
H A Dparser.c225 lxb_css_syntax_token_type_t stop) in lxb_css_syntax_parser_list_rules_push() argument
250 rule->block_end = stop; in lxb_css_syntax_parser_list_rules_push()
267 void *ctx, lxb_css_syntax_token_type_t stop) in lxb_css_syntax_parser_at_rule_push() argument
293 rule->block_end = stop; in lxb_css_syntax_parser_at_rule_push()
312 void *ctx, lxb_css_syntax_token_type_t stop) in lxb_css_syntax_parser_qualified_push() argument
337 rule->block_end = stop; in lxb_css_syntax_parser_qualified_push()
378 rule->block_end = stop; in lxb_css_syntax_parser_declarations_push()
394 void *ctx, lxb_css_syntax_token_type_t stop) in lxb_css_syntax_parser_components_push() argument
419 rule->block_end = stop; in lxb_css_syntax_parser_components_push()
553 void *ctx, lxb_css_syntax_token_type_t stop) in lxb_css_syntax_parser_pipe_push() argument
[all …]
/php-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c434 trace_buffer[idx].stop = trace_buffer[0].stop = _stop; \
937 stop = ZEND_JIT_TRACE_STOP_RETURN;
947 stop = ZEND_JIT_TRACE_STOP_RETURN;
1187 stop = ZEND_JIT_TRACE_STOP_LINK;
1193 stop = ZEND_JIT_TRACE_STOP_LINK;
1201 stop = ZEND_JIT_TRACE_STOP_LINK;
1212 stop = ZEND_JIT_TRACE_STOP_LOOP;
1239 stop = ZEND_JIT_TRACE_STOP_LOOP;
1260 if (!ZEND_JIT_TRACE_STOP_OK(stop)) {
1275 stop = ZEND_JIT_TRACE_STOP_LINK;
[all …]
H A Dzend_jit_trace.c7278 ZEND_ASSERT(0 && p->stop); in zend_jit_trace()
7747 cache_stop[i] = stop; in zend_jit_trace_is_bad_root()
7755 cache_stop[i] = stop; in zend_jit_trace_is_bad_root()
8066 zend_jit_trace_stop stop; in zend_jit_trace_hot_root() local
8120 if (stop & ZEND_JIT_TRACE_HALT) { in zend_jit_trace_hot_root()
8123 stop &= ~ZEND_JIT_TRACE_HALT; in zend_jit_trace_hot_root()
8153 if (ZEND_JIT_TRACE_STOP_OK(stop)) { in zend_jit_trace_hot_root()
8435 zend_jit_trace_stop stop; in zend_jit_trace_hot_side() local
8513 if (stop & ZEND_JIT_TRACE_HALT) { in zend_jit_trace_hot_side()
8516 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/bcmath/libbcmath/src/
H A Dstr2num.c79 static inline const char *bc_skip_zero_reverse(const char *scanner, const char *stop) in bc_skip_zero_reverse() argument
84 while (scanner - sizeof(__m128i) >= stop) { in bc_skip_zero_reverse()
101 while (scanner - 1 >= stop && scanner[-1] == '0') { in bc_skip_zero_reverse()
/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.phpt115 if ($tmp['msg'] == 'stop')
123 if (!mysqli_query($plink, sprintf($sql, 'stop')) || !mysqli_commit($link))
149 case 'stop':
159 if (!mysqli_query($plink, sprintf($parent_sql, 'stop'))) {
167 if (!mysqli_query($plink, sprintf($parent_sql, 'stop'))) {
182 if (!mysqli_query($plink, sprintf($parent_sql, 'stop'))) {
249 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…

Completed in 92 milliseconds

12