Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/phar/tests/
H A Dphar_running.phpt2 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 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-7.4/ext/curl/tests/
H A Dbug67643.phpt16 $running = 0;
18 curl_multi_exec($mh, $running);
19 } while($running > 0);
H A Dserver.inc30 // 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 Dcurl_multi_getcontent_basic3.phpt32 $running=0;
34 curl_multi_exec($mh,$running);
35 } while ($running>0);
H A Dcurl_basic_018.phpt46 $running=null;
49 curl_multi_exec($mh, $running);
50 } while ($running > 0);
/PHP-7.4/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-7.4/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
/PHP-7.4/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-7.4/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-7.4/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-7.4/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-7.4/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-7.4/ext/standard/tests/general_functions/
H A Dproc_open02.phpt40 ["running"]=>
59 ["running"]=>
/PHP-7.4/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-7.4/Zend/tests/generators/
H A Dno_foreach_var_leaks.phpt15 // generator is closed here, without running SWITCH_FREE
/PHP-7.4/ext/intl/tests/
H A Dsymfony_format_type_int32_intl1.phpt13 // 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 Dbug69320.phpt2 Bug #69320 libmagic crash when running laravel tests
/PHP-7.4/Zend/tests/
H A Dbug60825.phpt2 Bug #60825 (Segfault when running symfony 2 tests) (PHP7)
/PHP-7.4/ext/imap/tests/
H A DREADME.md3 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 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 53 milliseconds

1234