summaryrefslogtreecommitdiff
path: root/Zend/tests/errmsg_040.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Reindent phpt filesNikita Popov2020-02-031-1/+1
|
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-1/+1
|
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-201-1/+1
| | | | EXPECTF logic in run-tests.php is considerable, so let's avoid it.
* Merge branch 'master' into phpngDmitry Stogov2014-08-041-2/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (46 commits) PHP_INT_MIN and _MAX tests NEWS and UPGRADING Added PHP_INT_MIN Fix wrong lenght size Bug #51096 - Remove unnecessary ? for first/last day of Moved streams related functions to xp_ssl.c Remove duplicate NEWS Update NEWS Update NEWS Update NEWS BFN BFN Fixed bug #67715 (php-milter does not build and crashes randomly). We need to turn off any strict mode here for this warning to show up Disable restrictions regarding arrays in constants at run-time. For the discussion around it, see the thread on the mailing list: http://www.mail-archive.com/internals@lists.php.net/msg68245.html Revert "Fix bug #67064 in a BC safe way" Updated NEWS for #67693 Updated NEWS for #67693 Fixed bug #67693 - incorrect push to the empty array add missing entry to NEWS ... Conflicts: Zend/tests/errmsg_040.phpt Zend/tests/ns_059.phpt Zend/zend_language_parser.y Zend/zend_vm_def.h ext/openssl/openssl.c ext/reflection/php_reflection.c ext/session/session.c ext/spl/spl_directory.c ext/spl/spl_iterators.c ext/sqlite3/sqlite3.c ext/standard/array.c
| * Disable restrictions regarding arrays in constants at run-time.Bob Weinand2014-07-301-1/+9
| | | | | | | | | | For the discussion around it, see the thread on the mailing list: http://www.mail-archive.com/internals@lists.php.net/msg68245.html
| * Fixed disallowal of array usage in constants at run-timeBob Weinand2014-04-111-3/+3
| | | | | | | | | | Added at the same time the possibility of array dereferencing to complete the set of features (useful application of arrays in constants)
| * Fix bug #66015 by reverting "Removed operations on constant arrays."Bob Weinand2014-04-111-0/+2
| |
* | Reverted Bob's patch (it breaks many tests when run with opcache and needs ↵Dmitry Stogov2014-05-071-2/+0
| | | | | | | | to be fixed first).
* | Re-added fix for bug #66015 and adapted for phpng branchBob Weinand2014-05-061-0/+2
|/
* MFH: new testsAntony Dovgal2007-02-071-0/+13