master
Try replicate issue described in #3337
[php] Add more checks to some PHP testcases
[php] Actually implement abstract_inherit_runme.php
Don't generate a .php wrapper file by default
argcargv.i: NULL terminate argv with empty input
[php] Generate PHP type declarations
Fix case of expected functions and globals
Rework tests.php
Add regression test for << in array size bug
catches_strings_runme.php: Check exact exception message
Add support for C99 _Bool
Add typecheck.
Fixes of STRING/BYTES LENGTH typemaps.
Add char *& string typemaps to all languages and char_strings runme parity
Improve parsing of expressions related to functions calls
Enable part of testcase which now works
Fix parsing of a cv-qualified auto placeholder
Improve support for C++11 alignof(T)
[php] Add runmes for more director testcases
Add missing use of move constructor
rvalue reference outputs
Remove need for additional %rename for std::function
Add const std::unique_ptr & input typemaps
R: Honour %rename of enum items in the generated R code
Sort out directorout typemaps for std::string_view
Expand std::string_view test coverage
Fix spaceship operator bugs, document, add tests
[PHP] Fix %feature(php:allowdynamicproperties, 0)
Fix type deduction for certain cases
Filter out `is_python_*` in PHP tests
Update php tests for additionally generated classes/functions
[php] Adjust #required params for subclass methods
[php] Fix director upcall check
Fix Length & string reverse order typemap.
Fix director_classes testcase failures on x86
[php] Avoid creating dynamic properties in testsuite
[php] Add runme.php for two more testcases
Fix various typos
[PHP] Fix testcase director_finalizer with PHP 8.3
Add a minimal director test (#3346)
[php] Add director_ownership_runme.php
Performance optimisation for directors for classes passed by value
Fix protected/private nested class referenced in generated upcast helper
Expand director_string_runme.*
Remove support for PHP7
[php] Update exception_memory_leak_runme.php
Wrap friend functions that are defined or declared within a namespace
Update _runme.php for new testcase functions and globals
cdata.i changes and new test li_cdata_bytes
C++ reference errors when passing in a 'NULL' change of behaviour.
Add missing typecheck typemaps for std::auto_ptr and std::unique_ptr
Expand li_std_string_runme.*
[php] Add runme for li_stdint testcase
[php] Fix long long handling on 32 bit platforms
[php] Ensure _runme.php calls check::done()
[php] Fix handling of multi-module cases
[php] Check fooCount() in newobject1_runme.php
[php7] Use destructor action if present
[php] Add missing runmes for overload_* testcases
Shorten testcase variable names for Scilab 6 to work
[PHP] Add missing overloading functionality
Update expected functions for overload_simple testcase
[php] Use -prefix setting in type declarations
Update preproc_constants_c_runme.php
Improve handling of zero bytes in string literals
Support __VA_OPT__
[PHP] Actually fix the deprecated (double) cast
Fix rename_camel testcase to work for Go
[PHP] Wrap method with both static and non-static overloads
[php] Fix warning from string_constants testcase
[php] Fix new template_construct testcase warning
Fix PHP test suite error reporting
Multiple typedefs involving references fix
[php] Always use <?php to start .php file