/php-src/ext/xml/tests/ |
H A D | gh15868.phpt | 10 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 D | parser.h | 37 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 D | tokenizer.c | 47 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 D | tokenizer.h | 98 lxb_css_syntax_token_type_t stop, 103 lxb_css_syntax_token_type_t stop,
|
H A D | parser.c | 225 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 D | zend_jit_vm_helpers.c | 434 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 D | zend_jit_trace.c | 7278 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 D | Dockerfile.arm64.example | 5 # DEBIAN_FRONTEND=noninteractive is needed to stop the tzdata installation from hanging.
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg.init.d | 74 stop() 107 stop) 108 stop 114 $0 stop
|
/php-src/ext/bcmath/libbcmath/src/ |
H A D | str2num.c | 79 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 D | mysqli_fetch_array_large.phpt | 134 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 D | mysqli_fork.phpt | 115 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 D | dasm_mips.h | 191 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 D | dasm_ppc.h | 191 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 D | dasm_arm.h | 200 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 D | dasm_arm64.h | 247 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 D | dasm_x86.h | 265 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 D | bug48791.phpt | 12 …stop-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 D | count_variation3.phpt | 7 * This will stop the script before it reaches the end.
|
/php-src/ext/iconv/tests/ |
H A D | translit-failure.phpt | 22 * infinite loop when ASCII//TRANSLIT is performed. We should stop it in
|
/php-src/Zend/tests/ |
H A D | bug21478.phpt | 25 // Uncommenting the following 'print' line causes the segfault to stop occurring
|
/php-src/main/ |
H A D | rfc1867.h | 79 typedef char* (*php_rfc1867_getword_t)(const zend_encoding *encoding, char **line, char stop);
|
/php-src/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-src/sapi/phpdbg/tests/ |
H A D | gh12675.phpt | 27 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 D | preg_replace_basic.phpt | 13 …indefinite amount of whitespace around them and replaces them with a full stop precedeby no spaces…
|