Home
last modified time | relevance | path

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

12345678910>>...33

/PHP-7.1/ext/standard/tests/strings/
H A Dchop_basic.phpt16 // Initialize all required variables
23 // Calling chop() with all arguments
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 Dbug72433.phpt12 // We need to increment the reference counter of our ArrayObject s.t. all reference counters of our…
16 // We now have multiple freed spaces. Fill all of them.
/PHP-7.1/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.1/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_multisort_variation5.phpt11 echo "*** Testing array_multisort() : Testing all array sort specifiers ***\n";
28 *** Testing array_multisort() : Testing all array sort specifiers ***
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.1/ext/soap/tests/schema/
H A Dschema059.phpt12 <all>
14 </all>
H A Dschema061.phpt12 <all>
14 </all>
/PHP-7.1/ext/openssl/
H A Dopenssl.mak23 # Extensions of all input and output files
79 C_FLAGS += -opt all -inline on -inline smart -inline auto -sym off
103 all: prebuild project target
105 .PHONY: all
167 @echo Deleting all dependency files...
172 @echo Deleting all object files...
/PHP-7.1/ext/date/tests/
H A Dgetdate_basic.phpt15 // Initialise all required variables
18 // Calling getdate() with all possible arguments
H A DDateTime_verify.phpt12 echo "..and get names of all its methods\n";
16 echo "..and get names of all its class constants\n";
29 ..and get names of all its methods
158 ..and get names of all its class constants
/PHP-7.1/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.1/Zend/tests/generators/
H A Dyield_from_multi_tree.phpt22 $all = array();
23 $all[] = $gens[0][0] = from($levels);
27 $all[] = $gens[$level][$i] = gen($gens[$level-1][$i >> 1], $level);
32 foreach ($all as $gen) {
/PHP-7.1/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
/PHP-7.1/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.1/ext/standard/tests/dir/
H A Dscandir_basic.phpt27 echo "\n-- scandir() with all arguments --\n";
57 -- scandir() with all arguments --

Completed in 48 milliseconds

12345678910>>...33