Olly Betts
|
7345a33ccf
|
[php] Make test helper methods static
We call them all statically so they ought to be static (PHP issues
a diagnostic about this, but that seems to be hidden by default).
|
2019-02-08 18:04:07 +13:00 |
|
Olly Betts
|
cadd97ac4f
|
[php] Fix widespread use of bare strings in testsuite
These generate warnings with PHP 7.3, which will become errors in a
future version.
|
2019-02-08 15:32:30 +13:00 |
|
Olly Betts
|
21b3c06de6
|
[php] Fix test failures due to undefined GETSET constant
Move the constant into the class - the definition outside the class
doesn't seem to work with PHP 7.3.
|
2019-02-08 14:58:01 +13:00 |
|
luz.paz
|
60dfa31a67
|
Misc. typos
found via `codespell` and `grep`
|
2018-05-17 10:04:23 -04:00 |
|
Olly Betts
|
888e9c6fec
|
Use preg_match() in PHP test harness code
ereg() and eregi() were deprecated in PHP 5.3.0 and removed in PHP 7.0.0,
and preg_match() has been available since PHP4.
|
2016-09-02 09:09:24 +12:00 |
|
Miklos Vajna
|
5161a12868
|
PHP: detect if a non-object is passed to check::classname() in the testsuite
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11505 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2009-08-05 12:37:56 +00:00 |
|
Miklos Vajna
|
0249eea389
|
Merge https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-vmiklos/
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11434 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2009-07-22 11:08:29 +00:00 |
|
Olly Betts
|
c05ddc9d14
|
check::equal() now reports the values if they aren't equal.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11175 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2009-03-30 02:01:12 +00:00 |
|
William S Fulton
|
bcc796f676
|
modify build system to use php instead of php4
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10967 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2008-12-06 21:40:54 +00:00 |
|