swig/Lib/php
Olly Betts 4f5dfd596d [php] Provide zend_class_implements_interface() for 7.x
It seems instanceof_function_ex() isn't a viable option for PHP 7.3 and
earlier - the implementation is strangely wrong.

So let's just provide a compatibility implementation which does what
zend_class_implements_interface() does in 8.x and use that for all 7.x
so there are fewer variants to worry about testing.
2022-01-21 14:32:36 +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 [php] Generate PHP type declarations 2022-01-20 10:07:44 +13:00
php.swg [php] Generate PHP type declarations 2022-01-20 10:07:44 +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] Generate PHP type declarations 2022-01-20 10:07:44 +13:00
phprun.swg [php] Provide zend_class_implements_interface() for 7.x 2022-01-21 14:32:36 +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 [php] Generate PHP type declarations 2022-01-20 10:07:44 +13: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 [php] Generate PHP type declarations 2022-01-20 10:07:44 +13:00
utils.i [php] Generate PHP type declarations 2022-01-20 10:07:44 +13:00