Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/intl/tests/
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 );
H A Dformatter_format2.phpt59 …$str_res .= dump( isset($integer[$style])?ut_nfmt_format( $fmt, $number, NumberFormatter::TYPE_INT…
H A Dformatter_format3.phpt60 …$str_res .= dump( isset($integer[$style])?ut_nfmt_format( $fmt, $number, NumberFormatter::TYPE_INT…
H A Dformatter_format4.phpt60 …$str_res .= dump( isset($integer[$style])?ut_nfmt_format( $fmt, $number, NumberFormatter::TYPE_INT…
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_basic.phpt2 DOMDocument::saveHTMLFile() should dump the internal document into a file using HTML formatting
/PHP-7.4/ext/standard/tests/array/
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 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
H A Darray_unshift_variation7.phpt41 // dump the resulting array
50 // dump the resulting array
H A Darray_unshift_variation8.phpt41 // dump the resulting array
50 // dump the resulting array
H A Darray_unshift_variation5.phpt81 // dump the resulting array
90 // dump the resulting array
H A Darray_unshift_variation9.phpt81 // dump the resulting array
90 // dump the resulting array
/PHP-7.4/ext/standard/tests/file/
H A Dlstat_stat_variation18.phpt39 // dump the stat returned value
43 // dump the stat returned value
/PHP-7.4/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 …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_phpinfo.phpt19 /* all versions should at least dump this minimum information */
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_variation5.phpt43 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_variation7.phpt41 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_variation4.phpt53 * replicate a var dump of an array but outputted string values are base64 encoded
/PHP-7.4/ext/exif/
H A Dexif.c1592 char *dump; in exif_dump_data() local
1612 len = spprintf(&dump, 0, "{"); in exif_dump_data()
1620 dump = erealloc(dump, len + 4 + 1); in exif_dump_data()
1627 dump = erealloc(dump, len + 6 + 1); in exif_dump_data()
1634 dump = erealloc(dump, len + 6 + 1); in exif_dump_data()
1641 dump = erealloc(dump, len + 13 + 1); in exif_dump_data()
1648 dump = erealloc(dump, len + 2 + 1); in exif_dump_data()
1649 snprintf(dump + len, 2 + 1, ", "); in exif_dump_data()
1656 dump = erealloc(dump, len + 1 + 1); in exif_dump_data()
1657 snprintf(dump + len, 1 + 1, "}"); in exif_dump_data()
[all …]

Completed in 70 milliseconds

12345