Skip to content

Commit 55afe4e

Browse files
committed
Yes, and mask the dir path too.
1 parent 6134bf9 commit 55afe4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/oci8/tests/null_byte_1.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ var_dump($r);
3535
--EXPECTF--
3636
Test 1: Import
3737

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
38+
Warning: OCILob::savefile(): filename must not contain null bytes in %s on line %d
3939
bool(false)
4040
Test 2: Export
4141

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
42+
Warning: OCILob::export(): filename must not contain null bytes in %s on line %d
4343
bool(false)

0 commit comments

Comments
 (0)