swig/Lib/php
Olly Betts 69b580dfb6 [php] Use SWIG_TypeCheckStruct to check types
We have the swig_type_info available and SWIG_TypeCheckStruct
is more efficient because it uses a pointer comparison instead of the
string comparison SWIG_TypeCheck uses (this change speeds up `make
check-php-test-suite` by about 10%).
2021-12-19 13:45:25 +13:00
..
const.i Improve naming of zend_class_entry structs 2021-12-17 17:14:54 +13:00
director.swg Replace remaining PHP errors with PHP exceptions 2021-05-26 09:39:43 +12:00
factory.i Eliminate $needNewFlow from factory.i 2021-04-21 16:32:56 +12:00
php.swg [php] Remove redundant in typemap for bool 2021-12-13 09:31:11 +13:00
phpinit.swg Fix segfault in exception class creation 2021-05-04 13:12:15 +12:00
phpinterfaces.i [php] Fix two incorrect PHP 8 conditionals 2021-12-08 13:10:38 +13:00
phpkw.swg [PHP] Add new PHP 8.1 keyword 2021-12-18 15:30:38 +13:00
phppointers.i php: Throw exceptions instead of using errors 2021-05-25 16:42:12 +12:00
phprun.swg [php] Use SWIG_TypeCheckStruct to check types 2021-12-19 13:45:25 +13:00
std_common.i php: Trim trailing whitespace from PHP typemaps 2021-03-26 10:19:57 +13:00
std_deque.i WARN_* constants are user visible, so keep existing WARN_PHP4_* for 2008-07-03 00:09:56 +00:00
std_map.i php: Trim trailing whitespace from PHP typemaps 2021-03-26 10:19:57 +13:00
std_pair.i Consistent parameter names for std::pair 2019-02-14 22:44:27 +00:00
std_string.i Make PHP directors work more like other languages 2021-04-22 14:40:21 +12:00
std_vector.i php: Trim trailing whitespace from PHP typemaps 2021-03-26 10:19:57 +13:00
stl.i php: Trim trailing whitespace from PHP typemaps 2021-03-26 10:19:57 +13:00
typemaps.i Tweak source whitespace to match SWIG conventions 2021-12-15 19:40:06 +13:00
utils.i Make PHP directors work more like other languages 2021-04-22 14:40:21 +12:00