/php-src/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 | 68 Warning: rename(-1,%safile.tmp): The system cannot find the file specified (code: 2) in %srename_va… 73 Warning: rename(1,%safile.tmp): The system cannot find the file specified (code: 2) in %srename_var… 77 Warning: rename(%safile.tmp,): %r(Invalid argument|(The parameter is incorrect|The system cannot fi… 80 Warning: rename(,%safile.tmp): %r(Invalid argument|(The parameter is incorrect|The system cannot fi… 84 Warning: rename(%safile.tmp,): %r(Invalid argument|(The parameter is incorrect|The system cannot fi… 87 Warning: rename(,%safile.tmp): %r(Invalid argument|(The parameter is incorrect|The system cannot fi… 98 Warning: rename(%safile.tmp,/no/such/file/dir): The system cannot find the path specified (code: 3)… 101 Warning: rename(/no/such/file/dir,%safile.tmp): The system cannot find the path specified (code: 3)… 105 Warning: rename(%safile.tmp,php/php): The system cannot find the path specified (code: 3) in %srena… 108 Warning: rename(php/php,%safile.tmp): The system cannot find the path specified (code: 3) in %srena…
|
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 | 69 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… 89 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7-win32.p… 99 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7-win32.p… 105 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7-win32.p…
|
/php-src/ext/dom/tests/modern/spec/ |
H A D | Document_implementation_createDocumentType.phpt | 9 ['uri' => 'qname', 'public' => 'public', 'system' => 'system'], 10 ['uri' => 'qname', 'public' => 'public', 'system' => ''], 11 ['uri' => 'qname', 'public' => '', 'system' => 'system'], 12 ['uri' => 'qname', 'public' => '', 'system' => ''], 17 …>implementation->createDocumentType($test_item['uri'], $test_item['public'], $test_item['system']); 38 string(6) "system" 77 <!DOCTYPE qname PUBLIC "public" "system"> 140 string(6) "system" 179 <!DOCTYPE qname SYSTEM "system">
|
H A D | Document_implementation_createDocumentType_errors.phpt | 10 $dom->implementation->createDocumentType("invalid name", "public", "system"); 15 $dom->implementation->createDocumentType("", "public", "system");
|
/php-src/ext/standard/tests/strings/ |
H A D | setlocale_basic1.phpt | 2 Test setlocale() function : basic functionality - setting system locale to a specific 21 // run the command 'locale -a' to fetch all locales available in the system 22 system('locale -a'); 32 // return all the locale found in the system 36 /* Collect existing system locales and set one among them, 68 // gather all the locales installed in the system 71 // set the system locale to a locale, choose the right locale by 73 // $common_locales & locales that are available in the system, stored 75 echo "Setting system locale(LC_ALL) to "; 77 // 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 17 echo "*** Testing setlocale() : usage variations - setting system locale = 0 ***\n"; 31 echo "Setting system locale, category = LC_ALL and locale = 0\n"; 40 echo "Checking locale in the system, Expected : no change in the existing locale\n"; 51 *** Testing setlocale() : usage variations - setting system locale = 0 *** 97 Setting system locale, category = LC_ALL and locale = 0 143 Checking locale in the system, Expected : no change in the existing locale
|
H A D | setlocale_variation4.phpt | 2 Test setlocale() function : usage variations - setting system locale as null 19 echo "*** Testing setlocale() : usage variations - Setting system locale = null ***\n"; 30 echo "Setting system locale, category = LC_ALL and locale = null\n"; 38 echo "Checking new locale in the system, Expected : the locale names will be set from the values of… 49 *** Testing setlocale() : usage variations - Setting system locale = null *** 95 Setting system locale, category = LC_ALL and locale = null 141 Checking new locale in the system, Expected : the locale names will be set from the values of envir…
|
H A D | setlocale_variation5.phpt | 2 Test setlocale() function : usage variations - Setting system locale as empty string 19 echo "*** Testing setlocale() : usage variations - setting system locale = \"\" ***\n"; 32 echo "Setting system locale, category = LC_ALL and locale = \"\"\n"; 42 echo "Checking new locale in the system, Expected : the locale names will be set from the values of… 53 *** Testing setlocale() : usage variations - setting system locale = "" *** 99 Setting system locale, category = LC_ALL and locale = "" 145 Checking new locale in the system, Expected : the locale names will be set from the values of envir…
|
H A D | setlocale_basic2.phpt | 21 // run the command 'locale -a' to fetch all locales available in the system 22 system('locale -a'); 32 // return all the locale found in the system 36 /* Collect existing system locales and prepare a list of locales that can be used as 69 // gather all the locales installed in the system 72 // prepare the list of locales based on list of locales found in the system 75 // checking the currency setting of the system(use localconv())
|
H A D | setlocale_basic3.phpt | 21 // run the command 'locale -a' to fetch all locales available in the system 22 system('locale -a'); 32 // return all the locale found in the system 36 /* Collect existing system locales and get three locales that can be use to 55 // gather all the locales installed in the system 58 // Now check for three locales that is present in the system and use that as argument to setlocale()
|
H A D | setlocale_variation1.phpt | 21 // run the command 'locale -a' to fetch all locales available in the system 22 system('locale -a'); 32 // return all the locale found in the system 36 /* Collect existing system locales and get 2 valid 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()
|
/php-src/ext/dom/tests/delayed_freeing/ |
H A D | dtd_node.phpt | 8 $dtd = $doc->implementation->createDocumentType('qualified name', 'public', 'system'); 18 <!DOCTYPE qualified name PUBLIC "public" "system"> 21 <!DOCTYPE qualified name PUBLIC "public" "system">
|
/php-src/ext/openssl/ |
H A D | config0.m4 | 6 PHP_ARG_WITH([system-ciphers], 7 [whether to use system default cipher list instead of hardcoded value], 8 [AS_HELP_STRING([--with-system-ciphers], 9 [OPENSSL: Use system default cipher list instead of hardcoded value])], 43 [Define to 1 to use system default cipher list instead of the hardcoded
|
/php-src/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_ESCAPED') . ' -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-src/ |
H A D | UPGRADING.INTERNALS | 5 2. Build system changes 18 2. Build system changes
|
/php-src/docs-old/ |
H A D | unix-build-system.md | 1 # PHP build system V5 overview 21 ## The reason for a new system 28 ## If you build PHP on a Unix system 30 You, as a user of PHP, will notice no changes. Of course, the build system will 71 Now, you need to tell the build system that you want to build files in a 91 `$(srcdir)`. Because the build system does not change the working directory 97 The foundation for the new system is the flexible handling of sources and their
|
/php-src/ext/libxml/tests/ |
H A D | libxml_set_external_entity_loader_basic.phpt | 17 function ($public, $system, $context) use($dtd){ 19 var_dump($system);
|
/php-src/ext/gd/tests/ |
H A D | bug79945.phpt | 11 if (str_contains($errstr, 'Cannot cast a filtered stream on this system')) { 12 die('skip: fopencookie not support on this system');
|
/php-src/ext/standard/tests/general_functions/ |
H A D | ghsa-9fcc-425m-g385_002.phpt | 55 Warning: proc_open(): CreateProcess failed: The system cannot find the file specified in %s on line… 61 Warning: proc_open(): CreateProcess failed: The system cannot find the file specified in %s on line… 63 Warning: proc_open(): CreateProcess failed: The system cannot find the file specified in %s on line… 65 Warning: proc_open(): CreateProcess failed: The system cannot find the file specified in %s on line…
|