Commit:    26c761915b6a6ca726965e0f1c8a7007d32fe263
Author:    Dmitry Stogov <dmi...@zend.com>         Thu, 18 Apr 2013 11:53:44 
+0400
Parents:   2bfb523f45cc0c64b5b63f9ad7fb6ec7c701d695
Branches:  master

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

Log:
Optimizer may hide some repeating error messages

Changed paths:
  M  Zend/tests/bug30820.phpt


Diff:
diff --git a/Zend/tests/bug30820.phpt b/Zend/tests/bug30820.phpt
index 97e46e9..a0f71e7 100644
--- a/Zend/tests/bug30820.phpt
+++ b/Zend/tests/bug30820.phpt
@@ -2,6 +2,7 @@
 Bug #30820 (static member conflict with $this->member silently ignored)
 --INI--
 error_reporting=4095
+opcache.optimization_level=0
 --FILE--
 <?php
 class Blah {


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

Reply via email to