/PHP-7.3/ext/oci8/tests/ |
H A D | fetch_into1.phpt | 39 var_dump(ocifetchinto($s, $all, OCI_NUM)); 40 var_dump($all); 42 var_dump($all); 44 var_dump($all); 46 var_dump($all); 48 var_dump($all); 50 var_dump($all); 52 var_dump($all); 54 var_dump($all); 56 var_dump($all); [all …]
|
H A D | fetch_all3.phpt | 41 var_dump($all); 46 var_dump($all); 51 var_dump($all); 56 var_dump($all); 61 var_dump($all); 66 var_dump($all); 71 var_dump($all); 76 var_dump($all); 81 var_dump($all); 86 var_dump($all); [all …]
|
H A D | fetch_all2.phpt | 29 var_dump(oci_fetch_all($s, $all)); 30 var_dump($all); 33 var_dump(oci_fetch_all($s, $all, 0, 10, OCI_FETCHSTATEMENT_BY_ROW)); 34 var_dump($all); 37 var_dump(oci_fetch_all($s, $all, -1, -1, OCI_FETCHSTATEMENT_BY_ROW)); 38 var_dump($all); 42 var_dump($all); 45 var_dump(oci_fetch_all($s, $all, 0, 2, OCI_NUM)); 46 var_dump($all); 49 var_dump(oci_fetch_all($s, $all, 0, 1, OCI_BOTH)); [all …]
|
H A D | fetch_into2.phpt | 40 var_dump($all); 41 var_dump(ocifetchinto($s, $all, OCI_ASSOC, 5)); 42 var_dump($all); 43 var_dump(ocifetchinto($c, $all, OCI_RETURN_LOBS)); 44 var_dump($all); 45 var_dump(ocifetchinto($s, $all, 1000000)); 46 var_dump($all); 56 Notice: Undefined variable: all in %s on line %d
|
H A D | fetch_into.phpt | 32 var_dump(ocifetchinto($s, $all)); 33 var_dump($all); 39 var_dump(ocifetchinto($s, $all, OCI_NUM+OCI_ASSOC+OCI_RETURN_NULLS+OCI_RETURN_LOBS)); 40 var_dump($all);
|
H A D | fetch_all1.phpt | 30 var_dump(oci_fetch_all($s, $all)); 31 var_dump($all); 38 var_dump(ocifetchstatement($s, $all)); 39 var_dump($all);
|
/PHP-7.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"; 31 -- The following all result in INF -- 37 -- The following all result in 0 -- 44 -- The following all result in -0 -- 48 -- The following all result in -INF --
|
/PHP-7.3/tests/classes/ |
H A D | static_properties_004.phpt | 12 echo "\nChanging one changes all the others:\n"; 13 D::$p = 'changed.all'; 28 Changing one changes all the others: 29 string(11) "changed.all" 30 string(11) "changed.all" 31 string(11) "changed.all"
|
/PHP-7.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"; 30 all ok, no details: 32 all ok, no details, transitional: 34 all ok, with details:
|
/PHP-7.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-7.3/ext/standard/tests/strings/ |
H A D | chunk_split_basic.phpt | 12 * Testing chunk_split() for basic functionality by passing all possible 19 // Initialise all required variables 24 // Calling chunk_split() with all possible arguments 25 echo "-- Testing chunk_split() with all possible arguments --\n"; 42 -- 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 18 /* 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 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 D | str_split_basic.phpt | 15 // Initialise all required variables 19 // Calling str_split() with all possible arguments 20 echo "-- With all possible arguments --\n"; 31 -- With all possible arguments --
|
/PHP-7.3/ext/date/tests/ |
H A D | gettimeofday_basic.phpt | 15 // Initialise all required variables 18 // Calling gettimeofday() with all possible arguments 24 // Initialise all required variables 27 // Calling gettimeofday() with all possible arguments
|
H A D | checkdate_basic1.phpt | 16 echo "-- The following are all valid dates --\n"; 26 echo "-- The following are all invalid dates --\n"; 38 -- The following are all valid dates -- 47 -- The following are all invalid dates --
|
H A D | DateTimeZone_verify.phpt | 12 echo "..and get names of all its methods\n"; 16 echo "..and get names of all its class constants\n"; 28 ..and get names of all its methods 94 ..and get names of all its class constants
|
/PHP-7.3/ext/standard/tests/directory/ |
H A D | DirectoryClass_error_001.phpt | 6 echo "\n--> Try all methods with bad handle:\n"; 13 echo "\n--> Try all methods with no handle:\n"; 20 echo "\n--> Try all methods with wrong number of args:\n"; 28 --> Try all methods with bad handle: 39 --> Try all methods with no handle: 50 --> Try all methods with wrong number of args:
|
H A D | DirectoryClass_error_001-mb.phpt | 10 echo "\n--> Try all methods with bad handle:\n"; 17 echo "\n--> Try all methods with no handle:\n"; 24 echo "\n--> Try all methods with wrong number of args:\n"; 38 --> Try all methods with bad handle: 49 --> Try all methods with no handle: 60 --> Try all methods with wrong number of args:
|
/PHP-7.3/ext/standard/ |
H A D | html.h | 55 PHPAPI zend_string *php_escape_html_entities(unsigned char *old, size_t oldlen, int all, int flags,… 56 PHPAPI zend_string *php_escape_html_entities_ex(unsigned char *old, size_t oldlen, int all, int fla… 57 PHPAPI zend_string *php_unescape_html_entities(zend_string *str, int all, int flags, char *hint_cha…
|
H A D | html.c | 60 #define LIMIT_ALL(all, doctype, charset) do { \ argument 61 (all) = (all) && !CHARSET_PARTIAL_SUPPORT((charset)) && ((doctype) != ENT_HTML_DOC_XML1); \ 939 int all, in traverse_for_entities() argument 977 if (!all && (code > 63U || in traverse_for_entities() 1050 if (all) { in unescape_inverse_map() 1080 if (all) { in determine_entity_table() 1107 if (all) { in php_unescape_html_entities() 1239 LIMIT_ALL(all, doctype, charset); in php_escape_html_entities_ex() 1606 zend_long all = HTML_SPECIALCHARS, in PHP_FUNCTION() local 1621 Z_PARAM_LONG(all) in PHP_FUNCTION() [all …]
|
/PHP-7.3/ext/zlib/tests/ |
H A D | readgzfile_variation11.phpt | 32 all I know is that you can realize it 39 all I know is that you can realize it 46 all I know is that you can realize it 53 all I know is that you can realize it 60 all I know is that you can realize it
|
H A D | gzopen_basic.phpt | 20 // Initialise all required variables 25 // Calling gzopen() with all possible arguments 41 all I know is that you can realize it 47 all I know is that you can realize it
|
H A D | readgzfile_variation12.phpt | 30 all I know is that you can realize it 37 all I know is that you can realize it 44 all I know is that you can realize it 51 all I know is that you can realize it
|
/PHP-7.3/ext/standard/tests/mail/ |
H A D | mail_basic6.phpt | 31 // Calling mail() with all additional headers 41 // Calling mail() with all additional headers 52 // Calling mail() with all additional headers 63 // Calling mail() with all additional headers 73 // Calling mail() with all additional headers 83 // Calling mail() with all additional headers 93 // Calling mail() with all additional headers 103 // Calling mail() with all additional headers 113 // Calling mail() with all additional headers 123 // Calling mail() with all additional headers [all …]
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | array_column_variant.phpt | 11 echo "-- pass null as second parameter to get back all columns indexed by third parameter --\n"; 14 echo "-- pass null as second parameter and bogus third param to get back zero-indexed array of all … 22 -- pass null as second parameter to get back all columns indexed by third parameter -- 43 -- pass null as second parameter and bogus third param to get back zero-indexed array of all column…
|