/PHP-8.3/ext/oci8/tests/ |
H A D | fetch_all3.phpt | 45 var_dump($all); 50 var_dump($all); 55 var_dump($all); 60 var_dump($all); 65 var_dump($all); 70 var_dump($all); 75 var_dump($all); 80 var_dump($all); 85 var_dump($all); 90 var_dump($all); [all …]
|
H A D | fetch_all2.phpt | 32 var_dump(oci_fetch_all($s, $all)); 33 var_dump($all); 36 var_dump(oci_fetch_all($s, $all, 0, 10, OCI_FETCHSTATEMENT_BY_ROW)); 37 var_dump($all); 40 var_dump(oci_fetch_all($s, $all, -1, -1, OCI_FETCHSTATEMENT_BY_ROW)); 41 var_dump($all); 45 var_dump($all); 48 var_dump(oci_fetch_all($s, $all, 0, 2, OCI_NUM)); 49 var_dump($all); 52 var_dump(oci_fetch_all($s, $all, 0, 1, OCI_BOTH)); [all …]
|
/PHP-8.3/ext/standard/tests/math/ |
H A D | pow_basic2.phpt | 10 echo "\n-- The following all result in INF --\n"; 15 echo "\n\n-- The following all result in 0 --\n"; 21 echo "\n\n-- The following all result in -0 --\n"; 24 echo "\n\n-- The following all result in -INF --\n"; 30 -- The following all result in INF -- 36 -- The following all result in 0 -- 43 -- The following all result in -0 -- 47 -- The following all result in -INF --
|
/PHP-8.3/Zend/tests/ |
H A D | gh11171.phpt | 5 $all = ['test']; 6 foreach ($all as &$item) { 7 $all += [$item]; 9 var_dump($all);
|
/PHP-8.3/tests/classes/ |
H A D | static_properties_004.phpt | 12 echo "\nChanging one changes all the others:\n"; 13 D::$p = 'changed.all'; 27 Changing one changes all the others: 28 string(11) "changed.all" 29 string(11) "changed.all" 30 string(11) "changed.all"
|
/PHP-8.3/ext/intl/tests/ |
H A D | idn_uts46_basic.phpt | 14 echo "all ok, no details:", "\n"; 18 echo "all ok, no details, transitional:", "\n"; 21 echo "all ok, with details:", "\n"; 31 all ok, no details: 33 all ok, no details, transitional: 35 all ok, with details:
|
/PHP-8.3/Zend/tests/generators/ |
H A D | yield_from_multi_tree_exception.phpt | 23 $all = array(); 24 $all[] = $gens[0][0] = from($levels); 28 $all[] = $gens[$level][$i] = gen($gens[$level-1][$i >> 1], $level); 34 foreach ($all as $gen) { 43 unset($all[array_search($gen, $all)]);
|
/PHP-8.3/ext/date/tests/ |
H A D | gettimeofday_basic.phpt | 9 // Initialise all required variables 12 // Calling gettimeofday() with all possible arguments 18 // Initialise all required variables 21 // Calling gettimeofday() with all possible arguments
|
H A D | checkdate_basic1.phpt | 10 echo "-- The following are all valid dates --\n"; 20 echo "-- The following are all invalid dates --\n"; 31 -- The following are all valid dates -- 40 -- The following are all invalid dates --
|
H A D | gmmktime_basic.phpt | 7 // Initialise all required variables 15 // Calling gmmktime() with all possible arguments
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | chunk_split_basic.phpt | 6 * Testing chunk_split() for basic functionality by passing all possible 13 // Initialise all required variables 18 // Calling chunk_split() with all possible arguments 19 echo "-- Testing chunk_split() with all possible arguments --\n"; 36 -- Testing chunk_split() with all possible arguments --
|
H A D | setlocale_variation2.phpt | 2 Test setlocale() function : usage variations - Setting all available locales in the platform 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 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 | str_split_basic.phpt | 7 // Initialise all required variables 11 // Calling str_split() with all possible arguments 12 echo "-- With all possible arguments --\n"; 27 -- With all possible arguments --
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | sjis2004_encoding.phpt | 15 /* Read in the table of all characters in SJIS-2004 */ 45 echo "SJIS-2004 verification and conversion works for all valid characters\n"; 51 echo "SJIS-2004 verification and conversion rejects all invalid characters\n"; 54 echo "Unicode -> SJIS-2004 conversion works on all valid characters\n"; 58 echo "Unicode -> SJIS-2004 conversion works on all invalid characters\n"; 74 SJIS-2004 verification and conversion works for all valid characters 75 SJIS-2004 verification and conversion rejects all invalid characters 76 Unicode -> SJIS-2004 conversion works on all valid characters 77 Unicode -> SJIS-2004 conversion works on all invalid characters
|
H A D | eucjp_2004_encoding.phpt | 59 echo "EUC-JP-2004 verification and conversion works for all valid characters\n"; 64 echo "EUC-JP-2004 verification and conversion rejects all invalid characters\n"; 67 echo "Unicode -> EUC-JP-2004 conversion works on all valid characters\n"; 71 echo "Unicode -> EUC-JP-2004 conversion works on all invalid characters\n"; 81 EUC-JP-2004 verification and conversion works for all valid characters 82 EUC-JP-2004 verification and conversion rejects all invalid characters 83 Unicode -> EUC-JP-2004 conversion works on all valid characters 84 Unicode -> EUC-JP-2004 conversion works on all invalid characters
|
H A D | eucjp_encoding.phpt | 15 /* Read in the table of all characters in EUC-JP */ 59 echo "Encoding verification and conversion work for all valid characters\n"; 63 echo "Encoding verification and conversion work for all invalid characters\n"; 69 echo "Unicode -> EUC-JP conversion works on all valid characters\n"; 78 echo "Unicode -> EUC-JP conversion works on all invalid characters\n"; 88 Encoding verification and conversion work for all valid characters 89 Encoding verification and conversion work for all invalid characters 91 Unicode -> EUC-JP conversion works on all valid characters 92 Unicode -> EUC-JP conversion works on all invalid characters
|
/PHP-8.3/ext/standard/ |
H A D | html.h | 47 PHPAPI zend_string *php_escape_html_entities(const unsigned char *old, size_t oldlen, int all, int … 48 PHPAPI zend_string *php_escape_html_entities_ex(const unsigned char *old, size_t oldlen, int all, i… 49 PHPAPI zend_string *php_unescape_html_entities(zend_string *str, int all, int flags, const char *hi…
|
H A D | html.c | 56 #define LIMIT_ALL(all, doctype, charset) do { \ argument 57 (all) = (all) && !CHARSET_PARTIAL_SUPPORT((charset)) && ((doctype) != ENT_HTML_DOC_XML1); \ 823 int all, in traverse_for_entities() argument 861 if (!all && (code > 63U || in traverse_for_entities() 934 if (all) { in unescape_inverse_map() 964 if (all) { in determine_entity_table() 991 if (all) { in php_unescape_html_entities() 1122 LIMIT_ALL(all, doctype, charset); in php_escape_html_entities_ex() 1455 zend_long all = PHP_HTML_SPECIALCHARS, in PHP_FUNCTION() local 1470 Z_PARAM_LONG(all) in PHP_FUNCTION() [all …]
|
/PHP-8.3/ext/zlib/tests/ |
H A D | gzopen_basic.phpt | 10 // Initialise all required variables 15 // Calling gzopen() with all possible arguments 30 all I know is that you can realize it 36 all I know is that you can realize it
|
H A D | readgzfile_variation12.phpt | 27 all I know is that you can realize it 34 all I know is that you can realize it 41 all I know is that you can realize it 48 all I know is that you can realize it
|
/PHP-8.3/ext/standard/tests/array/ |
H A D | array_multisort_basic2.phpt | 7 // Initialise all required variables 11 echo "\n-- Testing array_multisort() function with all normal arguments --\n"; 19 -- Testing array_multisort() function with all normal arguments --
|
H A D | array_multisort_basic1.phpt | 7 // Initialise all required variables 11 echo "\n-- Testing array_multisort() function with all normal arguments --\n"; 24 -- Testing array_multisort() function with all normal arguments --
|
/PHP-8.3/ext/zend_test/tests/ |
H A D | internal-call-internal-static-return.phpt | 13 case ThanksFor = "all the fish"; 18 var_dump(zend_call_method(IntIntStaticString::class, "from", "all the fish")); 19 var_dump(zend_call_method(IntIntStaticString::class, "tryFrom", "all the fish"));
|
/PHP-8.3/ext/standard/tests/mail/ |
H A D | mail_basic6.phpt | 25 // Calling mail() with all additional headers 35 // Calling mail() with all additional headers 46 // Calling mail() with all additional headers 57 // Calling mail() with all additional headers 67 // Calling mail() with all additional headers 77 // Calling mail() with all additional headers 87 // Calling mail() with all additional headers 97 // Calling mail() with all additional headers 107 // Calling mail() with all additional headers 117 // Calling mail() with all additional headers [all …]
|
/PHP-8.3/Zend/tests/weakrefs/ |
H A D | weakrefs_006.phpt | 9 global $w, $all; 12 $all[] = $v; 17 $all = [];
|