Commit:    cd1b44c4b6b67e77d8704a2a24e7c676f835a76d
Author:    Anatol Belski <a...@php.net>         Wed, 12 Jun 2013 13:13:48 +0200
Parents:   eccc05fc44150f6fc135ce7875a34b1467bd0979
Branches:  PHP-5.3 PHP-5.4 PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=cd1b44c4b6b67e77d8704a2a24e7c676f835a76d

Log:
ensure the error_reporting level to get expected notice

Changed paths:
  M  ext/standard/tests/array/bug31158.phpt


Diff:
diff --git a/ext/standard/tests/array/bug31158.phpt 
b/ext/standard/tests/array/bug31158.phpt
index e672a10..da7a9ec 100644
--- a/ext/standard/tests/array/bug31158.phpt
+++ b/ext/standard/tests/array/bug31158.phpt
@@ -1,5 +1,7 @@
 --TEST--
 Bug #31158 (array_splice on $GLOBALS crashes)
+--INI--
+error_reporting = E_ALL
 --FILE--
 <?php
 function __(){


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to