summaryrefslogtreecommitdiff
path: root/Examples/test-suite/php
Commit message (Expand)AuthorAgeFilesLines
* [PHP] The generated __isset() method now returns true for read-only properties.Olly Betts2014-05-011-0/+1
* Remove incorrect commentsOlly Betts2014-02-191-3/+0
* Add expected functions which get generated to silence testsuite warningOlly Betts2014-02-191-1/+1
* Remove executable bit from various test-suite runme filesOlly Betts2014-01-061-0/+0
* Fix PHP test-suite running examples recently broken in 0fa791dWilliam S Fulton2013-04-201-2/+2
* Fix SF#3528035, a regression introduced by the fix for SF#3428833.Olly Betts2012-05-231-0/+6
* [PHP] Fix getters for template members. (SF#3428833)Olly Betts2012-05-181-0/+24
* Comment out use of call-time pass by reference, which has been deprecated forOlly Betts2012-05-181-7/+8
* Add wrapmacro_runme.phpOlly Betts2012-05-111-0/+12
* [PHP] Fix the constant typemaps for SWIGTYPE, etc - previouslyOlly Betts2012-05-101-0/+9
* Remove two instances of call-time pass by reference, which has been removed inOlly Betts2012-05-102-2/+2
* Add testcase virtual_vs_nonvirtual_base as a regression test for SF#3124665.Olly Betts2011-05-251-0/+11
* [PHP] Fix handling of overloaded methods/functions where some Olly Betts2011-03-141-0/+3
* Simplify test-suite/overload_return_type.i (checked that it still fails beforeOlly Betts2011-03-141-0/+10
* Fix typo which stopped %.test convenience helper from running multitests.Olly Betts2011-03-071-1/+1
* Any 'using' statements in the protected section of a class were previously ig...William S Fulton2011-02-011-1/+20
* Fix typecheck typemaps for SWIGTYPE *const&William S Fulton2011-01-301-0/+3
* [PHP] When using %throws or %catches, SWIG-generated PHP5 wrappersOlly Betts2010-05-263-0/+91
* Fix RUNTOOL in the test-suite for php and add an example for using RUNTOOL to...William S Fulton2010-05-251-2/+2
* Fix php limited precision test fix when dealing with large long long numbersWilliam S Fulton2010-05-141-3/+12
* Update lists of expected function, classes, and globals to match what we getOlly Betts2009-12-048-22/+21
* Fix testcase to conform with actual expected behaviour.Olly Betts2009-12-031-1/+1
* Add long long and unsigned long long const reference typemaps.Olly Betts2009-12-031-3/+3
* PHP: remove unneeded ctor from the director_extend testcaseMiklos Vajna2009-08-181-5/+0
* PHP: remove '// Sample test file' comments from runme filesMiklos Vajna2009-08-1627-27/+0
* Fix valuewrapper_base_runme.php for PHP5. Still fails though.Olly Betts2009-08-151-1/+1
* Fix pointer_reference_runme.php for PHP5 - now passes.Olly Betts2009-08-151-5/+6
* Add SWIGTYPE *& typemaps for PHPWilliam S Fulton2009-08-141-0/+14
* Zap extra blank line after ?> which appears in testsuite outputOlly Betts2009-08-141-1/+0
* PHP fix const char\*\& typemaps and add in char_strings runtime test based on...William S Fulton2009-08-131-0/+44
* add php typecheck typemaps for const reference for primitivesWilliam S Fulton2009-08-131-1/+1
* Add PHP const ref typemaps for primitive typesWilliam S Fulton2009-08-131-0/+25
* Fix the list of classes expected.Olly Betts2009-08-131-6/+7
* Change class names in test code which clash with PHP reserved wordsOlly Betts2009-08-131-4/+4
* Correct the human-readable messages in 3 assertions.Olly Betts2009-08-131-4/+2
* Update the list of expected methods for smart_pointer_rename for PHP5 so thisOlly Betts2009-08-131-2/+2
* remove unnecessary extra semicolons in the tesuiteMiklos Vajna2009-08-091-1/+1
* remove unnecessary extra shells being spawned in the test-suiteWilliam S Fulton2009-08-091-4/+4
* PHP: Run testcase.php if testcase_runme.php is not found in the testsuiteMiklos Vajna2009-08-091-2/+4
* PHP: fix for the overload_rename testcaseMiklos Vajna2009-08-061-0/+19
* PHP: detect if a non-object is passed to check::classname() in the testsuiteMiklos Vajna2009-08-051-0/+2
* PHP: fix for the import_nomodule testcaseMiklos Vajna2009-08-031-0/+20
* [PHP] Update warnings about clashes between identifiers and PHP Olly Betts2009-07-281-2/+2
* Merge https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-vmiklos/Miklos Vajna2009-07-2224-4/+966
* Fix rename_scope testcase to passOlly Betts2009-07-061-6/+6
* better way to provide custom commandline options for individual testsWilliam S Fulton2009-07-031-0/+3
* Remove non-standard targets makecpptests, makectests, maketests, runcpptests,Olly Betts2009-06-151-18/+2
* The default out typemap for char[ANY] now returns up to a zero byte, or the endOlly Betts2009-03-301-2/+8
* check::equal() now reports the values if they aren't equal.Olly Betts2009-03-301-1/+1
* modify build system to use php instead of php4William S Fulton2008-12-0638-47/+47