Skip to content

Commit

Permalink
Yes, and mask the dir path too.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed Sep 8, 2020
1 parent 6134bf9 commit 55afe4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/oci8/tests/null_byte_1.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ var_dump($r);
--EXPECTF--
Test 1: Import

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
bool(false)
Test 2: Export

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
bool(false)

0 comments on commit 55afe4e

Please sign in to comment.