Home
last modified time | relevance | path

Searched refs:all (Results 76 – 100 of 581) sorted by relevance

12345678910>>...24

/PHP-8.0/ext/standard/tests/mail/
H A Dmail_basic2.phpt16 // Initialise all required variables
26 // Calling mail() with all possible arguments
H A Dmail_basic.phpt11 // Initialise all required variables
20 // Calling mail() with all additional headers
/PHP-8.0/ext/standard/tests/array/
H A Darray_keys_variation_003.phpt6 echo "*** Testing array_keys() on all the types other than arrays ***\n";
30 *** Testing array_keys() on all the types other than arrays ***
H A Darray_rand_basic1.phpt17 echo"\n-- with all default and optional arguments --\n";
29 -- with all default and optional arguments --
H A Duasort_variation3.phpt2 Test uasort() function : usage variations - sort array with all possible keys
9 echo "*** Testing uasort() : Sorting array with all possible keys ***\n";
86 *** Testing uasort() : Sorting array with all possible keys ***
H A Darray_rand_basic2.phpt22 echo"\n-- with all default and optional arguments --\n";
34 -- with all default and optional arguments --
/PHP-8.0/ext/oci8/tests/
H A Dfetch_all1.phpt30 var_dump(oci_fetch_all($s, $all));
31 var_dump($all);
H A Dimp_res_get_close_2.phpt28 open c1 for select 1 from dual union all select 2 from dual;
30 open c1 for select 3 from dual union all select 4 from dual;
32 open c1 for select 5 from dual union all select 6 from dual;
H A Dimp_res_get_5.phpt34 open c1 for select 1 from dual union all select 2 from dual;
36 open c1 for select 3 from dual union all select 4 from dual;
38 open c1 for select 5 from dual union all select 6 from dual;
45 // This test effectively discards all the first IRS results
H A Dimp_res_close.phpt28 open c1 for select 1 from dual union all select 2 from dual order by 1;
30 open c1 for select 3 from dual union all select 4 from dual order by 1;
32 open c1 for select 5 from dual union all select 6 from dual order by 1;
H A Dimp_res_get_all.phpt25 open c1 for select 1 from dual union all select 2 from dual;
27 open c1 for select 3 from dual union all select 4 from dual;
29 open c1 for select 5 from dual union all select 6 from dual;
/PHP-8.0/ext/date/tests/
H A Dgetdate_basic.phpt10 // Initialise all required variables
13 // Calling getdate() with all possible arguments
H A Dgmmktime_variation8.phpt7 // Initialise all required variables
18 // Initialise all required variables
/PHP-8.0/ext/standard/tests/strings/
H A Dstripos_basic2.phpt2 Test stripos() function : basic functionality - with all arguments
10 echo "-- With all arguments --\n";
43 -- With all arguments --
H A Dstr_shuffle_basic.phpt11 // Initialize all required variables
16 // For a given i/p string ensure that all combinations are
H A Dbug40432.phpt5 echo strip_tags('<span title="test > all">this</span>') . "\n";
/PHP-8.0/ext/soap/tests/schema/
H A Dschema059.phpt12 <all>
14 </all>
H A Dschema061.phpt12 <all>
14 </all>
/PHP-8.0/ext/standard/tests/dir/
H A Dscandir_basic.phpt22 echo "\n-- scandir() with all arguments --\n";
51 -- scandir() with all arguments --
H A Dscandir_basic-win32-mb.phpt28 echo "\n-- scandir() with all arguments --\n";
57 -- scandir() with all arguments --
/PHP-8.0/sapi/fpm/tests/
H A DCONFLICTS3 all
/PHP-8.0/Zend/tests/
H A Dinstantiate_all_classes.phpt2 Try to instantiate all classes without arguments
/PHP-8.0/ext/pdo/tests/
H A Dbug_71447.phpt25 SELECT -- That's all folks!
45 SELECT -- That's all folks!
55 SELECT /* That's all folks! */
/PHP-8.0/Zend/tests/generators/
H A Dyield_from_multi_tree.phpt19 $all = array();
20 $all[] = $gens[0][0] = from($levels);
24 $all[] = $gens[$level][$i] = gen($gens[$level-1][$i >> 1], $level);
29 foreach ($all as $gen) {
H A Dyield_from_multi_tree_single_nodes.phpt19 $all = array();
20 $all[] = $gens[0][0] = from($levels);
24 $all[] = $gens[$level][$i] = gen($gens[$level-1][$i >> 1], $level);
29 foreach ($all as $gen) {

Completed in 60 milliseconds

12345678910>>...24