Searched refs:running (Results 1 – 25 of 95) sorted by relevance
1234
/PHP-7.4/ext/phar/tests/ |
H A D | phar_running.phpt | 2 Phar: Phar::running() 14 Phar::running(array()); 15 var_dump(Phar::running()); 16 var_dump(Phar::running(false)); 19 var_dump(Phar::running()); 25 Warning: Phar::running() expects parameter 1 to be bool, array given in phar://%sphar_running.phar.…
|
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-7.4/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 | 30 // Failure, the server is no longer running 31 if (!($status && $status['running'])) { 32 $error = "Server is not running\n"; 58 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 | 46 $running=null; 49 curl_multi_exec($mh, $running); 50 } while ($running > 0);
|
/PHP-7.4/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-7.4/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
|
/PHP-7.4/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-7.4/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-7.4/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-7.4/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-7.4/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-7.4/ext/standard/tests/general_functions/ |
H A D | proc_open02.phpt | 40 ["running"]=> 59 ["running"]=>
|
/PHP-7.4/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-7.4/Zend/tests/generators/ |
H A D | no_foreach_var_leaks.phpt | 15 // generator is closed here, without running SWITCH_FREE
|
/PHP-7.4/ext/intl/tests/ |
H A D | symfony_format_type_int32_intl1.phpt | 13 // doesn't always show if you're rapidly running this test repeatedly. 15 // (it will show up the first time, or if you wait a while before running it again.)
|
/PHP-7.4/ext/fileinfo/tests/ |
H A D | bug69320.phpt | 2 Bug #69320 libmagic crash when running laravel tests
|
/PHP-7.4/Zend/tests/ |
H A D | bug60825.phpt | 2 Bug #60825 (Segfault when running symfony 2 tests) (PHP7)
|
/PHP-7.4/ext/imap/tests/ |
H A D | README.md | 3 Many of the tests in this directory require a mail server to be running, if 13 installation. For information, the dovecot.conf file used in running the tests
|
/PHP-7.4/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 30 milliseconds
1234