]> granicus.if.org Git - php/commitdiff
Yes, and mask the dir path too.
authorChristopher Jones <sixd@php.net>
Tue, 8 Sep 2020 05:56:26 +0000 (15:56 +1000)
committerChristopher Jones <sixd@php.net>
Tue, 8 Sep 2020 05:56:26 +0000 (15:56 +1000)
ext/oci8/tests/null_byte_1.phpt

index 6da6cad5ad7e945f65d7fbbfcd90fcfe1c8c55ed..f922c62852d8cbee7e42b70374e44257ef53299a 100644 (file)
@@ -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)