Home
last modified time | relevance | path

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

12345678910>>...27

/PHP-7.4/ext/standard/tests/array/
H A Darray_multisort_variation6.phpt11 echo "*** Testing array_multisort() : Testing all array sort specifiers ***\n";
28 *** Testing array_multisort() : Testing all array sort specifiers ***
H A Darray_multisort_variation9.phpt2 Test array_multisort() function : usage variation - test sort order of all types
11 echo "*** Testing array_multisort() : usage variation - test sort order of all types***\n";
41 *** Testing array_multisort() : usage variation - test sort order of all types***
H A Darray_rand_basic1.phpt22 echo"\n-- with all default and optional arguments --\n";
34 -- with all default and optional arguments --
/PHP-7.4/ext/soap/tests/schema/
H A Dschema059.phpt12 <all>
14 </all>
H A Dschema061.phpt12 <all>
14 </all>
/PHP-7.4/ext/oci8/tests/
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;
H A Dimp_res_get_close_1.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;
/PHP-7.4/ext/standard/tests/strings/
H A Dstripos_basic2.phpt2 Test stripos() function : basic functionality - with all arguments
15 echo "-- With all arguments --\n";
48 -- With all arguments --
H A Dstrcspn_basic.phpt19 // Initialise all required variables
25 // Calling strcspn() with all possible arguments
H A Dstrspn_basic.phpt19 // Initialise all required variables
25 // Calling strspn() with all possible arguments
H A Daddslashes_basic.phpt18 // Initialize all required variables
25 // Calling addslashes() with all arguments
H A Dbug40432.phpt5 echo strip_tags('<span title="test > all">this</span>') . "\n";
/PHP-7.4/sapi/fpm/tests/
H A DCONFLICTS3 all
/PHP-7.4/ext/date/tests/
H A Dgetdate_basic.phpt15 // Initialise all required variables
18 // Calling getdate() with all possible arguments
/PHP-7.4/ext/pdo/tests/
H A Dbug_71447.phpt25 SELECT -- Thats all folks!
45 SELECT -- That's all folks!
55 SELECT /* That's all folks! */
/PHP-7.4/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) {
/PHP-7.4/ext/ldap/tests/
H A Dldap_escape_all.phpt2 ldap_escape() test all
/PHP-7.4/ext/iconv/tests/
H A Diconv_get_encoding_basic.phpt20 var_dump( iconv_get_encoding('all') );
33 var_dump( iconv_get_encoding('all') );
/PHP-7.4/ext/standard/tests/dir/
H A Dscandir_basic.phpt27 echo "\n-- scandir() with all arguments --\n";
57 -- scandir() with all arguments --
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_basic2.phpt22 // Initialise all required variables
32 // Calling mail() with all possible arguments
/PHP-7.4/ext/xmlrpc/
H A DEXPERIMENTAL3 or move to extension all together
/PHP-7.4/sapi/embed/
H A DEXPERIMENTAL3 or move to extension all together
/PHP-7.4/ext/standard/tests/filters/
H A Dfilter_errors_user.phpt62 echo "test append all / read / remove all\n";
76 echo "test append all / read / close\n";
154 test append all / read / remove all
172 test append all / read / close

Completed in 21 milliseconds

12345678910>>...27