Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 581) sorted by relevance

12345678910>>...24

/PHP-8.0/ext/oci8/tests/
H A Dfetch_all3.phpt41 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 Dfetch_all2.phpt29 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 …]
/PHP-8.0/ext/standard/tests/math/
H A Dpow_basic2.phpt10 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.0/tests/classes/
H A Dstatic_properties_004.phpt12 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.0/ext/intl/tests/
H A Didn_uts46_basic.phpt14 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.0/Zend/tests/generators/
H A Dyield_from_multi_tree_exception.phpt23 $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.0/ext/date/tests/
H A Dgettimeofday_basic.phpt9 // 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 Dcheckdate_basic1.phpt10 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 Dgmmktime_basic.phpt7 // Initialise all required variables
15 // Calling gmmktime() with all possible arguments
/PHP-8.0/ext/standard/tests/strings/
H A Dchunk_split_basic.phpt6 * 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 Dsetlocale_variation2.phpt2 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 Dstr_split_basic.phpt7 // Initialise all required variables
11 // Calling str_split() with all possible arguments
12 echo "-- With all possible arguments --\n";
23 -- With all possible arguments --
/PHP-8.0/ext/standard/
H A Dhtml.h47 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 Dhtml.c56 #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()
1470 zend_long all = HTML_SPECIALCHARS, in PHP_FUNCTION() local
1485 Z_PARAM_LONG(all) in PHP_FUNCTION()
[all …]
/PHP-8.0/ext/standard/tests/array/
H A Darray_multisort_basic2.phpt7 // 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 Darray_multisort_basic1.phpt7 // 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.0/ext/zlib/tests/
H A Dgzopen_basic.phpt14 // Initialise all required variables
19 // Calling gzopen() with all possible arguments
34 all I know is that you can realize it
40 all I know is that you can realize it
H A Dreadgzfile_variation11.phpt31 all I know is that you can realize it
38 all I know is that you can realize it
45 all I know is that you can realize it
52 all I know is that you can realize it
59 all I know is that you can realize it
H A Dreadgzfile_variation12.phpt29 all I know is that you can realize it
36 all I know is that you can realize it
43 all I know is that you can realize it
50 all I know is that you can realize it
H A Dreadgzfile_variation9.phpt28 all I know is that you can realize it
35 all I know is that you can realize it
42 all I know is that you can realize it
49 all I know is that you can realize it
/PHP-8.0/ext/standard/tests/directory/
H A DDirectoryClass_error_001.phpt6 echo "\n--> Try all methods with bad handle:\n";
25 echo "\n--> Try all methods with no handle:\n";
47 --> Try all methods with bad handle:
52 --> Try all methods with no handle:
H A DDirectoryClass_error_001-mb.phpt10 echo "\n--> Try all methods with bad handle:\n";
29 echo "\n--> Try all methods with no handle:\n";
57 --> Try all methods with bad handle:
62 --> Try all methods with no handle:
/PHP-8.0/ext/standard/tests/network/
H A Dsyslog_basic.phpt8 // Initialise all required variables
12 // Calling syslog() with all possible arguments
/PHP-8.0/Zend/tests/weakrefs/
H A Dweakrefs_006.phpt9 global $w, $all;
12 $all[] = $v;
17 $all = [];
/PHP-8.0/ext/standard/tests/mail/
H A Dmail_basic6.phpt25 // 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 …]

Completed in 122 milliseconds

12345678910>>...24