Home
last modified time | relevance | path

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

1234567

/PHP-7.3/ext/standard/tests/file/
H A Dtempnam_variation4-0.phpt63 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
66 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
69 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
72 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
75 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
78 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
81 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
84 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
87 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
90 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
[all …]
H A Dtempnam_variation4-1.phpt63 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
66 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
69 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
72 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
75 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
78 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
81 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
84 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
87 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
90 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
[all …]
H A Dbug41874.phpt11 system('cd 1:\non_existent; dir nonexistent');
14 The system cannot find the drive specified.
15 The system cannot find the drive specified.
H A Drename_variation13-win32.phpt77 Warning: rename(-1,%safile.tmp): The system cannot find the file specified. (code: 2) in %srename_v…
82 Warning: rename(1,%safile.tmp): The system cannot find the file specified. (code: 2) in %srename_va…
86 Warning: rename(%safile.tmp,): %r(Invalid argument|The system cannot find the path specified. \(cod…
89 Warning: rename(,%safile.tmp): %r(Invalid argument|The system cannot find the path specified. \(cod…
93 Warning: rename(%safile.tmp,): %r(Invalid argument|The system cannot find the path specified. \(cod…
96 Warning: rename(,%safile.tmp): %r(Invalid argument|The system cannot find the path specified. \(cod…
100 Warning: rename(%safile.tmp,): %r(Invalid argument|The system cannot find the path specified. \(cod…
132 Warning: rename(%safile.tmp,/no/such/file/dir): The system cannot find the path specified. (code: 3…
135 Warning: rename(/no/such/file/dir,%safile.tmp): The system cannot find the path specified. (code: 3…
139 Warning: rename(%safile.tmp,php/php): The system cannot find the path specified. (code: 3) in %sren…
[all …]
H A Dbug41874_3.phpt13 system('cd 1:\\non_existent; dir nonexistent');
16 The system cannot find the drive specified.
H A Dtempnam_variation7.phpt74 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7.php on …
80 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7.php on …
98 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7.php on …
116 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7.php on …
122 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7.php on …
H A Dtempnam_variation7-win32.phpt69 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7-win32.p…
75 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7-win32.p…
93 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7-win32.p…
111 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7-win32.p…
117 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7-win32.p…
H A Dbug41874_1.phpt16 The system cannot find the drive specified.
/PHP-7.3/ext/openssl/
H A Dconfig0.m49 PHP_ARG_WITH(system-ciphers, whether to use system default cipher list instead of hardcoded value,
10 [ --with-system-ciphers OPENSSL: Use system default cipher list instead of hardcoded value], no,…
29 …AC_DEFINE(USE_OPENSSL_SYSTEM_CIPHERS,1,[ Use system default cipher list instead of hardcoded value…
/PHP-7.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_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_variation2.phpt18 /* setlocale() to set all available locales in the system and check the success count */
37 // run the command 'locale -a' to fetch all locales available in the system
38 system('locale -a');
48 // return all the locale found in the system, except for broken one
52 // gather all the locales installed in the system
59 echo "-- Test setlocale() with all available locale in the system --\n";
60 // gather all locales installed in the system(stored $all_system_locales),
92 -- Test setlocale() with all available locale in the system --
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-7.3/ext/standard/tests/misc/
H A Dexec_basic1.phpt2 exec, system, passthru — Basic command execution functions
13 var_dump(system($cmd));
21 Warning: system(): NULL byte detected. Possible attack in %s on line %d
H A Dbug79410.phpt2 Bug #79410 (system() swallows last chunk if it is exactly 4095 bytes without newline)
6 system(getenv('TEST_PHP_EXECUTABLE') . ' -n -r "echo str_repeat(\".\", 4095);"');
/PHP-7.3/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_basic.phpt17 function ($public, $system, $context) use($dtd){
19 var_dump($system);
H A Dlibxml_set_external_entity_loader_variation2.phpt22 function ($public, $system, $context) {
23 var_dump($public,$system);
H A Dlibxml_set_external_entity_loader_variation1.phpt26 function ($public, $system, $context) use($dtd,$entity){
29 var_dump($system);
/PHP-7.3/ext/xmlrpc/tests/
H A Dbug50761.phpt2 Bug #50761 (system.multiCall crashes)
9 <methodName>system.multiCall</methodName>
/PHP-7.3/Zend/tests/
H A Dbug62097.phpt6 die('skip for system with 32-bit wide longs only');

Completed in 27 milliseconds

1234567