/PHP-8.0/ext/standard/tests/file/ |
H A D | tempnam_variation4-0.phpt | 51 Notice: tempnam(): file created in the system's temporary directory in %s on line %d 54 Notice: tempnam(): file created in the system's temporary directory in %s on line %d 57 Notice: tempnam(): file created in the system's temporary directory in %s on line %d 60 Notice: tempnam(): file created in the system's temporary directory in %s on line %d 63 Notice: tempnam(): file created in the system's temporary directory in %s on line %d 66 Notice: tempnam(): file created in the system's temporary directory in %s on line %d 69 Notice: tempnam(): file created in the system's temporary directory in %s on line %d 72 Notice: tempnam(): file created in the system's temporary directory in %s on line %d 75 Notice: tempnam(): file created in the system's temporary directory in %s on line %d 78 Notice: tempnam(): file created in the system's temporary directory in %s on line %d [all …]
|
H A D | tempnam_variation4-1.phpt | 51 Notice: tempnam(): file created in the system's temporary directory in %s on line %d 54 Notice: tempnam(): file created in the system's temporary directory in %s on line %d 57 Notice: tempnam(): file created in the system's temporary directory in %s on line %d 60 Notice: tempnam(): file created in the system's temporary directory in %s on line %d 63 Notice: tempnam(): file created in the system's temporary directory in %s on line %d 66 Notice: tempnam(): file created in the system's temporary directory in %s on line %d 69 Notice: tempnam(): file created in the system's temporary directory in %s on line %d 72 Notice: tempnam(): file created in the system's temporary directory in %s on line %d 75 Notice: tempnam(): file created in the system's temporary directory in %s on line %d 78 Notice: tempnam(): file created in the system's temporary directory in %s on line %d [all …]
|
H A D | bug41874.phpt | 11 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 D | rename_variation13-win32.phpt | 69 Warning: rename(-1,%safile.tmp): The system cannot find the file specified (code: 2) in %srename_va… 74 Warning: rename(1,%safile.tmp): The system cannot find the file specified (code: 2) in %srename_var… 78 Warning: rename(%safile.tmp,): %r(Invalid argument|(The parameter is incorrect|The system cannot fi… 81 Warning: rename(,%safile.tmp): %r(Invalid argument|(The parameter is incorrect|The system cannot fi… 85 Warning: rename(%safile.tmp,): %r(Invalid argument|(The parameter is incorrect|The system cannot fi… 88 Warning: rename(,%safile.tmp): %r(Invalid argument|(The parameter is incorrect|The system cannot fi… 92 Warning: rename(%safile.tmp,): %r(Invalid argument|(The parameter is incorrect|The system cannot fi… 106 Warning: rename(%safile.tmp,/no/such/file/dir): The system cannot find the path specified (code: 3)… 109 Warning: rename(/no/such/file/dir,%safile.tmp): The system cannot find the path specified (code: 3)… 113 Warning: rename(%safile.tmp,php/php): The system cannot find the path specified (code: 3) in %srena… [all …]
|
H A D | bug41874_3.phpt | 13 system('cd 1:\\non_existent; dir nonexistent'); 16 The system cannot find the drive specified.
|
H A D | tempnam_variation7-win32.phpt | 70 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7-win32.p… 76 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7-win32.p… 94 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7-win32.p… 104 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7-win32.p… 110 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7-win32.p…
|
H A D | tempnam_variation7.phpt | 75 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7.php on … 81 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7.php on … 99 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7.php on … 109 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7.php on … 115 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7.php on …
|
H A D | disk_free_space_error-win32.phpt | 33 Warning: disk_free_space(): The system cannot find the path specified in %s on line %d 36 Warning: diskfreespace(): The system cannot find the path specified in %s on line %d
|
/PHP-8.0/ext/openssl/ |
H A D | config0.m4 | 13 PHP_ARG_WITH([system-ciphers], 14 [whether to use system default cipher list instead of hardcoded value], 15 [AS_HELP_STRING([--with-system-ciphers], 16 [OPENSSL: Use system default cipher list instead of hardcoded value])], 38 …AC_DEFINE(USE_OPENSSL_SYSTEM_CIPHERS,1,[ Use system default cipher list instead of hardcoded value…
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | setlocale_basic1.phpt | 2 Test setlocale() function : basic functionality - setting system locale to a specific 20 // run the command 'locale -a' to fetch all locales available in the system 21 system('locale -a'); 31 // return all the locale found in the system 35 /* Collect existing system locales and set one among them, 67 // gather all the locales installed in the system 70 // set the system locale to a locale, choose the right locale by 72 // $common_locales & locales that are available in the system, stored 74 echo "Setting system locale(LC_ALL) to "; 76 // check if a commonly used locale is installed in the system [all …]
|
H A D | setlocale_variation2.phpt | 15 /* setlocale() to set all available locales in the system and check the success count */ 29 // run the command 'locale -a' to fetch all locales available in the system 30 system('locale -a'); 40 // return all the locale found in the system, except for broken one 44 // gather all the locales installed in the system 51 echo "-- Test setlocale() with all available locale in the system --\n"; 52 // gather all locales installed in the system(stored $all_system_locales), 84 -- Test setlocale() with all available locale in the system --
|
H A D | setlocale_variation3.phpt | 2 Test setlocale() function : usage variations - setting system locale = 0 16 echo "*** Testing setlocale() : usage variations - setting system locale = 0 ***\n"; 30 echo "Setting system locale, category = LC_ALL and locale = 0\n"; 39 echo "Checking locale in the system, Expected : no change in the existing locale\n"; 50 *** Testing setlocale() : usage variations - setting system locale = 0 *** 100 Setting system locale, category = LC_ALL and locale = 0 150 Checking locale in the system, Expected : no change in the existing locale
|
H A D | setlocale_variation5.phpt | 2 Test setlocale() function : usage variations - Setting system locale as empty string 18 echo "*** Testing setlocale() : usage variations - setting system locale = \"\" ***\n"; 31 echo "Setting system locale, category = LC_ALL and locale = \"\"\n"; 41 echo "Checking new locale in the system, Expected : the locale names will be set from the values of… 52 *** Testing setlocale() : usage variations - setting system locale = "" *** 102 Setting system locale, category = LC_ALL and locale = "" 152 Checking new locale in the system, Expected : the locale names will be set from the values of envir…
|
H A D | setlocale_variation4.phpt | 2 Test setlocale() function : usage variations - setting system locale as null 18 echo "*** Testing setlocale() : usage variations - Setting system locale = null ***\n"; 29 echo "Setting system locale, category = LC_ALL and locale = null\n"; 37 echo "Checking new locale in the system, Expected : the locale names will be set from the values of… 48 *** Testing setlocale() : usage variations - Setting system locale = null *** 98 Setting system locale, category = LC_ALL and locale = null 148 Checking new locale in the system, Expected : the locale names will be set from the values of envir…
|
H A D | setlocale_basic3.phpt | 20 // run the command 'locale -a' to fetch all locales available in the system 21 system('locale -a'); 31 // return all the locale found in the system 35 /* Collect existing system locales and get three locales that can be use to 54 // gather all the locales installed in the system 57 // Now check for three locales that is present in the system and use that as argument to setlocale()
|
H A D | setlocale_basic2.phpt | 20 // run the command 'locale -a' to fetch all locales available in the system 21 system('locale -a'); 31 // return all the locale found in the system 35 /* Collect existing system locales and prepare a list of locales that can be used as 68 // gather all the locales installed in the system 71 // prepare the list of locales based on list of locales found in the system 74 // checking the currency setting of the system(use localconv())
|
H A D | setlocale_variation1.phpt | 20 // run the command 'locale -a' to fetch all locales available in the system 21 system('locale -a'); 31 // return all the locale found in the system 35 /* Collect existing system locales and get 2 valid locales that can be use to 53 // gather all the locales installed in the system 56 // Now check for three locales that is present in the system and use that as argument to setlocale()
|
/PHP-8.0/ext/standard/tests/misc/ |
H A D | bug79410.phpt | 2 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);"');
|
H A D | exec_basic1.phpt | 2 exec, system, passthru — Basic command execution functions 17 var_dump(system($cmd, $output)); 29 system(): Argument #1 ($command) must not contain any null bytes
|
/PHP-8.0/ext/libxml/tests/ |
H A D | libxml_set_external_entity_loader_basic.phpt | 17 function ($public, $system, $context) use($dtd){ 19 var_dump($system);
|
H A D | libxml_set_external_entity_loader_variation2.phpt | 22 function ($public, $system, $context) { 23 var_dump($public,$system);
|
H A D | libxml_set_external_entity_loader_variation1.phpt | 26 function ($public, $system, $context) use($dtd,$entity){ 29 var_dump($system);
|
/PHP-8.0/.github/actions/test-linux/ |
H A D | action.yml | 22 export PHP_OCI8_TEST_USER="system" 25 export PDO_OCI_TEST_USER="system"
|
/PHP-8.0/docs/ |
H A D | unix-build-system.md | 1 # PHP build system V5 overview 23 ## The reason for a new system 30 ## If you build PHP on a Unix system 32 You, as a user of PHP, will notice no changes. Of course, the build system will 73 Now, you need to tell the build system that you want to build files in a 93 `$(srcdir)`. Because the build system does not change the working directory 116 The foundation for the new system is the flexible handling of sources and their
|
/PHP-8.0/Zend/tests/ |
H A D | bug62097.phpt | 6 die('skip for system with 32-bit wide longs only');
|