You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/lang/bug22367.phpt
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -65,15 +65,15 @@ var_dump($a->test);
65
65
66
66
?>
67
67
--EXPECTF--
68
-
Strict Standards: Declaration of bar::a() must be compatible with that of foo::a() in /home/dmitry/php/php5.work/tests/lang/bug22367.php on line 45
68
+
Strict Standards: Declaration of bar::a() must be compatible with that of foo::a() in %sbug22367.php on line %d
69
69
70
-
Strict Standards: Implicit cloning object of class 'bar' because of 'zend.ze1_compatibility_mode' in /home/dmitry/php/php5.work/tests/lang/bug22367.php on line 47
70
+
Strict Standards: Implicit cloning object of class 'bar' because of 'zend.ze1_compatibility_mode' in %sbug22367.php on line %d
71
71
int(5)
72
72
bool(false)
73
73
74
-
Notice: Undefined offset: 5 in /home/dmitry/php/php5.work/tests/lang/bug22367.php on line 9
74
+
Notice: Undefined offset: 5 in %sbug22367.php on line %d
75
75
76
-
Strict Standards: Only variable references should be returned by reference in /home/dmitry/php/php5.work/tests/lang/bug22367.php on line 40
76
+
Strict Standards: Only variable references should be returned by reference in %sbug22367.php on line %d
77
77
bool(false)
78
78
array(5) {
79
79
[0]=>
@@ -100,7 +100,7 @@ array(5) {
100
100
int(4)
101
101
}
102
102
103
-
Strict Standards: Implicit cloning object of class 'bar' because of 'zend.ze1_compatibility_mode' in /home/dmitry/php/php5.work/tests/lang/bug22367.php on line 54
103
+
Strict Standards: Implicit cloning object of class 'bar' because of 'zend.ze1_compatibility_mode' in %sbug22367.php on line %d
0 commit comments