strcmp_null-OnUpdateErrorLog
authorDebian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
Sat, 2 May 2015 08:26:53 +0000 (10:26 +0200)
committerOndřej Surý <ondrej@debian.org>
Fri, 9 Jun 2023 19:37:27 +0000 (21:37 +0200)
Gbp-Pq: Name 0008-strcmp_null-OnUpdateErrorLog.patch

tests/func/null-new_val.phpt [new file with mode: 0644]

diff --git a/tests/func/null-new_val.phpt b/tests/func/null-new_val.phpt
new file mode 100644 (file)
index 0000000..412da39
--- /dev/null
@@ -0,0 +1,10 @@
+--TEST--
+ini_restore strcmp NULL new_val
+--FILE--
+<?php
+
+ini_set('error_log','ini_set_works');
+ini_restore('error_log');
+
+?>
+--EXPECT--