Home
last modified time | relevance | path

Searched refs:PHP_OS (Results 1 – 25 of 664) sorted by path

12345678910>>...27

/PHP-5.5/Zend/tests/
H A Dbug39542.phpt7 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dbug55509.phpt16 if (PHP_OS == 'Linux') {
30 elseif (PHP_OS == 'FreeBSD') {
/PHP-5.5/
H A Dconfigure.in1280 PHP_OS="NetWare"
1282 AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[hardcode for each of the cross compiler host]) definition
1288 PHP_OS=`uname | xargs`
1289 AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[uname output]) definition
/PHP-5.5/ext/curl/tests/
H A Dbug45161.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dbug61948-win32.phpt5 if(substr(PHP_OS, 0, 3) != 'WIN' )
H A Dbug61948.phpt5 if(substr(PHP_OS, 0, 3) == 'WIN' )
H A Dcheck_win_config.phpt8 if(substr(PHP_OS, 0, 3) != 'WIN' )
H A Dserver.inc22 if (substr(PHP_OS, 0, 3) == 'WIN') {
/PHP-5.5/ext/date/tests/
H A D009.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') die('skip posix only test.');
H A D009_win32.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') die('skip only windows test.');
H A Dbug32555.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') die('skip strftime uses system TZ');
H A Dbug33532.phpt8 if(PHP_OS == 'Darwin' || defined('PHP_WINDOWS_VERSION_MAJOR')) die("skip strftime uses system TZ on…
H A Dbug65184.phpt5 if (strtoupper(substr(PHP_OS, 0, 3)) != 'WIN') {
H A Ddate_default_timezone_get-1-win32.phpt5 if(substr(PHP_OS, 0, 3) != 'WIN') die("skip skip on non windows");
H A Ddate_default_timezone_get-1.phpt5 if(substr(PHP_OS, 0, 3) == 'WIN') die("skip on windows");
H A Ddate_default_timezone_get-2.phpt5 if(substr(PHP_OS, 0, 3) == 'WIN') die("skip on windows");
H A Ddate_default_timezone_set-1.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') die('skip diff TZ detection on windows.');
H A Dgmstrftime_variation10.phpt5 if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
H A Dgmstrftime_variation11.phpt5 if (strtoupper(substr(PHP_OS, 0, 3)) != 'WIN') {
H A Dgmstrftime_variation12.phpt5 if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
H A Dgmstrftime_variation13.phpt5 if (strtoupper(substr(PHP_OS, 0, 3)) != 'WIN') {
H A Dgmstrftime_variation14.phpt5 if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
H A Dgmstrftime_variation15.phpt5 if (strtoupper(substr(PHP_OS, 0, 3)) != 'WIN') {
H A Dgmstrftime_variation16.phpt5 if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
H A Dgmstrftime_variation17.phpt5 if (strtoupper(substr(PHP_OS, 0, 3)) != 'WIN') {

Completed in 51 milliseconds

12345678910>>...27