Home
last modified time | relevance | path

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

123456

/PHP-8.2/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-8.2/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-8.2/Zend/tests/enum/
H A Dnamespaces.phpt10 public function dump() {
16 Bar::Baz->dump();
24 \Foo\Bar::Baz->dump();
25 Bar::Baz->dump();
H A Dbasic-methods.phpt10 public function dump() {
15 Foo::Bar->dump();
16 Foo::Baz->dump();
/PHP-8.2/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 Dgh11347.phpt10 public static function dump(string $var) {
20 $xpath->query("//a[php:function('MyClass::dump', string(@href))]");
/PHP-8.2/ext/opcache/tests/
H A Dbug77691.phpt9 function dump($str) {
16 dump($array[] = 'test');
17 dump($array);
/PHP-8.2/ext/exif/tests/
H A Dexif_encoding_crash.phpt9 echo "*** no core dump ***\n";
12 *** no core dump ***
/PHP-8.2/ext/spl/tests/
H A Darray_017.phpt20 function dump()
55 function dump()
83 $it->dump();
93 $obj->dump();
137 ArrayObjectEx::dump()
180 ArrayIteratorEx::dump()
248 ArrayIteratorEx::dump()
326 ArrayObjectEx::dump()
369 ArrayIteratorEx::dump()
517 ArrayObjectEx::dump()
[all …]
/PHP-8.2/ext/standard/tests/array/
H A Dbug45312.phpt19 function dump() {
27 $val->dump();
31 $val->dump();
H A Darray_filter_variation10.phpt14 function dump($value, $key)
19 var_dump( array_filter($input, 'dump', true) );
33 var_dump( array_filter($small, 'dump', false) );
76 Exception: Too few arguments to function dump(), 1 passed and exactly 2 expected
H A Darray_unshift_basic1.phpt20 // dump the resulting array
29 // dump the resulting array
H A Darray_unshift_basic2.phpt20 // dump the resulting array
29 // dump the resulting array
/PHP-8.2/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 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_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_format_subpatterns.phpt47 $str_res .= dump(intl_get_error_message())."\n";
51 $str_res .= dump( ut_msgfmt_format($fmt, $arg) ). "\n";
52 $str_res .= dump( ut_msgfmt_format_message('en_US', $pattern, $arg) ) . "\n";
/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_properties_101.phpt11 public function dump() {
18 $test->dump();
/PHP-8.2/ext/phar/tests/
H A D019b.phpt23 function dump($phar, $base)
37 dump($phar, $entry);
42 dump('phar://hio', '/');
H A D019c.phpt23 function dump($phar, $base)
37 dump($phar, $entry);
46 dump('phar://hio', '/');
/PHP-8.2/tests/classes/
H A Darray_access_007.phpt33 function dump() {
43 $a->dump();
/PHP-8.2/ext/pdo_oci/tests/
H A Dpdo_oci_debugdumpparams.phpt20 This is a debug function, which dump directly the data on the normal output.
23 …This will only dumps the parameters in the statement at the moment of the dump. Extra parameters a…
32 This is a debug function, which dump directly the data on the normal output.
35 …This will only dumps the parameters in the statement at the moment of the dump. Extra parameters a…
/PHP-8.2/ext/pdo/tests/
H A Dbug_69356.phpt23 This is a debug function, which dump directly the data on the normal output.
26 …This will only dumps the parameters in the statement at the moment of the dump. Extra parameters a…
45 This is a debug function, which dump directly the data on the normal output.
48 …This will only dumps the parameters in the statement at the moment of the dump. Extra parameters a…

Completed in 35 milliseconds

123456