Home
last modified time | relevance | path

Searched refs:sub (Results 201 – 225 of 258) sorted by relevance

1234567891011

/PHP-5.6/ext/standard/tests/array/
H A Darray_key_exists.phpt37 // use different keys on each sub array of $search_arrays
59 // search for $key_variations in each sub array of $search_arrays_v
H A Dcount_recursive.phpt77 print "\n-- Testing count() on an empty sub-array --\n";
195 -- Testing count() on an empty sub-array --
H A Darray_intersect_assoc_variation7.phpt74 // loop through each sub-array within $arrrays to check the behavior of array_intersect_assoc()
H A Darray_intersect_assoc_variation8.phpt74 // loop through each sub-array within $arrrays to check the behavior of array_intersect_assoc()
H A Darray_combine_variation4.phpt76 // loop through each sub-array within $arrays to check the behavior of array_combine()
H A Darray_intersect_variation7.phpt71 // loop through each sub-array within $arrrays to check the behavior of array_intersect()
H A Darray_intersect_variation8.phpt71 // loop through each sub-array within $arrrays to check the behavior of array_intersect()
H A Dshuffle_variation4.phpt54 // looping to test shuffle() with each sub-array in the $array_arg array
H A Darray_unique_variation2.phpt73 // loop through each sub-array of $inputs to check the behavior of array_unique()
H A Darray_intersect_assoc_variation3.phpt88 // loop through each sub-array within $arrrays to check the behavior of array_intersect_assoc()
H A Darray_intersect_assoc_variation4.phpt87 // loop through each sub-array within $arrrays to check the behavior of array_intersect_assoc()
H A Darray_merge_recursive_variation4.phpt59 // loop through each sub array of $arrays and check the behavior of array_merge_recursive()
H A Darray_merge_recursive_variation5.phpt59 // loop through each sub array of $arrays and check the behavior of array_merge_recursive()
H A Darray_combine_variation3.phpt76 // loop through each sub-array within $arrays to check the behavior of array_combine()
H A Darray_intersect_variation3.phpt87 // loop through each sub-array within $arrrays to check the behavior of array_intersect()
H A Darray_intersect_variation4.phpt86 // loop through each sub-array within $arrrays to check the behavior of array_intersect()
/PHP-5.6/ext/standard/html_tables/
H A Dents_html401.txt202 sub 2282
H A Dents_xhtml.txt234 sub 2282
/PHP-5.6/ext/standard/tests/strings/
H A Dget_html_translation_table_basic7.phpt271 [⊂] => ⊂
H A Dget_html_translation_table_basic2.phpt481 string(5) "⊂"
990 string(5) "⊂"
1495 string(5) "⊂"
H A Dhtml_entity_decode_html4.phpt238 "⊂",
H A Dget_html_translation_table_basic1.phpt468 string(5) "⊂"
/PHP-5.6/ext/mbstring/oniguruma/
H A Dconfig.h.in60 /* Define to the sub-directory in which libtool stores uninstalled libraries.
/PHP-5.6/sapi/apache_hooks/
H A DREADME199 One note: all handlers can be validly re-entered 'in sub-requests'.
/PHP-5.6/ext/phar/phar/
H A Dpharcommand.inc239 $sub = $matches[1];
240 if (strpos($sub, $phpdir) !== 0) {
244 $found = $sub;
905 $sub = substr($pn, $blen);
906 $target = $dir . '/' . $sub;
915 echo "$sub";

Completed in 125 milliseconds

1234567891011