Home
last modified time | relevance | path

Searched refs:started (Results 1 – 25 of 35) sorted by relevance

12

/PHP-8.1/ext/reflection/tests/
H A DReflectionFiber_errors.phpt63 Cannot fetch information from a fiber that has not been started or is terminated
64 Cannot fetch information from a fiber that has not been started or is terminated
65 Cannot fetch information from a fiber that has not been started or is terminated
68 Cannot fetch information from a fiber that has not been started or is terminated
69 Cannot fetch information from a fiber that has not been started or is terminated
70 Cannot fetch information from a fiber that has not been started or is terminated
H A DReflectionFiber_basic.phpt108 Fatal error: Uncaught Error: Cannot fetch information from a fiber that has not been started or is …
/PHP-8.1/ext/standard/tests/general_functions/
H A Dhead.phpt30 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
33 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
39 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
42 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
/PHP-8.1/ext/standard/tests/math/
H A Dlcg_value_basic.phpt6 echo "MATHS test script started\n";
28 MATHS test script started
/PHP-8.1/ext/json/tests/
H A Dbug41034.phpt2 Bug #41034 (json_encode() ignores null byte started keys in arrays)
H A Dbug68546.phpt2 Bug #68546 (json_decode() Fatal error: Cannot access property started with '\0')
/PHP-8.1/ext/opcache/tests/
H A Dbug78429.phpt12 Notice: Zend OPcache has not been properly started, can't compile file in %s on line %d
/PHP-8.1/sapi/fpm/tests/
H A Dbug77023-pm-dynamic-blocking-sigquit.phpt48 $tester->expectLogNotice('child \\d+ started', 'unconfined');
50 $tester->expectLogNotice('child \\d+ started', 'unconfined');
H A Dstatus.inc212 "# HELP phpfpm_start_since The number of seconds since FPM has started\.\n" .
221 …eue The maximum number of requests in the queue of pending connections since FPM has started\.\n" .
236 …ELP phpfpm_max_active_processes The maximum number of active processes since FPM has started\.\n" .
/PHP-8.1/Zend/tests/
H A Doutput_started_at_eval.phpt11 Warning: Cannot modify header information - headers already sent by (output started at %s(2) : eval…
/PHP-8.1/ext/session/tests/
H A D011.phpt14 @session_decode("garbage data and no session started");
H A D029.phpt14 session_decode("garbage data and no session started");
H A Dsession_ini_set.phpt66 var_dump("session started");
119 string(15) "session started"
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_children.h24 struct timeval started; member
H A Dfpm_children.c275 timersub(&tv1, &child->started, &tv2); in fpm_children_bury()
457 fpm_clock_get(&child->started); in fpm_children_make()
H A Dfpm_process_ctl.c366 if (timercmp(&child->started, &last_idle_child->started, <)) { in fpm_pctl_perform_idle_server_maintenance()
/PHP-8.1/Zend/tests/fibers/
H A Ddouble-start.phpt16 Fatal error: Uncaught FiberError: Cannot start a fiber that has already been started in %sdouble-st…
H A Dget-return-from-unstarted-fiber.phpt12 Fatal error: Uncaught FiberError: Cannot get fiber return value: The fiber has not been started in …
/PHP-8.1/docs/
H A Doutput-api.md29 Testing whether a certain output handler has already been started:
78 …// php_ob_init_conflict("to be started handler name", "to be tested if already started handler nam…
/PHP-8.1/tests/output/
H A Dob_get_contents_basic_001.phpt11 /* Buffering not started yet, should return false */
/PHP-8.1/sapi/litespeed/
H A DREADME.md120 If `LSAPI_CHILDREN` less or equal to 1, PHP will be started in server managed
141 can be started when some or all existing children processes are in
187 feature, such as when a LSAPI process was started manually from command line.
189 existence of parent process. When PHP is started by `-b` option, it is
/PHP-8.1/ext/curl/tests/
H A Dserver.inc28 … if (preg_match('@PHP \S* Development Server \(https?://(.*?:\d+)\) started@', $line, $matches)) {
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug68199.phpt31 // Listen started, no notifies
H A Dgetnotify.phpt25 // Listen started, no notifies
/PHP-8.1/sapi/cli/tests/
H A Dphp_cli_server.inc51 … if (preg_match('@PHP \S* Development Server \(https?://(.*?:\d+)\) started@', $line, $matches)) {

Completed in 35 milliseconds

12