Home
last modified time | relevance | path

Searched refs:dump (Results 51 – 75 of 144) sorted by relevance

123456

/PHP-5.6/ext/standard/tests/array/
H A Darray_walk_recursive_variation6.phpt26 // dump the input values to see if they are
41 // dump the input values to see if they are
55 // dump the input values to see if they are
H A Darray_walk_recursive_variation9.phpt23 // dump the arguments to check that they are passed
34 // dump the arguments to check that they are passed
H A Darray_walk_basic2.phpt24 // dump the arguments to check that they are passed
39 // dump the arguments to check that they are passed
H A Darray_walk_recursive_basic2.phpt24 // dump the arguments to check that they are passed
39 // dump the arguments to check that they are passed
H A Darray_walk_variation4.phpt24 // dump the arguments to check that they are passed
H A Drsort_error.phpt27 // dump the input array to ensure that it wasn't changed
H A Darray_walk_recursive_variation4.phpt24 // dump the arguments to check that they are passed
H A Darray_walk_recursive_variation5.phpt32 // dump the arguments to check that they are passed
H A Darray_walk_variation5.phpt32 // dump the arguments to check that they are passed
H A Darray_unshift_object.phpt88 // dump the resulting array
97 // dump the resulting array
/PHP-5.6/ext/dom/tests/
H A DDOMDocument_saveHTML_basic.phpt2 DOMDocument::saveHTML() should dump the internal document into a string using HTML formatting
H A DDOMDocument_saveHTMLFile_basic.phpt2 DOMDocument::saveHTMLFile() should dump the internal document into a file using HTML formatting
/PHP-5.6/ext/intl/tests/
H A Dregression_sort_eq.phpt19 return dump( $test_array ) . "\n";
H A Dregression_sortwsk_eq.phpt19 return dump( $test_array ) . "\n";
H A Dformatter_get_locale.phpt35 dump( ut_nfmt_get_locale( $fmt, $loc_type ) ) );
H A Dformatter_get_locale_variant2.phpt35 dump( ut_nfmt_get_locale( $fmt, $loc_type ) ) );
H A Dcollator_asort.phpt31 $res_dump = "\n" . dump( $test_array ) .
32 "\n Result: " . dump( $res_val );
H A Dcollator_asort_variant2.phpt31 $res_dump = "\n" . dump( $test_array ) .
32 "\n Result: " . dump( $res_val );
H A Dcollator_sort_with_sort_keys.phpt32 $res_dump = "\n" . dump( $array ) .
33 "\n Result: " . dump( $res_val );
H A Dcollator_sort_with_sort_keys_variant2.phpt32 $res_dump = "\n" . dump( $array ) .
33 "\n Result: " . dump( $res_val );
H A Dcollator_sort.phpt32 $res_dump = "\n" . dump( $array ) .
33 "\n Result: " . dump( $res_val );
H A Dcollator_sort_variant2.phpt32 $res_dump = "\n" . dump( $array ) .
33 "\n Result: " . dump( $res_val );
/PHP-5.6/ext/standard/tests/dir/
H A Ddir_variation7.phpt57 var_dump( $d ); // dump it
64 var_dump( $d ); // dump it
/PHP-5.6/ext/standard/tests/file/
H A Dlstat_stat_variation18.phpt45 // dump the stat returned value
49 // dump the stat returned value
/PHP-5.6/Zend/tests/
H A D019.phpt63 // dump and see if its destroyed, expcted: NULL
123 // dump the array after element was unset
142 // dump the array to see its unset
163 //dump the resource first
187 // dump the resource to see if there any effect on it
219 var_dump($point1); // dump the object
232 // dump the object to see that obj was not harmed
238 // dump the point to see that variable was unset
246 // dump the objec to check that all variables are unset
255 // dump to see that object is unset
[all …]

Completed in 35 milliseconds

123456