Home
last modified time | relevance | path

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

12

/php-src/Zend/tests/
H A Dbug21478.phpt25 // Uncommenting the following 'print' line causes the segfault to stop occurring
/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/dom/lexbor/lexbor/css/
H A Dparser.h209 void *context, bool stop);
/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/fileinfo/
H A Dlibmagic.patch2602 - /* Place stdin in binary mode, so EOF (Ctrl+Z) doesn't stop early. */
/php-src/ext/fileinfo/tests/
H A Dmagic10586 # like: T2.DBF t3.DBF biblio.dbf dbase_83.dbf dbase3dbt0_4.dbf fsadress.dbf stop.dbf
H A Dmagic私はガラスを食べられます10586 # like: T2.DBF t3.DBF biblio.dbf dbase_83.dbf dbase3dbt0_4.dbf fsadress.dbf stop.dbf
/php-src/ext/iconv/tests/
H A Dtranslit-failure.phpt22 * infinite loop when ASCII//TRANSLIT is performed. We should stop it in
/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/mbstring/tests/
H A Dcp5022x_encoding.phpt269 0xFF61 => 0x2123, /* Ideographic full stop */
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 ===");
H A Dmb_convert_case_various_mode.phpt31 // Apostrophe, full stop, colon, etc. are "case-ignorable"
H A Dmb_encode_mimeheader_basic4.phpt65 // Regression test for incorrect calculation of when to stop generating output
H A Dmb_strtolower_basic.phpt45 // Apostrophe, full stop, colon, etc. are "case-ignorable"
/php-src/ext/mbstring/tests/data/
H A DMacJapanese-SJIS.txt1105 0x8591 0xF860+0x0030+0x002E # digit zero full 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
H A Dmysqli_insert_id.phpt66 between the second last insert and the lock, therefore don't stop just bail
/php-src/ext/opcache/jit/
H A DDockerfile.arm64.example5 # DEBIAN_FRONTEND=noninteractive is needed to stop the tzdata installation from hanging.
/php-src/ext/opcache/jit/ir/dynasm/
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_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_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()

Completed in 254 milliseconds

12