Home
last modified time | relevance | path

Searched refs:system (Results 1 – 25 of 153) sorted by relevance

1234567

/PHP-5.3/ext/standard/tests/strings/
H A Dsetlocale_basic1.phpt2 Test setlocale() function : basic functionality - setting system locale to a specific
32 // run the command 'locale -a' to fetch all locales available in the system
33 system('locale -a');
43 // return all the locale found in the system
47 /* Collect existing system locales and set one among them,
79 // gather all the locales installed in the system
82 // set the system locale to a locale, choose the right locale by
84 // $common_locales & locales that are available in the system, stored
86 echo "Setting system locale(LC_ALL) to ";
88 // check if a commonly used locale is installed in the system
[all …]
H A Dsetlocale_variation2.phpt18 /* setlocale() to set all available locales in the system and check the success count */
34 // run the command 'locale -a' to fetch all locales available in the system
35 system('locale -a');
45 // return all the locale found in the system, except for broken one
49 // gather all the locales installed in the system
56 echo "-- Test setlocale() with all available locale in the system --\n";
57 // gather all locales installed in the system(stored $all_system_locales),
89 -- Test setlocale() with all available locale in the system --
H A Dsetlocale_variation3.phpt2 Test setlocale() function : usage variations - setting system locale = 0
23 echo "*** Testing setlocale() : usage variations - setting system locale = 0 ***\n";
37 echo "Setting system locale, category = LC_ALL and locale = 0\n";
46 echo "Checking locale in the system, Expected : no change in the existing locale\n";
57 *** Testing setlocale() : usage variations - setting system locale = 0 ***
107 Setting system locale, category = LC_ALL and locale = 0
157 Checking locale in the system, Expected : no change in the existing locale
H A Dsetlocale_variation4.phpt2 Test setlocale() function : usage variations - setting system locale as null
25 echo "*** Testing setlocale() : usage variations - Setting system locale = null ***\n";
36 echo "Setting system locale, category = LC_ALL and locale = null\n";
44 echo "Checking new locale in the system, Expected : the locale names will be set from the values of…
55 *** Testing setlocale() : usage variations - Setting system locale = null ***
105 Setting system locale, category = LC_ALL and locale = null
155 Checking new locale in the system, Expected : the locale names will be set from the values of envir…
H A Dsetlocale_variation5.phpt2 Test setlocale() function : usage variations - Setting system locale as empty string
25 echo "*** Testing setlocale() : usage variations - setting system locale = \"\" ***\n";
38 echo "Setting system locale, category = LC_ALL and locale = \"\"\n";
48 echo "Checking new locale in the system, Expected : the locale names will be set from the values of…
59 *** Testing setlocale() : usage variations - setting system locale = "" ***
109 Setting system locale, category = LC_ALL and locale = ""
159 Checking new locale in the system, Expected : the locale names will be set from the values of envir…
H A Dsetlocale_basic3.phpt32 // run the command 'locale -a' to fetch all locales available in the system
33 system('locale -a');
43 // return all the locale found in the system
47 /* Collect existing system locales and get three locales that can be use to
66 // gather all the locales installed in the system
69 // Now check for three locales that is present in the system and use that as argument to setlocale()
H A Dsetlocale_basic2.phpt32 // run the command 'locale -a' to fetch all locales available in the system
33 system('locale -a');
43 // return all the locale found in the system
47 /* Collect existing system locales and prepare a list of locales that can be used as
80 // gather all the locales installed in the system
83 // prepare the list of locales based on list of locales found in the system
86 // checking the currency setting of the system(use localconv())
H A Dsetlocale_variation1.phpt32 // run the command 'locale -a' to fetch all locales available in the system
33 system('locale -a');
43 // return all the locale found in the system
47 /* Collect existing system locales and get 2 valid locales that can be use to
65 // gather all the locales installed in the system
68 // Now check for three locales that is present in the system and use that as argument to setlocale()
H A Dstr_ireplace.phpt42 for abnormal system behavior.\nSuggest features, report bugs, or ask
97 for abnormal system behavior.
100 string(152) "Change tracking and management software designed to watch<br> for abnormal system beha…
/PHP-5.3/ext/standard/tests/file/
H A Dbug41874.phpt11 system('cd 1:\non_existant; dir nonexistant');
14 The system cannot find the drive specified.
15 The system cannot find the drive specified.
H A Dbug41874_3.phpt13 system('cd 1:\\non_existant; dir nonexistant');
16 The system cannot find the drive specified.
H A Drename_variation13-win32.phpt77 Warning: rename(-1,%s/renameVar13/afile.tmp): The system cannot find the file specified. (code: 2) …
82 Warning: rename(1,%s/renameVar13/afile.tmp): The system cannot find the file specified. (code: 2) i…
126 Warning: rename(%s/renameVar13/afile.tmp,/no/such/file/dir): The system cannot find the path specif…
129 Warning: rename(/no/such/file/dir,%s/renameVar13/afile.tmp): The system cannot find the path specif…
133 Warning: rename(%s/renameVar13/afile.tmp,php/php): The system cannot find the path specified. (code…
136 Warning: rename(php/php,%s/renameVar13/afile.tmp): The system cannot find the path specified. (code…
H A Drename_variation11-win32.phpt95 …ar11Sub\..\\\renameVar11Sub\\..\\..\renameVar11Sub\IwasRenamed.tmp): The system cannot find the pa…
100 …\renameMe.tmp,%s\renameVar11\renameVar11Sub\BADDIR\IwasRenamed.tmp): The system cannot find the pa…
121 Warning: rename(BADDIR\renameMe.tmp,BADDIR\IwasRenamed.tmp): The system cannot find the path specif…
H A Drename_variation12-win32.phpt92 …ar11Sub/..///renameVar11Sub//..//../renameVar11Sub/IwasRenamed.tmp): The system cannot find the pa…
97 …/renameMe.tmp,%s/renameVar11/renameVar11Sub/BADDIR/IwasRenamed.tmp): The system cannot find the pa…
118 Warning: rename(BADDIR/renameMe.tmp,BADDIR/IwasRenamed.tmp): The system cannot find the path specif…
H A Dbug41874_1.phpt16 The system cannot find the drive specified.
/PHP-5.3/ext/ereg/
H A Dconfig0.m48 [ --with-regex=TYPE regex library type: system, php. [TYPE=php]
12 system)
16 REGEX_TYPE=system
46 elif test "$REGEX_TYPE" = "system"; then
/PHP-5.3/ext/date/tests/
H A Ddate_default_timezone_get-1-win32.phpt14 …/* The behaviour on windows is to select an arbitrary timezone name from the current system settin…
20 Warning: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You…
23 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to us…
H A Ddate_default_timezone_get-2-win32.phpt13 …/* The behaviour on windows is to select an arbitrary timezone name from the current system settin…
19 Warning: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You…
H A Ddate_default_timezone_get-1.phpt16 Warning: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You…
19 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to us…
H A Ddate_default_timezone_set-1.phpt25 Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* …
27 Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* …
/PHP-5.3/ext/pcre/
H A Dupgrade-pcre.php22 system("tar xfz $newpcre");
24 system("tar xfj $newpcre");
/PHP-5.3/ext/standard/
H A Dconfig.m4273 AC_DEFINE_UNQUOTED(PHP_STD_DES_CRYPT, 1, [Whether the system supports standard DES salt])
274 AC_DEFINE_UNQUOTED(PHP_BLOWFISH_CRYPT, 1, [Whether the system supports BlowFish salt])
275 AC_DEFINE_UNQUOTED(PHP_EXT_DES_CRYPT, 1, [Whether the system supports extended DES salt])
276 AC_DEFINE_UNQUOTED(PHP_MD5_CRYPT, 1, [Whether the system supports MD5 salt])
277 AC_DEFINE_UNQUOTED(PHP_SHA512_CRYPT, 1, [Whether the system supports SHA512 salt])
278 AC_DEFINE_UNQUOTED(PHP_SHA256_CRYPT, 1, [Whether the system supports SHA256 salt])
316 AC_DEFINE_UNQUOTED(PHP_MD5_CRYPT, $ac_result, [Whether the system supports MD5 salt])
325 AC_DEFINE_UNQUOTED(PHP_SHA512_CRYPT, $ac_result, [Whether the system supports SHA512 salt])
334 AC_DEFINE_UNQUOTED(PHP_SHA256_CRYPT, $ac_result, [Whether the system supports SHA256 salt])
360 AC_DEFINE(PHP_CAN_SUPPORT_PROC_OPEN,1, [Define if your system has fork/vfork/CreateProcess])
[all …]
H A Dexec.h24 PHP_FUNCTION(system);
/PHP-5.3/ext/mbstring/libmbfl/
H A DINSTALL2 For UNIX compatible system,
/PHP-5.3/ext/xmlrpc/tests/
H A Dbug50761.phpt2 Bug #50761 (system.multiCall crashes)
9 <methodName>system.multiCall</methodName>

Completed in 27 milliseconds

1234567