Home
last modified time | relevance | path

Searched refs:start (Results 376 – 400 of 688) sorted by relevance

1...<<11121314151617181920>>...28

/php-src/sapi/fpm/tests/
H A Dbug68428-ipv6-allowed-clients.phpt27 $tester->start();
H A Dlog-bwd-limit-1050-msg-2900.phpt31 $tester->start();
H A Dlog-bwd-limit-64-too-low-error.phpt30 $tester->start();
H A Dlog-bwd-limit-8000-msg-4096.phpt31 $tester->start();
H A Dgh9754-daemonized-stderr-close.phpt27 $tester->start(daemonize: true);
H A Dstatus-listen-expose-php-on.phpt23 $tester->start();
H A Dbug77780-header-sent-error.phpt27 $tester->start(extensions: ['session']);
H A Dbug68207-fastcgi-error-header-sent.phpt29 $tester->start(iniEntries: ['fastcgi.error_header' => '"HTTP/1.1 550 PHP Error"']);
H A Dgh12385.phpt29 $tester->start();
H A Dlog-dwd-limit-1050-msg-2048.phpt32 $tester->start();
H A Dlog-dwp-limit-1000-msg-2000.phpt32 $tester->start();
H A Dproc-user-ignored.phpt29 $tester->start();
H A Dbug68421-ipv6-access-log.phpt29 $tester->start();
H A Dbug73342-nonblocking-stdio.phpt30 $tester->start();
H A Dlog-bm-in-shutdown-fn.phpt33 $tester->start();
H A Dlog-bm-limit-1024-msg-80.phpt31 $tester->start();
H A Dlog-bm-limit-2048-msg-4000.phpt31 $tester->start();
/php-src/ext/reflection/tests/
H A DReflectionFiber_backtrace.phpt20 $fiber->start('test');
/php-src/ext/curl/tests/
H A Dcurl_copy_handle_basic_004.phpt19 ob_start(); // start output buffering
/php-src/Zend/tests/fibers/
H A Dno-switch-dtor-resume.phpt9 $fiber->start();
H A Dsilence-operator-outside-fiber.phpt12 @$fiber->start();
/php-src/Zend/tests/
H A Dgh9916-010.phpt25 $fiber->start();
/php-src/ext/gd/tests/
H A Dimagefilledarc_variation2.phpt2 Testing passing negative start angle to imagefilledarc() of GD library
/php-src/ext/standard/
H A Durl.c465 zend_string *start; in php_url_encode_impl() local
469 start = zend_string_safe_alloc(3, len, 0, 0); in php_url_encode_impl()
470 to = (unsigned char*)ZSTR_VAL(start); in php_url_encode_impl()
552 start = zend_string_truncate(start, to - (unsigned char*)ZSTR_VAL(start), 0); in php_url_encode_impl()
554 return start; in php_url_encode_impl()
/php-src/ext/pcre/tests/
H A Dbug37911.phpt40 Warning: preg_replace_callback(): Compilation failed: %s name must start with a non-digit at offset…

Completed in 73 milliseconds

1...<<11121314151617181920>>...28