Skip to content

Commit e5f4cdd

Browse files
committed
Fix test that behaves differently w and w/o opcache
1 parent 7db7c42 commit e5f4cdd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Zend/tests/frameless_jmp_004.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ function declare_local_class_exists() {
99
return true;
1010
}
1111
}
12-
var_dump(CLASS_EXISTS('Foo'));
1312
declare_local_class_exists();
1413
var_dump(CLASS_EXISTS('Foo'));
1514
?>
1615
--EXPECT--
17-
bool(false)
1816
string(16) "Foo\class_exists"
1917
bool(true)

0 commit comments

Comments
 (0)