Home
last modified time | relevance | path

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

12345

/PHP-8.0/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.phpt18 Phar::mount("testit", dirname(Phar::running(0)) . "/testit");
19 echo file_get_contents(Phar::running(1) . "/testit/extfile.php"), "\n";
20 echo file_get_contents(Phar::running(1) . "/testit/directory"), "\n";
21 echo file_get_contents(Phar::running(1) . "/testit/existing.txt"), "\n";
25 Phar::mount(".phar/stub.php", dirname(Phar::running(0)) . "/testit/extfile.php");
/PHP-8.0/ext/curl/tests/
H A Dbug67643.phpt16 $running = 0;
18 curl_multi_exec($mh, $running);
19 } while($running > 0);
H A Dserver.inc25 if (empty($status['running'])) {
26 echo "Server is not running\n";
55 // Failure, the server is no longer running
56 if (!($status && $status['running'])) {
57 $error = "Server is not running\n";
83 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);
/PHP-8.0/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-8.0/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-8.0/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'])) {
H A Dbug74456.phpt2 Bug #74456 (Segmentation error while running a script in CLI mode)
/PHP-8.0/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-8.0/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-8.0/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-8.0/sapi/cli/tests/
H A Dphp_cli_server.inc31 // note: here we check the process is running
35 if (!$status || !$status['running']) {
37 ($status['running'] == false && $status['exitcode'] != 0)) {
H A D002.phpt2 running code with -r
H A D002-unix.phpt2 running code with -r
/PHP-8.0/ext/standard/tests/general_functions/
H A Dproc_open02.phpt40 ["running"]=>
59 ["running"]=>
/PHP-8.0/ext/sysvsem/tests/
H A Dnowait.phpt14 echo "P: parent process running.\n";
90 echo "C: child process running.\n";
122 P: parent process running.
126 C: child process running.
/PHP-8.0/Zend/tests/generators/
H A Dno_foreach_var_leaks.phpt15 // generator is closed here, without running SWITCH_FREE
/PHP-8.0/ext/fileinfo/tests/
H A Dbug69320.phpt2 Bug #69320 libmagic crash when running laravel tests
/PHP-8.0/Zend/tests/
H A Dbug60825.phpt2 Bug #60825 (Segfault when running symfony 2 tests) (PHP7)
/PHP-8.0/ext/sysvmsg/tests/
H A D004.phpt17 echo "Set uid:\n"; // same as the running user to make it succeed
23 echo "Set gid:\n"; // same as the running user to make it succeed

Completed in 28 milliseconds

12345