Home
last modified time | relevance | path

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

12345

/PHP-7.1/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 boolean, array given in phar://%sphar_running.ph…
H A Dbug74383.phpt2 Phar: bug #74383: Wrong reflection on Phar::running
8 $rm = $rc->getMethod("running");
H A Dmounteddir.phpt17 Phar::mount("testit", dirname(Phar::running(0)) . "/testit");
18 echo file_get_contents(Phar::running(1) . "/testit/extfile.php"), "\n";
19 echo file_get_contents(Phar::running(1) . "/testit/directory"), "\n";
20 echo file_get_contents(Phar::running(1) . "/testit/existing.txt"), "\n";
24 Phar::mount(".phar/stub.php", dirname(Phar::running(0)) . "/testit/extfile.php");
H A DmounteddirU.phpt17 Phar::mount("testit", dirname(Phar::running(0)) . "/testit");
18 echo file_get_contents(Phar::running(1) . "/testit/extfile.php"), "\n";
19 echo file_get_contents(Phar::running(1) . "/testit/directory"), "\n";
20 echo file_get_contents(Phar::running(1) . "/testit/existing.txt"), "\n";
24 Phar::mount(".phar/stub.php", dirname(Phar::running(0)) . "/testit/extfile.php");
/PHP-7.1/ext/curl/tests/
H A Dbug67643.phpt16 $running = 0;
18 curl_multi_exec($mh, $running);
19 } while($running > 0);
H A Dcurl_multi_getcontent_error1.phpt32 $running=0;
34 curl_multi_exec($mh,$running);
35 } while ($running>0);
H A Dcurl_multi_getcontent_error2.phpt32 $running=0;
34 curl_multi_exec($mh,$running);
35 } while ($running>0);
H A Dserver.inc47 // Failure, the server is no longer running
48 if (!($status && $status['running'])) {
49 $error = "Server is not running\n";
75 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_multi_getcontent_error3.phpt32 $running=0;
34 curl_multi_exec($mh,$running);
35 } while ($running>0);
H A Dcurl_basic_017.phpt41 $running=null;
45 $state = curl_multi_exec($mh, $running);
46 } while ($running > 0);
H A Dcurl_basic_018.phpt46 $running=null;
49 curl_multi_exec($mh, $running);
50 } while ($running > 0);
H A Dcurl_multi_getcontent_error4.phpt32 $running=0;
34 curl_multi_exec($mh,$running);
35 } while ($running>0);
/PHP-7.1/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.1/ext/opcache/tests/
H A Dphp_cli_server.inc37 // Failure, the server is no longer running
38 if (!($status && $status['running'])) {
39 $error = "Server is not running\n";
65 if (!($status && $status['running'])) {
/PHP-7.1/sapi/cli/tests/
H A Dphp_cli_server.inc50 // Failure, the server is no longer running
51 if (!($status && $status['running'])) {
52 $error = "Server is not running\n";
90 if (!($status && $status['running'])) {
H A D002-win32.phpt2 running code with -r
H A D002.phpt2 running code with -r
/PHP-7.1/sapi/fpm/tests/
H A Dproc-user-ignored.phpt2 FPM: Process user setting ignored when FPM is not running as root
30 "'user' directive is ignored when FPM is not running as root",
/PHP-7.1/ext/pgsql/tests/
H A DREADME3 - there is a PostgreSQL account for the users running the test scripts
12 command as the same user running the tests you ensure that the user is
/PHP-7.1/ext/standard/tests/general_functions/
H A Dproc_open02.phpt40 ["running"]=>
59 ["running"]=>
/PHP-7.1/ext/pdo/
H A Dconfig.m414 # we're running in an environment that smells like pear,
16 # that we're running under a slightly broken pear installer
19 do so now by running:
/PHP-7.1/sapi/cgi/
H A DREADME.FastCGI27 PHP pages as appropriate. This is the recommended way of running PHP-FastCGI.
28 To run this way, you must start the PHP binary running by giving it an IP
33 The above line is the recommended way of running FastCGI. You usually
48 The advantage of running PHP in this way is that it entirely separates the
51 be, you could even have several web servers utilising the same running PHP
59 However, there are advantages to running PHP with FastCGI. Separating the
127 be set before running the PHP binary:
142 On the other hand, having more processes running will use more RAM, and letting
/PHP-7.1/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.1/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.

Completed in 42 milliseconds

12345