Searched refs:running (Results 1 – 25 of 101) sorted by relevance
12345
/PHP-8.0/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 | 18 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 D | bug67643.phpt | 16 $running = 0; 18 curl_multi_exec($mh, $running); 19 } while($running > 0);
|
H A D | server.inc | 25 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 D | curl_multi_getcontent_basic3.phpt | 32 $running=0; 34 curl_multi_exec($mh,$running); 35 } while ($running>0);
|
H A D | curl_basic_018.phpt | 40 $running=null; 43 curl_multi_exec($mh, $running); 44 } while ($running > 0);
|
/PHP-8.0/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-8.0/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-8.0/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'])) {
|
H A D | bug74456.phpt | 2 Bug #74456 (Segmentation error while running a script in CLI mode)
|
/PHP-8.0/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-8.0/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-8.0/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-8.0/sapi/cli/tests/ |
H A D | php_cli_server.inc | 31 // note: here we check the process is running 35 if (!$status || !$status['running']) { 37 ($status['running'] == false && $status['exitcode'] != 0)) {
|
H A D | 002.phpt | 2 running code with -r
|
H A D | 002-unix.phpt | 2 running code with -r
|
/PHP-8.0/ext/standard/tests/general_functions/ |
H A D | proc_open02.phpt | 40 ["running"]=> 59 ["running"]=>
|
/PHP-8.0/ext/sysvsem/tests/ |
H A D | nowait.phpt | 14 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 D | no_foreach_var_leaks.phpt | 15 // generator is closed here, without running SWITCH_FREE
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | bug69320.phpt | 2 Bug #69320 libmagic crash when running laravel tests
|
/PHP-8.0/Zend/tests/ |
H A D | bug60825.phpt | 2 Bug #60825 (Segfault when running symfony 2 tests) (PHP7)
|
/PHP-8.0/ext/sysvmsg/tests/ |
H A D | 004.phpt | 17 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 24 milliseconds
12345