summaryrefslogtreecommitdiff
path: root/Zend/tests/bug64578.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-091-0/+1
| | | | Closes GH-5958
* Implement 'Saner Numeric Strings' RFC:George Peter Banyard2020-07-291-2/+2
| | | | | | | | | | | | | | | | | RFC: https://wiki.php.net/rfc/saner-numeric-strings This removes the -1 allow_error mode from is_numeric_string functions and replaces it by a trailing boolean out argument to preserve BC in a couple of places. Most of the changes can be resumed to "numeric" strings which emitted a E_NOTICE now emit a E_WARNING and "numeric" strings which emitted a E_WARNING now throw a TypeError. This mostly affects: - String offsets - Arithmetic operations - Bitwise operations Closes GH-5762
* Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-1/+1
| | | | Closes GH-5590
* 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.
* Update test script to make sure the error occurredXinchen Hui2013-04-041-1/+2
|
* Use 5.4 specifical warnnig & Update NEWsXinchen Hui2013-04-041-9/+7
|
* Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: ↵Xinchen Hui2013-04-041-0/+15
segfault)