Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 44) sorted by last modified time

12

/php-src/ext/mbstring/
H A Dmbstring.c586 static char *php_mb_rfc1867_getword(const zend_encoding *encoding, char **line, char stop) /* {{{ */ in php_mb_rfc1867_getword() argument
591 while (*pos && *pos != stop) { in php_mb_rfc1867_getword()
617 while (*pos == stop) { in php_mb_rfc1867_getword()
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtokenizer.h98 lxb_css_syntax_token_type_t stop,
103 lxb_css_syntax_token_type_t stop,
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);
/php-src/docs/
H A Drelease-process.md724 stop displaying the RC build on the QA website. You may also remove the
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c8933 && trace->stop == ZEND_JIT_TRACE_STOP_INTERPRETER) {
9724 && trace->stop == ZEND_JIT_TRACE_STOP_INTERPRETER)) {
9758 && trace->stop == ZEND_JIT_TRACE_STOP_INTERPRETER)) {
9881 …if (trace && (trace->op != ZEND_JIT_TRACE_END || trace->stop != ZEND_JIT_TRACE_STOP_INTERPRETER)) {
10181 && trace->stop == ZEND_JIT_TRACE_STOP_INTERPRETER) {
10675 && trace->stop == ZEND_JIT_TRACE_STOP_RECURSIVE_RET) {
16128 && (trace->op != ZEND_JIT_TRACE_END || trace->stop != ZEND_JIT_TRACE_STOP_RETURN)) {
16149 (trace->stop != ZEND_JIT_TRACE_STOP_RETURN &&
16150 trace->stop != ZEND_JIT_TRACE_STOP_INTERPRETER)) {
16168 (trace->stop != ZEND_JIT_TRACE_STOP_RETURN &&
[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 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_internal.h397 uint8_t stop; /* zend_jit_trace_stop for ZEND_JIT_TRACE_START/END */
/php-src/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic4.phpt65 // Regression test for incorrect calculation of when to stop generating output
H A Dencoding_tests.inc11 // Count tests failed. If tests failed are more than $testFailedLimit, stop testing.
23 die("=== Failed test " . $testFailedLimit . " times exceeded, stop testing ===");
/php-src/ext/standard/
H A Durl_scanner_ex.re329 #define YYFILL(n) goto stop
572 stop:
/php-src/ext/fileinfo/
H A Dlibmagic.patch2602 - /* Place stdin in binary mode, so EOF (Ctrl+Z) doesn't stop early. */
/php-src/main/
H A Drfc1867.c43 static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop);
451 static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop) in php_ap_getword() argument
456 while (*pos && *pos != stop) { in php_ap_getword()
479 while (*pos == stop) { in php_ap_getword()
/php-src/ext/opcache/jit/ir/dynasm/
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()
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_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_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()
/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/dom/lexbor/lexbor/css/
H A Dparser.h209 void *context, bool stop);
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます10586 # like: T2.DBF t3.DBF biblio.dbf dbase_83.dbf dbase3dbt0_4.dbf fsadress.dbf stop.dbf
H A Dmagic10586 # like: T2.DBF t3.DBF biblio.dbf dbase_83.dbf dbase3dbt0_4.dbf fsadress.dbf stop.dbf
/php-src/sapi/fpm/
H A Dwww.conf.in389 ; does not stop script execution for some reason. A value of '0' means 'off'.
/php-src/ext/mysqli/tests/
H A Dmysqli_insert_id.phpt66 between the second last insert and the lock, therefore don't stop just bail
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

Completed in 228 milliseconds

12