Browse Source

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  ensure the error_reporting level to get expected notice
pull/370/head
Anatol Belski 13 years ago
parent
commit
a0cb61b292
  1. 2
      ext/standard/tests/array/bug31158.phpt

2
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 __(){

Loading…
Cancel
Save