swig/Examples/php/constants
Olly Betts ebc9e6ad9f [php] Eliminate use of unset constants in example
This generates a warning with PHP 7.3 which apparently will become
an error in the future.  We're just checking that a constant that
should not be define indeed isn't, which we can achieve more
cleanly using get_defined_constants() instead.
2019-02-08 14:57:53 +13:00
..
example.i rename php4 to php 2008-11-22 12:35:27 +00:00
Makefile Remove 'static' targets from PHP examples 2016-11-30 12:15:42 +13:00
runme.php [php] Eliminate use of unset constants in example 2019-02-08 14:57:53 +13:00