summaryrefslogtreecommitdiff
path: root/Zend/tests/bug67436
Commit message (Collapse)AuthorAgeFilesLines
* Slipt error messages while checking magic methods attributesGabriel Caruso2020-04-272-2/+2
| | | | Closes GH-5465
* Improve error messages for magic methods by appending method's classGabriel Caruso2020-04-162-3/+3
| | | | Closes GH-5397.
* Reindent phpt filesNikita Popov2020-02-035-17/+17
|
* Merge branch 'PHP-7.4'Nikita Popov2019-07-231-1/+1
|\
| * Cleanup of remaining E_STRICT in testsGeorge Peter Banyard2019-07-231-1/+1
| |
* | Always generate fatal error for LSP failuresNikita Popov2019-05-073-2/+8
|/ | | | RFC: https://wiki.php.net/rfc/lsp_errors
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-152-4/+0
| | | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines in all *.phpt sections. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
* Rename *.php files in Zend/tests to *.incPeter Kokot2018-09-235-3/+3
| | | | | *.php files are ignored by Git and a better practice might be to rename PHP included files for tests.
* Remove some references to E_STRICT in testsNikita Popov2018-02-031-4/+0
| | | | | | | run-tests.php enforces error_reporting=E_ALL (including E_STRICT), setting this explicitly in not necessary. Conversely, after the removal of some E_STRICT errors, explicitly excluding it is no longer necessary in some places.
* Reclassify E_STRICT noticesNikita Popov2015-04-011-1/+1
| | | | | | | Per RFC https://wiki.php.net/rfc/reclassify_e_strict While reviewing this, found that there are still three E_STRICTs left in libraries - need to discuss those.
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-03-081-1/+1
|\ | | | | | | | | * PHP-5.5: Add missing value for error_reporting directive
| * Add missing value for error_reporting directiveLior Kaplan2015-03-011-1/+1
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-02-092-2/+2
|\ \ | |/
| * Improve tests for bug 67436Reeze Xia2015-02-072-2/+2
| | | | | | | | | | I always use a.php or b.php for local testing, this diff makes the test more stable
* | fix dir separator in testAnatol Belski2014-11-251-1/+1
|/
* Added tests for bug 67436Levi Morrison2014-06-155-0/+73