Home
last modified time | relevance | path

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

123456

/PHP-7.0/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.0/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.inc41 // Failure, the server is no longer running
42 if (!($status && $status['running'])) {
43 $error = "Server is not running\n";
69 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.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
/PHP-7.0/sapi/fpm/tests/
H A D016.phpt77 [%s] NOTICE: [pool aaaa] 'user' directive is ignored when FPM is not running as root
78 [%s] NOTICE: [pool bbbb] 'user' directive is ignored when FPM is not running as root
79 [%s] NOTICE: [pool cccc] 'user' directive is ignored when FPM is not running as root
80 [%s] NOTICE: [pool dddd] 'user' directive is ignored when FPM is not running as root
81 [%s] NOTICE: [pool eeee] 'user' directive is ignored when FPM is not running as root
82 [%s] NOTICE: fpm is running, pid %d
H A Dapparmor.phpt5 apparmor hat a. Test succeeds if apparmor is not running or hat is non
38 apparmor not running
/PHP-7.0/ext/opcache/tests/
H A Dphp_cli_server.inc31 // Failure, the server is no longer running
32 if (!($status && $status['running'])) {
33 $error = "Server is not running\n";
59 if (!($status && $status['running'])) {
/PHP-7.0/sapi/cli/tests/
H A Dphp_cli_server.inc44 // Failure, the server is no longer running
45 if (!($status && $status['running'])) {
46 $error = "Server is not running\n";
84 if (!($status && $status['running'])) {
H A D002-win32.phpt2 running code with -r
/PHP-7.0/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.0/ext/standard/tests/general_functions/
H A Dproc_open02.phpt40 ["running"]=>
59 ["running"]=>
/PHP-7.0/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.0/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.0/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.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.

Completed in 32 milliseconds

123456