Searched refs:run (Results 251 – 275 of 492) sorted by relevance
1...<<11121314151617181920
/PHP-7.2/sapi/apache2handler/ |
H A D | README | 18 function, and tried to stop any method where a php script can run another php 19 script while it is being run.
|
/PHP-7.2/ext/standard/tests/file/ |
H A D | symlink_link_linkinfo_is_link_variation6.phpt | 15 // Skip if being run by root (files are always readable, writeable and executable) 21 die('skip cannot be run as root');
|
H A D | is_writable_variation2.phpt | 8 // Skip if being run by root 14 die('skip cannot be run as root');
|
H A D | filegroup_variation1.phpt | 8 die('skip Do not run on Windows');
|
H A D | fileinode_variation1.phpt | 8 die('skip Do not run on Windows');
|
H A D | fileperms_variation1.phpt | 8 die('skip Do not run on Windows');
|
H A D | is_file_variation2.phpt | 6 die('skip Do not run on Windows');
|
H A D | is_writable_variation1.phpt | 7 // Skip if being run by root (files are always readable, writeable and executable) 13 die('skip cannot be run as root');
|
H A D | fileowner_variation1.phpt | 8 die('skip Do not run on Windows');
|
/PHP-7.2/ext/posix/tests/ |
H A D | posix_setuid_variation3.phpt | 6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
|
H A D | posix_setuid_variation4.phpt | 7 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
|
H A D | posix_seteuid_variation3.phpt | 6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
|
H A D | posix_seteuid_variation4.phpt | 7 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
|
H A D | posix_setgid_variation3.phpt | 10 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
|
/PHP-7.2/ext/standard/tests/mail/ |
H A D | bug66535.phpt | 9 die("skip Won't run on Windows");
|
H A D | mail_skipif.inc | 14 // Change these to make tests run successfully
|
H A D | mail_basic2.phpt | 6 die("skip Won't run on Windows");
|
/PHP-7.2/ext/openssl/tests/ |
H A D | stream_verify_peer_name_002.phpt | 50 ServerClientTestCase::getInstance()->run($clientCode, $serverCode);
|
H A D | capture_peer_cert_001.phpt | 49 ServerClientTestCase::getInstance()->run($clientCode, $serverCode);
|
H A D | san_peer_matching.phpt | 42 ServerClientTestCase::getInstance()->run($clientCode, $serverCode);
|
/PHP-7.2/ext/pcre/pcrelib/testdata/ |
H A D | testoutput3 | 2 It is not Perl-compatible. When run via RunTest, the locale is edited to 5 where the locale is called "french" and the tests are run using
|
/PHP-7.2/ext/mysqli/tests/ |
H A D | mysqli_fetch_assoc_no_alias_utf8.phpt | 14 die("skip Cannot run SHOW CHARACTER SET to check charsets"); 25 die("skip Cannot run SHOW CHARACTER SET to check charsets");
|
/PHP-7.2/ext/standard/tests/dir/ |
H A D | opendir_variation7.phpt | 8 // Skip if being run by root (files are always readable, writeable and executable) 14 die('skip...cannot be run as root\n');
|
/PHP-7.2/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_closecursor.phpt | 157 …OStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you … 162 …OStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you … 168 …OStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you … 173 …OStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you …
|
/PHP-7.2/ext/zip/tests/ |
H A D | bug51353.phpt | 10 adding an explicit skip, remove it to run this test. */
|
Completed in 40 milliseconds
1...<<11121314151617181920