Merge branch 'master' into gsoc2017-php7-classes-via-c-api

This commit is contained in:
Olly Betts 2021-04-21 16:05:24 +12:00
commit 3e8373b09a
20 changed files with 76 additions and 20 deletions

View file

@ -6,7 +6,7 @@ require "sym.php";
// No new functions
check::functions(array());
// New classes
check::classes(array('flim','flam'));
check::classes(array('Flim','Flam'));
// No new vars
check::globals(array());