Home
last modified time | relevance | path

Searched refs:PHP_OS (Results 1 – 25 of 664) sorted by last modified time

12345678910>>...27

/PHP-5.5/tests/security/
H A Dopen_basedir_parse_ini_file.phpt7 if (substr(PHP_OS, 0, 3) != 'WIN') {
H A Dopen_basedir_readlink.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dopen_basedir_realpath.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') {
H A Dopen_basedir_symlink.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dopen_basedir_001.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dopen_basedir_link.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dopen_basedir_linkinfo.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dopen_basedir_mkdir.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') {
/PHP-5.5/tests/strings/
H A D001.phpt199 $len = strncasecmp(PHP_OS, 'CYGWIN', 6) ? 19 : 29;
/PHP-5.5/tests/lang/
H A Dbug38579.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') {
/PHP-5.5/
H A Dserver-tests.php85 PHP_OS=" . PHP_OS . "
481 $this->iswin32 = substr(PHP_OS, 0, 3) == "WIN";
996 $failed_tests_data .= "OS:\n". PHP_OS. "\n\n";
/PHP-5.5/tests/basic/
H A Dreq60524-win.phpt7 if( substr(PHP_OS, 0, 3) != "WIN" )
H A Dreq60524.phpt7 if (substr(PHP_OS, 0, 3) == 'WIN') {
/PHP-5.5/scripts/dev/generate-phpt/src/codeSnippets/
H A Dskipifnotwin.txt1 if (substr(PHP_OS, 0, 3) != 'WIN') die("skip this test is for Windows platforms only");
H A Dskipifwin.txt1 if (substr(PHP_OS, 0, 3) == 'WIN') die("skip this test is not for Windows platforms");
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar967 */if (substr(PHP_OS, 0, 3) == 'WIN') die("skip this test is not for Windows platforms");
984 …);foreach ( $variation_array as $var ) {if (substr(PHP_OS, 0, 3) != 'WIN') die("skip this test is …
/PHP-5.5/sapi/cli/tests/
H A D013.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A D015.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A D018.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A D019.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A D020.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A D021.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A D022.phpt6 if (substr(PHP_OS, 0, 3) == "WIN") die("skip non windows test");
H A Dbug64529.phpt5 if (substr(PHP_OS, 0, 3) == "WIN") {
H A Dbug64544.phpt5 if (substr(PHP_OS, 0, 3) == "WIN") {

Completed in 263 milliseconds

12345678910>>...27