/PHP-8.2/ext/pcre/tests/ |
H A D | study.phpt | 6 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 D | date_time_immutable.phpt | 21 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 D | namespaces.phpt | 10 public function dump() { 16 Bar::Baz->dump(); 24 \Foo\Bar::Baz->dump(); 25 Bar::Baz->dump();
|
H A D | basic-methods.phpt | 10 public function dump() { 15 Foo::Bar->dump(); 16 Foo::Baz->dump();
|
/PHP-8.2/ext/dom/tests/ |
H A D | dom002.phpt | 18 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 D | gh11347.phpt | 10 public static function dump(string $var) { 20 $xpath->query("//a[php:function('MyClass::dump', string(@href))]");
|
/PHP-8.2/ext/opcache/tests/ |
H A D | bug77691.phpt | 9 function dump($str) { 16 dump($array[] = 'test'); 17 dump($array);
|
/PHP-8.2/ext/exif/tests/ |
H A D | exif_encoding_crash.phpt | 9 echo "*** no core dump ***\n"; 12 *** no core dump ***
|
/PHP-8.2/ext/spl/tests/ |
H A D | array_017.phpt | 20 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 D | bug45312.phpt | 19 function dump() { 27 $val->dump(); 31 $val->dump();
|
H A D | array_filter_variation10.phpt | 14 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 D | array_unshift_basic1.phpt | 20 // dump the resulting array 29 // dump the resulting array
|
H A D | array_unshift_basic2.phpt | 20 // dump the resulting array 29 // dump the resulting array
|
/PHP-8.2/ext/intl/tests/ |
H A D | regression_sort_and_cow.phpt | 32 $res_str .= dump( $test_array ) . "\n"; 33 $res_str .= dump( $copy1 ) . "\n"; 34 $res_str .= dump( $copy2 ) . "\n";
|
H A D | regression_sortwsk_and_cow.phpt | 33 $res_str .= dump( $test_array ) . "\n"; 34 $res_str .= dump( $copy1 ) . "\n"; 35 $res_str .= dump( $copy2 ) . "\n";
|
H A D | msgfmt_parse.phpt | 41 $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 D | collator_get_locale2.phpt | 34 dump( $locale ), 35 dump( $rc ) );
|
H A D | msgfmt_format.phpt | 33 $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 D | msgfmt_format_subpatterns.phpt | 47 $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 D | typed_properties_101.phpt | 11 public function dump() { 18 $test->dump();
|
/PHP-8.2/ext/phar/tests/ |
H A D | 019b.phpt | 23 function dump($phar, $base) 37 dump($phar, $entry); 42 dump('phar://hio', '/');
|
H A D | 019c.phpt | 23 function dump($phar, $base) 37 dump($phar, $entry); 46 dump('phar://hio', '/');
|
/PHP-8.2/tests/classes/ |
H A D | array_access_007.phpt | 33 function dump() { 43 $a->dump();
|
/PHP-8.2/ext/pdo_oci/tests/ |
H A D | pdo_oci_debugdumpparams.phpt | 20 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 D | bug_69356.phpt | 23 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…
|