Skip to content

Commit a0e136b

Browse files
committed
Fix test
1 parent 32fe521 commit a0e136b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/partial_application/function_name.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ echo "# From global scope:\n";
2828
var_dump((new ReflectionFunction(g(?)))->getName());
2929

3030
?>
31-
--EXPECT--
31+
--EXPECTF--
3232
# From a function:
3333
string(20) "{closure:pfa:f():14}"
3434
# Declared on same line:

0 commit comments

Comments
 (0)