Skip to content

Commit f9c5fc6

Browse files
committed
Fix (using patterns)
1 parent 1bee9e1 commit f9c5fc6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/lang/bug22367.phpt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ var_dump($a->test);
6565

6666
?>
6767
--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
6969

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
7171
int(5)
7272
bool(false)
7373

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
7575

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
7777
bool(false)
7878
array(5) {
7979
[0]=>
@@ -100,7 +100,7 @@ array(5) {
100100
int(4)
101101
}
102102

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
104104
int(2)
105105
bool(true)
106106
bool(true)

0 commit comments

Comments
 (0)