Home
last modified time | relevance | path

Searched refs:d (Results 101 – 125 of 6284) sorted by last modified time

12345678910>>...252

/PHP-5.5/tests/lang/
H A Dcatchable_error_002.phpt28 …string(%d) "Argument 1 passed to blah() must be an instance of Foo, instance of stdClass given, ca…
30 string(%d) "%scatchable_error_002.php"
H A Dengine_assignExecutionOrder_001.phpt95 object(stdClass)#%d (1) {
104 object(stdClass)#%d (1) {
106 object(stdClass)#%d (1) {
108 object(stdClass)#%d (1) {
119 object(stdClass)#%d (1) {
H A Dengine_assignExecutionOrder_002.phpt12 // Warning: Cannot use a scalar value as an array in %s on line %d
15 // i++ evaluated first, so $d[0] is 10
16 $d = array(0,10);
18 $d[$i++] = $i*10;
20 var_dump($d);
94 Warning: Cannot use a scalar value as an array in %s on line %d
119 Notice: Undefined offset: 1 in %s on line %d
121 Notice: Undefined offset: 0 in %s on line %d
124 Notice: Undefined offset: 1 in %s on line %d
H A Dengine_assignExecutionOrder_008.phpt70 Warning: Creating default object from empty value in %s on line %d
73 Warning: Creating default object from empty value in %s on line %d
77 Warning: Creating default object from empty value in %s on line %d
H A DforeachLoop.001.phpt19 foreach (array("d","e","f") as $v) {
22 foreach (array("d","e","f") as $k => $v) {
51 string(1) "d"
55 string(1) "d"
H A DforeachLoop.016.phpt154 Warning: Creating default object from empty value in %s on line %d
162 Warning: Creating default object from empty value in %s on line %d
182 Warning: Creating default object from empty value in %s on line %d
202 Warning: Creating default object from empty value in %s on line %d
H A DforeachLoopIterator.001.phpt70 object(MealIterator)#%d (2) {
132 Notice: Undefined offset: 3 in %s on line %d
H A DforeachLoopIteratorAggregate.001.phpt133 object(EuropeanMeals)#%d (2) {
135 object(EnglishMealIterator)#%d (2) {
149 object(FrenchMealIterator)#%d (2) {
H A D019.phpt10 eval("echo \"hey, this is a regular echo'd eval()\\n\";");
17 hey, this is a regular echo'd eval()
19 hey, this is a regular echo'd eval()
21 hey, this is a regular echo'd eval()
23 hey, this is a regular echo'd eval()
25 hey, this is a regular echo'd eval()
27 hey, this is a regular echo'd eval()
29 hey, this is a regular echo'd eval()
31 hey, this is a regular echo'd eval()
33 hey, this is a regular echo'd eval()
[all …]
H A D041.phpt20 Fatal error: Class 'B' not found in %s041.php on line %d
H A D042.phpt19 Fatal error: Class 'B' not found in %s042.php on line %d
H A D043.phpt19 Fatal error: Class 'B' not found in %s043.php on line %d
H A D044.phpt21 Fatal error: Class 'B' not found in %s044.php on line %d
H A D045.phpt25 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
27 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
/PHP-5.5/tests/classes/
H A Dvisibility_003b.phpt33 …l error: Access level to fail::f3() must be protected (as in class same) or weaker in %s on line %d
H A Dproperty_recreate_private.phpt22 $d = new D;
23 $d->unsetPrivate();
24 $d->setPrivate();
25 var_dump($d);
28 $d = new D;
29 $d->unsetPrivate();
30 $d->setP();
31 var_dump($d);
34 $d = new D;
35 $d->unsetPrivate();
[all …]
H A Dproperty_recreate_protected.phpt21 $d = new D;
23 $d->unsetProtected();
24 $d->setProtected();
25 var_dump($d);
28 $d = new D;
29 $d->unsetProtected();
30 $d->setP();
31 var_dump($d);
36 var_dump($d);
40 object(D)#%d (1) {
[all …]
H A Dprotected_001.phpt26 Fatal error: Call to protected method pass::fail() from context '' in %s on line %d
H A Dprotected_001b.phpt27 Fatal error: Call to protected method pass::fail() from context '' in %s on line %d
H A Dprotected_002.phpt35 Fatal error: Call to protected method pass::show() from context 'fail' in %s on line %d
H A Dserialize_001.phpt56 object(Test)#%d (1) {
60 object(Test)#%d (1) {
H A Dstatic_mix_1.phpt1 --TEST--
2 ZE2 You cannot overload a static method with a non static method
3 --SKIPIF--
4 <?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?>
5 --FILE--
6 <?php
7
8 class pass {
9 static function show() {
10 echo "Call to function pass::show()\n";
[all …]
H A Dstatic_mix_2.phpt1 --TEST--
2 ZE2 You cannot overload a non static method with a static method
3 --SKIPIF--
4 <?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?>
5 --FILE--
6 <?php
7
8 class pass {
9 function show() {
10 echo "Call to function pass::show()\n";
[all …]
H A Dstatic_this.phpt32 Notice: Undefined variable: this in %sstatic_this.php on line %d
35 Notice: Undefined variable: this in %sstatic_this.php on line %d
37 object(stdClass)#%d (0) {
H A Dthis.phpt54 Fatal error: Cannot re-assign $this in %sthis.php on line %d

Completed in 28 milliseconds

12345678910>>...252