php-src/tests
Marcus Boerger 3ca44539a1 Switch from ZEND_ACC_DYNAMIC to ZEND_ACC_ALLOW_STATIC and disallow calling
internal non-static methods statically.
# As discussed with Zeev:
# - For BC standard userspace methods allow this with an E_STRICT message.
# - If you want to implement an internal method taht can be called both
#   statically and non-statically then use flag ZEND_ACC_ALLOW_STATIC.
# - Magic user space methods __*() cannot and __construct, __destruct,
# __clone can never be called statically.
2004-01-24 16:59:24 +00:00
..
basic Fix 3 tests that didn't adequately specify the .ini settings they rely on 2003-06-30 18:22:53 +00:00
classes Change to correct syntax. 2004-01-21 22:36:49 +00:00
func MFB, removed unused GET/POST entries 2003-01-24 05:56:55 +00:00
lang Switch from ZEND_ACC_DYNAMIC to ZEND_ACC_ALLOW_STATIC and disallow calling 2004-01-24 16:59:24 +00:00
run-test Fix tests now that class names are shown in correct casing 2003-12-22 22:50:02 +00:00
strings Fixed Bug #26703 (Certain characters inside strings incorrectly treated as 2003-12-25 18:57:26 +00:00
bin-info.inc Fix PHP version and sapi printed so that it does not print bogus 2002-03-12 06:43:15 +00:00
foo
foo2
foo3
foo4
odbc-display.php
odbc-t1.php
odbc-t2.php
odbc-t3.php
odbc-t4.php
odbc-t5.php
quicktester.inc - Fixed the bz2 tests. (and changed the usage comment to be correct) 2002-03-20 02:16:34 +00:00
recurse
run.html
run.php
scan_cases
test_class_inheritance
test.pl
testarray
testarray2
testarray2.pl
testarray.pl
testclassfunc
testcom
testcpdf
testcpdfclock
testdom
testfe
testfunc
testfunc2
testfunc2.pl
testfunc.pl
testfuncref
testhyperwave
testinclude
testobj
testpfpro.php
tests.dsp Win32 project and makefile used to invoke run-tests.php 2002-05-15 23:56:04 +00:00
tests.mak Add TEST_PHP_DETAILED usage for verbose test runs. 2002-05-16 21:46:32 +00:00
testscanf.php
testswf