Home
last modified time | relevance | path

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

123456

/PHP-5.6/ext/phar/tests/
H A D019b.phpt26 function dump($phar, $base)
40 dump($phar, $entry);
45 dump('phar://hio', '/');
H A D019c.phpt26 function dump($phar, $base)
40 dump($phar, $entry);
49 dump('phar://hio', '/');
H A D019cU.phpt26 function dump($phar, $base)
40 dump($phar, $entry);
49 dump('phar://hio', '/');
H A D027.phpt25 function dump($phar, $base)
39 dump($phar, $entry);
44 dump($pname, '/');
H A D027U.phpt25 function dump($phar, $base)
39 dump($phar, $entry);
44 dump($pname, '/');
/PHP-5.6/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.phpt34 dump( $locale ),
35 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-5.6/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
H A Darray_walk_variation9.phpt23 // dump the arguments to check that they are passed
34 // dump the arguments to check that they are passed
/PHP-5.6/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-5.6/ext/dom/tests/
H A Dbug34276.phpt13 function dump($elems) {
16 dump($elem->childNodes);
/PHP-5.6/sapi/phpdbg/
H A Dtest.php45 if (isset($dump))
/PHP-5.6/ext/standard/tests/strings/
H A Dbug70720.phpt10 var_dump(strip_tags("<span class=sf-dump-> this is a test</span>"));

Completed in 23 milliseconds

123456