Searched refs:running (Results 1 – 25 of 123) sorted by relevance
12345
/php-src/Zend/tests/fibers/ |
H A D | resume-running-fiber.phpt | 2 Resume running fiber 15 Fatal error: Uncaught FiberError: Cannot resume a fiber that is not suspended in %sresume-running-f… 17 #0 %sresume-running-fiber.php(%d): Fiber->resume() 19 #2 %sresume-running-fiber.php(%d): Fiber->start() 21 thrown in %sresume-running-fiber.php on line %d
|
H A D | resume-non-running-fiber.phpt | 2 Resume non-running fiber 12 …caught FiberError: Cannot resume a fiber that is not suspended in %sresume-non-running-fiber.php:%d 14 #0 %sresume-non-running-fiber.php(%d): Fiber->resume() 16 thrown in %sresume-non-running-fiber.php on line %d
|
H A D | throw-into-non-running-fiber.phpt | 2 Throw into non-running fiber 12 …ht FiberError: Cannot resume a fiber that is not suspended in %sthrow-into-non-running-fiber.php:%d 14 #0 %sthrow-into-non-running-fiber.php(%d): Fiber->throw(Object(Exception)) 16 thrown in %sthrow-into-non-running-fiber.php on line %d
|
/php-src/ext/phar/tests/ |
H A D | phar_running.phpt | 2 Phar: Phar::running() 14 var_dump(Phar::running()); 15 var_dump(Phar::running(false)); 18 var_dump(Phar::running());
|
H A D | bug74383.phpt | 2 Phar: bug #74383: Wrong reflection on Phar::running 8 $rm = $rc->getMethod("running");
|
H A D | mounteddir.phpt | 16 Phar::mount("testit", dirname(Phar::running(0)) . "/testit"); 17 echo file_get_contents(Phar::running(1) . "/testit/extfile.php"), "\n"; 18 echo file_get_contents(Phar::running(1) . "/testit/directory"), "\n"; 19 echo file_get_contents(Phar::running(1) . "/testit/existing.txt"), "\n"; 23 Phar::mount(".phar/stub.php", dirname(Phar::running(0)) . "/testit/extfile.php");
|
/php-src/ext/curl/tests/ |
H A D | bug67643.phpt | 14 $running = 0; 16 curl_multi_exec($mh, $running); 17 } while($running > 0);
|
H A D | server.inc | 21 if (empty($status['running'])) { 22 echo "Server is not running\n"; 51 // Failure, the server is no longer running 52 if (!($status && $status['running'])) { 53 $error = "Server is not running\n"; 79 if (!($status && $status['running'])) {
|
H A D | curl_multi_getcontent_basic3.phpt | 39 $running=0; 41 curl_multi_exec($mh,$running); 42 } while ($running>0);
|
H A D | curl_basic_018.phpt | 47 $running=null; 50 curl_multi_exec($mh, $running); 51 } while ($running > 0);
|
H A D | skipif-nocaddy.inc | 10 if ($body !== "Caddy is up and running") {
|
H A D | Caddyfile | 8 respond / "Caddy is up and running"
|
/php-src/ext/pdo_firebird/tests/ |
H A D | payload_server.inc | 18 if (empty($status['running'])) { 19 echo "Server is not running\n"; 48 // Failure, the server is no longer running 49 if (!($status && $status['running'])) { 50 $error = "Server is not running\n"; 76 if (!($status && $status['running'])) {
|
/php-src/Zend/tests/generators/errors/ |
H A D | resume_running_generator_error.phpt | 2 It is not possible to resume an already running generator 22 Exception: Cannot resume an already running generator 24 Fatal error: Uncaught Error: Cannot resume an already running generator in %s:%d
|
H A D | resume_running_generator_error_002.phpt | 2 Memory leak when resume an already running generator 17 Cannot resume an already running generator
|
H A D | resume_running_generator_error_003.phpt | 2 Use-after-free when resume an already running generator 18 Fatal error: Uncaught Error: Cannot resume an already running generator in %sresume_running_generat…
|
/php-src/ext/opcache/tests/ |
H A D | php_cli_server.inc | 29 // Failure, the server is no longer running 30 if (!($status && $status['running'])) { 31 $error = "Server is not running\n"; 57 if (!($status && $status['running'])) {
|
/php-src/Zend/tests/gc/ |
H A D | gc_037.phpt | 17 ["running"]=> 43 ["running"]=>
|
/php-src/sapi/fpm/tests/ |
H A D | proc-user-ignored.phpt | 2 FPM: Process user setting ignored when FPM is not running as root 31 "'user' directive is ignored when FPM is not running as root",
|
/php-src/ext/standard/tests/general_functions/ |
H A D | gh10239_2.phpt | 23 ["running"]=> 43 ["running"]=>
|
H A D | proc_open02.phpt | 42 ["running"]=> 63 ["running"]=>
|
/php-src/ext/pgsql/tests/ |
H A D | README.md | 6 * There is a PostgreSQL account for the users running the test scripts 14 as the same user running the tests you ensure that the user is granted access to
|
/php-src/ext/standard/tests/streams/ |
H A D | bug78883.phpt | 21 $bug_is_present = !proc_get_status($proc)['running']; 24 // thus cmd is still running and we should kill it
|
/php-src/ext/sysvsem/tests/ |
H A D | nowait.phpt | 11 echo "P: parent process running.\n"; 87 echo "C: child process running.\n"; 119 P: parent process running. 123 C: child process running.
|
/php-src/sapi/cli/tests/ |
H A D | 002.phpt | 2 running code with -r
|
Completed in 15 milliseconds
12345