Home
last modified time | relevance | path

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

123456

/PHP-7.3/ext/standard/tests/array/
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 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
/PHP-7.3/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.3/ext/exif/
H A Dexif.c1531 char *dump; in exif_dump_data() local
1551 len = spprintf(&dump, 0, "{"); in exif_dump_data()
1559 dump = erealloc(dump, len + 4 + 1); in exif_dump_data()
1566 dump = erealloc(dump, len + 6 + 1); in exif_dump_data()
1573 dump = erealloc(dump, len + 6 + 1); in exif_dump_data()
1580 dump = erealloc(dump, len + 13 + 1); in exif_dump_data()
1587 dump = erealloc(dump, len + 2 + 1); in exif_dump_data()
1588 snprintf(dump + len, 2 + 1, ", "); in exif_dump_data()
1595 dump = erealloc(dump, len + 1 + 1); in exif_dump_data()
1596 snprintf(dump + len, 1 + 1, "}"); in exif_dump_data()
[all …]
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_phpinfo.phpt19 /* all versions should at least dump this minimum information */
/PHP-7.3/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_variation3.phpt49 * replicate a var dump of an array but outputted string values are base64 encoded
/PHP-7.3/ext/intl/tests/
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_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…
H A Dformatter_format6.phpt60 …$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_format7.phpt60 …$str_res .= dump( isset($integer[$style])?ut_nfmt_format( $fmt, $number, NumberFormatter::TYPE_INT…
H A Dformatter_format8.phpt59 …$str_res .= dump( isset($integer[$style])?ut_nfmt_format( $fmt, $number, NumberFormatter::TYPE_INT…

Completed in 339 milliseconds

123456