Home
last modified time | relevance | path

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

123456

/PHP-5.3/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 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");
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");
H A Dphar_unlinkarchive.phpt70 Phar::unlinkArchive(Phar::running(false));
72 var_dump(Phar::running(false));
73 include Phar::running(true) . "/another.php";
/PHP-5.3/ext/curl/tests/
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 Dcurl_multi_getcontent_error3.phpt32 $running=0;
34 curl_multi_exec($mh,$running);
35 } while ($running>0);
H A Dcurl_multi_getcontent_basic3.phpt36 $running=0;
38 curl_multi_exec($mh,$running);
39 } while ($running>0);
H A Dcurl_basic_017.phpt40 $running=null;
44 $state = curl_multi_exec($mh, $running);
45 } while ($running > 0);
H A Dcurl_basic_018.phpt45 $running=null;
48 curl_multi_exec($mh, $running);
49 } while ($running > 0);
H A Dcurl_multi_getcontent_error4.phpt32 $running=0;
34 curl_multi_exec($mh,$running);
35 } while ($running>0);
/PHP-5.3/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-5.3/ext/standard/tests/general_functions/
H A Dproc_open02.phpt40 ["running"]=>
59 ["running"]=>
H A Dbug39322.phpt32 ["running"]=>
H A Dphp_uname_basic.phpt6 * Description: Returns information about the operating system PHP is running on
/PHP-5.3/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-5.3/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-5.3/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-5.3/sapi/cli/tests/
H A D002-win32.phpt2 running code with -r
H A D002.phpt2 running code with -r
H A D013.phpt2 running PHP code before and after processing input lines with -B and -E
/PHP-5.3/Zend/tests/
H A Dbug60825.phpt2 Bug #60825 (Segfault when running symfony 2 tests)
/PHP-5.3/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
/PHP-5.3/ext/imap/tests/
H A DREADME2 Many of the tests in this directory require a mail server to be running, if there is no mail server…
9 …mal dovecot installation. For information, the dovecot.conf file used in running the tests is give…
/PHP-5.3/ext/sqlite/
H A DREADME6 without running a separate RDBMS process.

Completed in 39 milliseconds

123456