summaryrefslogtreecommitdiff
path: root/Zend/tests/008.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-1/+1
|
* Fix bug #76979: define() error message does not mention resources as valid ↵Michael Moravec2018-10-061-2/+4
| | | | values
* Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-041-1/+1
| | | | | | | | | | PHP requires boolean typehints to be written "bool" and disallows "boolean" as an alias. This changes the error messages to match the actual type name and avoids confusing messages like "must be of type boolean, boolean given". This a followup to ce1d69a1f6dcf15d43029301059c25e5bc09a577, which implements the same change for integer->int.
* Allow arrays with define(), to match const syntax supportDmitry Stogov2014-12-211-4/+2
|
* Use new parameter parsing API for builtin functionsStanislav Malyshev2008-06-181-6/+6
|
* add new testsAntony Dovgal2006-06-271-0/+53