Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 25 of 124) sorted by relevance

12345

/PHP-7.4/ext/pcre/tests/
H A Dstudy.phpt6 var_dump(preg_match('/(?:(?:(?:(?:(?:(.))))))/ S', 'aeiou', $dump));
7 var_dump($dump[1]);
8 var_dump(preg_match('/(?:(?:(?:(?:(?:(.))))))/', 'aeiou', $dump));
9 var_dump($dump[1]);
11 var_dump(preg_match('/(?>..)((?:(?>.)|.|.|.|u))/S', 'aeiou', $dump));
12 var_dump($dump[1]);
15 var_dump(preg_match('/^aeiou$/S', 'aeiou', $dump));
16 var_dump($dump[0]);
17 var_dump(preg_match('/aeiou/S', 'aeiou', $dump));
18 var_dump($dump[0]);
/PHP-7.4/ext/date/tests/
H A Ddate_time_immutable.phpt21 dump($v, $z, $x);
25 dump($v, $z, $x);
31 dump($v, $z, $x);
35 dump($v, $z, $x);
41 dump($v, $z, $x);
45 dump($v, $z, $x);
51 dump($v, $z, $x);
55 dump($v, $z, $x);
59 dump($v, $z, $x);
65 dump($v, $z, $x);
[all …]
/PHP-7.4/ext/dom/tests/
H A Ddom002.phpt18 function dump($elems) {
21 dump($elem->childNodes);
28 dump($dom->getElementsByTagName('bar'));
29 dump($doc->getElementsByTagName('bar'));
30 dump($dom->getElementsByTagNameNS('http://www.example.com/ns/fubar', 'bar'));
31 dump($doc->getElementsByTagNameNS('http://www.example.com/ns/fubar', 'bar'));
H A Dbug34276.phpt13 function dump($elems) {
16 dump($elem->childNodes);
/PHP-7.4/ext/opcache/tests/
H A Dbug77691.phpt9 function dump($str) {
16 dump($array[] = 'test');
17 dump($array);
/PHP-7.4/ext/exif/tests/
H A Dexif_encoding_crash.phpt9 echo "*** no core dump ***\n";
13 *** no core dump ***
/PHP-7.4/ext/standard/tests/array/
H A Dbug45312.phpt19 function dump() {
27 $val->dump();
31 $val->dump();
H A Darray_filter_variation10.phpt19 function dump($value, $key)
24 var_dump( array_filter($input, 'dump', true) );
38 var_dump( array_filter($small, 'dump', false) );
77 Exception: Too few arguments to function dump(), 1 passed and exactly 2 expected
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
/PHP-7.4/ext/spl/tests/
H A Darray_017.phpt19 function dump()
53 function dump()
81 $it->dump();
91 $obj->dump();
137 ArrayObjectEx::dump()
180 ArrayIteratorEx::dump()
248 ArrayIteratorEx::dump()
326 ArrayObjectEx::dump()
369 ArrayIteratorEx::dump()
517 ArrayObjectEx::dump()
[all …]
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_101.phpt11 public function dump() {
18 $test->dump();
/PHP-7.4/ext/intl/tests/
H A Dregression_sort_and_cow.phpt32 $res_str .= dump( $test_array ) . "\n";
33 $res_str .= dump( $copy1 ) . "\n";
34 $res_str .= dump( $copy2 ) . "\n";
H A Dregression_sortwsk_and_cow.phpt33 $res_str .= dump( $test_array ) . "\n";
34 $res_str .= dump( $copy1 ) . "\n";
35 $res_str .= dump( $copy2 ) . "\n";
H A Dcollator_get_locale2.phpt34 dump( $locale ),
35 dump( $rc ) );
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 Dmsgfmt_format_subpatterns.phpt49 $str_res .= dump(intl_get_error_message())."\n";
53 $str_res .= dump( ut_msgfmt_format($fmt, $arg) ). "\n";
54 $str_res .= dump( ut_msgfmt_format_message('en_US', $pattern, $arg) ) . "\n";
H A Dmsgfmt_format_subpatterns_named.phpt49 $str_res .= dump(intl_get_error_message())."\n";
53 $str_res .= dump( ut_msgfmt_format($fmt, $arg) ). "\n";
54 $str_res .= dump( ut_msgfmt_format_message('en_US', $pattern, $arg) ) . "\n";
/PHP-7.4/ext/phar/tests/
H A D019b.phpt25 function dump($phar, $base)
39 dump($phar, $entry);
44 dump('phar://hio', '/');
H A D019c.phpt25 function dump($phar, $base)
39 dump($phar, $entry);
48 dump('phar://hio', '/');
/PHP-7.4/tests/classes/
H A Darray_access_007.phpt33 function dump() {
43 $a->dump();
/PHP-7.4/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.4/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.4/Zend/tests/
H A Dbug77589.phpt2 BUG #77589 (Core dump using parse_ini_string with numeric sections)

Completed in 139 milliseconds

12345