summaryrefslogtreecommitdiff
path: root/tests/lang/bug26182.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests now that class names are shown in correct casingMarcus Boerger2003-12-221-1/+1
|
* - Nuke property_exists() callsfoobar2003-12-011-14/+0
| | | | | - Fix the test. (this is BUG in PHP 5, works in PHP 4)
* Fix tests for E_STRICT and check for E_STRICT in run-tests.php.Marcus Boerger2003-11-301-1/+1
|
* Add a support function to check for property existance which is differentMarcus Boerger2003-11-271-0/+13
| | | | | | from checking a property from being empty/set. Update test #26182.
* In PHP5 this will create an implicit public propertyMarcus Boerger2003-11-261-0/+1
|
* test case for bug #26182foobar2003-11-251-0/+25