Home
last modified time | relevance | path

Searched refs:running (Results 1 – 25 of 122) sorted by relevance

12345

/php-src/Zend/tests/fibers/
H A Dresume-running-fiber.phpt2 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 Dresume-non-running-fiber.phpt2 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 Dthrow-into-non-running-fiber.phpt2 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 Dphar_running.phpt2 Phar: Phar::running()
14 var_dump(Phar::running());
15 var_dump(Phar::running(false));
18 var_dump(Phar::running());
H A Dbug74383.phpt2 Phar: bug #74383: Wrong reflection on Phar::running
8 $rm = $rc->getMethod("running");
H A Dmounteddir.phpt16 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 Dbug67643.phpt14 $running = 0;
16 curl_multi_exec($mh, $running);
17 } while($running > 0);
H A Dserver.inc21 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 Dcurl_multi_getcontent_basic3.phpt32 $running=0;
34 curl_multi_exec($mh,$running);
35 } while ($running>0);
H A Dcurl_basic_018.phpt40 $running=null;
43 curl_multi_exec($mh, $running);
44 } while ($running > 0);
H A Dskipif-nocaddy.inc10 if ($body !== "Caddy is up and running") {
H A DCaddyfile8 respond / "Caddy is up and running"
/php-src/ext/pdo_firebird/tests/
H A Dpayload_server.inc18 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 Dresume_running_generator_error.phpt2 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 Dresume_running_generator_error_002.phpt2 Memory leak when resume an already running generator
17 Cannot resume an already running generator
H A Dresume_running_generator_error_003.phpt2 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 Dphp_cli_server.inc29 // 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/
H A Dgc_037.phpt17 ["running"]=>
43 ["running"]=>
/php-src/sapi/fpm/tests/
H A Dproc-user-ignored.phpt2 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 Dgh10239_2.phpt23 ["running"]=>
43 ["running"]=>
H A Dproc_open02.phpt42 ["running"]=>
63 ["running"]=>
/php-src/ext/pgsql/tests/
H A DREADME.md6 * 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 Dbug78883.phpt21 $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 Dnowait.phpt11 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 D002.phpt2 running code with -r

Completed in 41 milliseconds

12345