Home
last modified time | relevance | path

Searched refs:dump (Results 76 – 100 of 144) sorted by relevance

123456

/PHP-5.6/ext/standard/tests/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 Darsort_error.phpt31 // dump the input array to ensure that it wasn't changed
H A Dasort_error.phpt31 // dump the input array to ensure that it wasn't changed
H A Dsort_error.phpt31 // dump the input array to ensure that it wasn't changed
H A Darray_unshift_variation4.phpt85 // dump the resulting array
94 // 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
H A Darray_unshift_variation3.phpt59 // dump the resulting array
68 // dump the resulting array
/PHP-5.6/ext/exif/
H A Dexif.c1159 char *dump; in exif_dump_data() local
1179 len = spprintf(&dump, 0, "{"); in exif_dump_data()
1187 dump = erealloc(dump, len + 4 + 1); in exif_dump_data()
1194 dump = erealloc(dump, len + 6 + 1); in exif_dump_data()
1201 dump = erealloc(dump, len + 6 + 1); in exif_dump_data()
1208 dump = erealloc(dump, len + 13 + 1); in exif_dump_data()
1215 dump = erealloc(dump, len + 2 + 1); in exif_dump_data()
1216 snprintf(dump + len, 2 + 1, ", "); in exif_dump_data()
1223 dump = erealloc(dump, len + 1 + 1); in exif_dump_data()
1224 snprintf(dump + len, 1 + 1, "}"); in exif_dump_data()
[all …]
/PHP-5.6/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
H A Dmb_ereg_basic.phpt57 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_variation3.phpt49 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_variation6.phpt56 * replicate a var dump of an array but outputted string values are base64 encoded
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_phpinfo.phpt19 /* all versions should at least dump this minimum information */
/PHP-5.6/ext/intl/tests/
H A Dformatter_format6.phpt59 …$str_res .= dump( isset($integer[$style])?ut_nfmt_format( $fmt, $number, NumberFormatter::TYPE_INT…
H A Dformatter_format.phpt59 …$str_res .= dump( isset($integer[$style])?ut_nfmt_format( $fmt, $number, NumberFormatter::TYPE_INT…
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…
H A Dformatter_format5.phpt60 …$str_res .= dump( isset($integer[$style])?ut_nfmt_format( $fmt, $number, NumberFormatter::TYPE_INT…
/PHP-5.6/ext/mysql/tests/
H A Dmysql_phpinfo.phpt18 /* all versions should at least dump this minimum information */
/PHP-5.6/ext/standard/tests/dir/
H A Dopendir_variation5.phpt65 var_dump( $dir_handle2 ); // dump it

Completed in 56 milliseconds

123456