Home
last modified time | relevance | path

Searched refs:print_r (Results 51 – 75 of 368) sorted by relevance

12345678910>>...15

/php-src/ext/standard/tests/strings/
H A Dsubstr_replace_array_unset.phpt9 print_r($newarr);
14 print_r($newarr);
/php-src/ext/standard/tests/array/
H A Dbug34982.phpt11 print_r($ar);
15 print_r($a);
/php-src/ext/intl/tests/
H A Dcalendar_getTimeZone_basic.phpt11 print_r($intlcal->getTimeZone());
12 print_r(intlcal_get_time_zone($intlcal));
H A Dtimezone_getUnknown_basic.phpt11 print_r($tz);
13 print_r($tz);
H A Dresourcebundle_create.phpt15 $str_res .= print_r( $r1['teststring'], true)."\n";
20 $str_res .= print_r( $r1['teststring'], true)."\n";
25 $str_res .= print_r( $r1['testsring'], true);
/php-src/tests/lang/
H A Dbug30862.phpt8 print_r(T::$a);
17 print_r(T2::$a);
H A Dengine_assignExecutionOrder_007.phpt7 print_r($a);
12 print_r($o);
/php-src/ext/gd/tests/
H A Dimagefill_1.phpt18 print_r(imagecolorat($im, 0,0));
20 print_r(imagecolorat($im, 0,0));
H A Dbug40764.phpt24 print_r(imagecolorat($image, 195, 0));
25 print_r(imagecolorat($image, 0, 195));
/php-src/ext/date/tests/
H A Dbug48678.phpt6 print_r($x);
8 print_r($y);
H A Ddate-parse-by-format001.phpt6 print_r( date_parse_from_format( '!m/d/y', $date ) );
7 print_r( date_parse_from_format( '!m*d*y', $date ) );
H A Dbug81263.phpt9 print_r($dt2->diff($dt1));
10 print_r($dt1->diff($dt2));
/php-src/Zend/tests/
H A Dbug35509.phpt13 print_r($this->classArray);
21 print_r($normalArray);
H A Dbug40757.phpt16 print_r($base->getFields(new Base()));
18 print_r($child->getFields(new Base()));
H A Dbug28072.phpt17 print_r($arr);
28 print_r($arr);
H A Dbug35393.phpt16 print_r(ObjectPath::getType());
18 print_r(ObjectPath::getType());
/php-src/ext/reflection/tests/
H A Dbug53915.phpt12 print_r($rc->getConstants());
21 print_r($rc->getConstant('B'));
H A Dbug63614.phpt22 print_r($reflect->getStaticVariables());
24 print_r($reflect->getStaticVariables());
H A Dbug75231.phpt20 print_r((new ReflectionMethod(B::class, 'method'))->invoke(new A()).PHP_EOL);
21 print_r((new ReflectionProperty(B::class, 'prop'))->getValue(new A()).PHP_EOL);
/php-src/ext/json/tests/
H A Djson_encode_recursion_05.phpt2 json_encode() Recursion test with JsonSerializable, __debugInfo and print_r
17 print_r($this);
/php-src/Zend/tests/attributes/
H A D006_filter.phpt31 print_r(array_map(fn ($a) => $a->getName(), $attr));
36 print_r(array_map(fn ($a) => $a->getName(), $attr));
41 print_r(array_map(fn ($a) => $a->getName(), $attr));
46 print_r(array_map(fn ($a) => $a->getName(), $attr));
51 print_r(array_map(fn ($a) => $a->getName(), $attr));
/php-src/ext/standard/tests/url/
H A Dbug68917.phpt5 print_r(parse_url('//example.org:81/hi?a=b#c=d'));
6 print_r(parse_url('//example.org/hi?a=b#c=d'));
/php-src/ext/spl/tests/
H A DSplDoublyLinkedList_debug-info.phpt2 Check that SplDoublyLinkedList returns debug info when print_r is used.
16 print_r($dll);
H A Dbug54971.phpt22 print_r(array_map('get_class', iterator_to_array($items, false)));
23 print_r(array_map('get_class', iterator_to_array($items, true)));
/php-src/ext/opcache/tests/opt/
H A Dgh10801.phpt12 print_r(array_keys(array: [1 => 1], strict: true, filter_value: 0));
14 print_r(array_keys(array: [1 => 1], filter_value: 0, strict: true));

Completed in 21 milliseconds

12345678910>>...15