Home
last modified time | relevance | path

Searched refs:dump (Results 26 – 50 of 147) sorted by relevance

123456

/PHP-7.3/ext/phar/tests/
H A D019c.phpt25 function dump($phar, $base)
39 dump($phar, $entry);
48 dump('phar://hio', '/');
H A D027.phpt24 function dump($phar, $base)
38 dump($phar, $entry);
43 dump($pname, '/');
/PHP-7.3/ext/intl/tests/
H A Dmsgfmt_format.phpt33 $str_res .= dump(intl_get_error_message())."\n";
36 $str_res .= dump( ut_msgfmt_format( $fmt, array($m, $t, $m/$t) ) ) . "\n";
37 $str_res .= dump( ut_msgfmt_format_message($locale, $pattern, array($m, $t, $m/$t))) . "\n";
H A Dmsgfmt_parse.phpt41 $str_res .= dump(intl_get_error_message())."\n";
44 $str_res .= dump( ut_msgfmt_parse( $fmt, $results[$locale] ) ) . "\n";
45 $str_res .= dump( ut_msgfmt_parse_message($locale, $pattern, $results[$locale])) . "\n";
H A Dcollator_get_locale.phpt36 dump( $locale ),
37 dump( $rc ) );
H A Dcollator_get_locale2.phpt35 dump( $locale ),
36 dump( $rc ) );
H A Dmsgfmt_format_subpatterns.phpt51 $str_res .= dump(intl_get_error_message())."\n";
55 $str_res .= dump( ut_msgfmt_format($fmt, $arg) ). "\n";
56 $str_res .= dump( ut_msgfmt_format_message('en_US', $pattern, $arg) ) . "\n";
H A Dmsgfmt_format_subpatterns_named.phpt51 $str_res .= dump(intl_get_error_message())."\n";
55 $str_res .= dump( ut_msgfmt_format($fmt, $arg) ). "\n";
56 $str_res .= dump( ut_msgfmt_format_message('en_US', $pattern, $arg) ) . "\n";
H A Dformatter_get_set_attribute.phpt58 dump( $orig_val ),
59 dump( $rc ),
60 dump( $ps ) );
80 dump( $new_val ),
81 dump( $rc ),
82 dump( $ps ) );
H A Dmsgfmt_get_locale.phpt25 $res_str .= "$locale: " . dump( ut_msgfmt_get_locale( $fmt ) );
H A Dcollator_compare.phpt50 $res_str .= dump( $str1 ) .
52 dump( $str2 ) . "\n";
H A Dcollator_compare_variant2.phpt50 $res_str .= dump( $str1 ) .
52 dump( $str2 ) . "\n";
/PHP-7.3/ext/pdo/tests/
H A Dbug_69356.phpt21 This is a debug function, which dump directly the data on the normal output.
24 …This will only dumps the parameters in the statement at the moment of the dump. Extra parameters a…
33 This is a debug function, which dump directly the data on the normal output.
36 …This will only dumps the parameters in the statement at the moment of the dump. Extra parameters a…
/PHP-7.3/ext/standard/tests/array/
H A Darray_unshift_basic1.phpt25 // dump the resulting array
34 // dump the resulting array
H A Darray_unshift_basic2.phpt25 // dump the resulting array
34 // dump the resulting array
H A Darray_walk_basic1.phpt22 // dump the arguments to check that they are passed
30 // dump the arguments to check that they are passed
H A Darray_walk_recursive_basic1.phpt22 // dump the arguments to check that they are passed
30 // dump the arguments to check that they are passed
H A Darray_walk_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
/PHP-7.3/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_v.phpt14 /* function to dump reference count of global variable,$global_var
23 /* dump value and reference count of $global_var using debug_zval_dump() */
31 /* dump value and reference count of $global_var after exiting function
40 /* dump value and reference count of $first_var */
54 /* dump value and reference count of $first_var, $ref_first_var
/PHP-7.3/ext/dom/tests/
H A Dbug34276.phpt13 function dump($elems) {
16 dump($elem->childNodes);
/PHP-7.3/Zend/tests/
H A Dbug77589.phpt2 BUG #77589 (Core dump using parse_ini_string with numeric sections)
/PHP-7.3/ext/reflection/tests/
H A Dbug76536.phpt2 Bug #76536 (PHP crashes with core dump when throwing exception in error handler)
/PHP-7.3/sapi/phpdbg/
H A Dtest.php45 if (isset($dump))
/PHP-7.3/ext/standard/tests/class_object/
H A Dget_object_vars_variation_004.phpt21 // Use json_encode to get a dump with apply_count > 0
/PHP-7.3/ext/standard/tests/strings/
H A Dbug70720.phpt10 var_dump(strip_tags("<span class=sf-dump-> this is a test</span>"));

Completed in 38 milliseconds

123456