We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6134bf9 commit 55afe4eCopy full SHA for 55afe4e
ext/oci8/tests/null_byte_1.phpt
@@ -35,9 +35,9 @@ var_dump($r);
35
--EXPECTF--
36
Test 1: Import
37
38
-Warning: OCILob::savefile(): filename must not contain null bytes in /Users/cjones/php-src/ext/oci8/tests/null_byte_1.php on line %d
+Warning: OCILob::savefile(): filename must not contain null bytes in %s on line %d
39
bool(false)
40
Test 2: Export
41
42
-Warning: OCILob::export(): filename must not contain null bytes in /Users/cjones/php-src/ext/oci8/tests/null_byte_1.php on line %d
+Warning: OCILob::export(): filename must not contain null bytes in %s on line %d
43
0 commit comments