Searched refs:started (Results 1 – 25 of 35) sorted by relevance
12
/PHP-8.2/ext/reflection/tests/ |
H A D | ReflectionFiber_errors.phpt | 63 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 D | ReflectionFiber_basic.phpt | 108 Fatal error: Uncaught Error: Cannot fetch information from a fiber that has not been started or is …
|
/PHP-8.2/ext/standard/tests/general_functions/ |
H A D | head.phpt | 30 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.2/ext/random/tests/01_functions/ |
H A D | lcg_value_basic.phpt | 6 echo "MATHS test script started\n"; 28 MATHS test script started
|
/PHP-8.2/ext/json/tests/ |
H A D | bug41034.phpt | 2 Bug #41034 (json_encode() ignores null byte started keys in arrays)
|
H A D | bug68546.phpt | 2 Bug #68546 (json_decode() Fatal error: Cannot access property started with '\0')
|
/PHP-8.2/ext/opcache/tests/ |
H A D | bug78429.phpt | 12 Notice: Zend OPcache has not been properly started, can't compile file in %s on line %d
|
/PHP-8.2/sapi/fpm/tests/ |
H A D | bug77023-pm-dynamic-blocking-sigquit.phpt | 48 $tester->expectLogNotice('child \\d+ started', 'unconfined'); 50 $tester->expectLogNotice('child \\d+ started', 'unconfined');
|
H A D | status.inc | 236 "# HELP phpfpm_start_since The number of seconds since FPM has started\.\n" . 245 …eue The maximum number of requests in the queue of pending connections since FPM has started\.\n" . 260 …ELP phpfpm_max_active_processes The maximum number of active processes since FPM has started\.\n" .
|
/PHP-8.2/Zend/tests/ |
H A D | output_started_at_eval.phpt | 11 Warning: Cannot modify header information - headers already sent by (output started at %s(2) : eval…
|
/PHP-8.2/ext/session/tests/ |
H A D | 011.phpt | 14 @session_decode("garbage data and no session started");
|
H A D | 029.phpt | 14 session_decode("garbage data and no session started");
|
H A D | session_ini_set.phpt | 66 var_dump("session started"); 119 string(15) "session started"
|
/PHP-8.2/sapi/fpm/fpm/ |
H A D | fpm_children.h | 24 struct timeval started; member
|
H A D | fpm_children.c | 275 timersub(&tv1, &child->started, &tv2); in fpm_children_bury() 457 fpm_clock_get(&child->started); in fpm_children_make()
|
H A D | fpm_process_ctl.c | 366 if (timercmp(&child->started, &last_idle_child->started, <)) { in fpm_pctl_perform_idle_server_maintenance()
|
/PHP-8.2/Zend/tests/fibers/ |
H A D | double-start.phpt | 16 Fatal error: Uncaught FiberError: Cannot start a fiber that has already been started in %sdouble-st…
|
H A D | get-return-from-unstarted-fiber.phpt | 12 Fatal error: Uncaught FiberError: Cannot get fiber return value: The fiber has not been started in …
|
/PHP-8.2/docs/ |
H A D | output-api.md | 29 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.2/tests/output/ |
H A D | ob_get_contents_basic_001.phpt | 11 /* Buffering not started yet, should return false */
|
/PHP-8.2/sapi/litespeed/ |
H A D | README.md | 120 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.2/ext/curl/tests/ |
H A D | server.inc | 28 … if (preg_match('@PHP \S* Development Server \(https?://(.*?:\d+)\) started@', $line, $matches)) {
|
/PHP-8.2/ext/pdo_pgsql/tests/ |
H A D | bug68199.phpt | 31 // Listen started, no notifies
|
H A D | getnotify.phpt | 25 // Listen started, no notifies
|
/PHP-8.2/sapi/cgi/tests/ |
H A D | 011.phpt | 165 Warning: Cannot modify header information - headers already sent by (output started at %s:3) in %s …
|
Completed in 49 milliseconds
12