..
abstract_inherit_ok_runme.php
abstract_inherit_runme.php
add_link_runme.php
PHP: remove '// Sample test file' comments from runme files
2009-08-16 22:23:32 +00:00
argout_runme.php
Comment out use of call-time pass by reference, which has been deprecated for
2012-05-18 02:42:23 +00:00
arrayptr_runme.php
PHP: remove '// Sample test file' comments from runme files
2009-08-16 22:23:32 +00:00
arrays_global_runme.php
Update lists of expected function, classes, and globals to match what we get
2009-12-04 03:54:24 +00:00
arrays_global_twodim_runme.php
Update lists of expected function, classes, and globals to match what we get
2009-12-04 03:54:24 +00:00
arrays_runme.php
[PHP] The generated __isset() method now returns true for read-only properties.
2014-05-01 14:37:58 +12:00
arrays_scope_runme.php
Update lists of expected function, classes, and globals to match what we get
2009-12-04 03:54:24 +00:00
callback_runme.php
Use name of PHP resource not wrapped C++ type
2015-09-04 12:14:21 +12:00
casts_runme.php
PHP: remove '// Sample test file' comments from runme files
2009-08-16 22:23:32 +00:00
char_strings_runme.php
Zap extra blank line after ?> which appears in testsuite output
2009-08-14 00:15:23 +00:00
class_ignore_runme.php
PHP: remove '// Sample test file' comments from runme files
2009-08-16 22:23:32 +00:00
conversion_namespace_runme.php
PHP: remove '// Sample test file' comments from runme files
2009-08-16 22:23:32 +00:00
conversion_ns_template_runme.php
conversion_runme.php
PHP: remove '// Sample test file' comments from runme files
2009-08-16 22:23:32 +00:00
cpp11_strongly_typed_enumerations_runme.php
Add c++11 strongly typed enum support for PHP
2014-11-27 19:59:20 +00:00
cpp_basic_runme.php
[PHP] Fix out typemap for member function pointers
2016-09-02 09:51:18 +12:00
cpp_static_runme.php
php run test fixes for new functions in testcase
2016-10-15 17:58:21 +01:00
director_abstract_runme.php
director_basic_runme.php
Fix segmentation faults with directors in PHP >= 5.4
2014-09-09 13:39:30 -03:00
director_classic_runme.php
director_default_runme.php
director_detect_runme.php
director_enum_runme.php
director_exception_runme.php
test-suite fixes (2) for compilers that don't support varargs
2018-05-06 09:46:37 +01:00
director_extend_runme.php
PHP: remove unneeded ctor from the director_extend testcase
2009-08-18 13:47:27 +00:00
director_finalizer_runme.php
director_frob_runme.php
director_nested_runme.php
PHP: remove '// Sample test file' comments from runme files
2009-08-16 22:23:32 +00:00
director_pass_by_value_runme.php
Fix directorin SWIGTYPE typemaps to make a copy as these are used for pass by value.
2016-05-14 21:32:24 +01:00
director_profile_runme.php
director_protected_runme.php
Remove incorrect comments
2014-02-19 18:27:14 +13:00
director_stl_runme.php
director_string_runme.php
add php typecheck typemaps for const reference for primitives
2009-08-13 22:39:20 +00:00
director_thread_runme.php
[PHP] Add support for PHP7.
2016-11-30 13:05:59 +13:00
director_unroll_runme.php
enum_scope_template_runme.php
Update lists of expected function, classes, and globals to match what we get
2009-12-04 03:54:24 +00:00
evil_diamond_ns_runme.php
PHP: remove '// Sample test file' comments from runme files
2009-08-16 22:23:32 +00:00
evil_diamond_prop_runme.php
PHP: remove '// Sample test file' comments from runme files
2009-08-16 22:23:32 +00:00
evil_diamond_runme.php
PHP: remove '// Sample test file' comments from runme files
2009-08-16 22:23:32 +00:00
exception_order_runme.php
Test suite warning fixes
2014-12-28 10:38:12 +00:00
extend_template_ns_runme.php
PHP: remove '// Sample test file' comments from runme files
2009-08-16 22:23:32 +00:00
extend_template_runme.php
PHP: remove '// Sample test file' comments from runme files
2009-08-16 22:23:32 +00:00
grouping_runme.php
PHP: remove '// Sample test file' comments from runme files
2009-08-16 22:23:32 +00:00
ignore_parameter_runme.php
Update lists of expected function, classes, and globals to match what we get
2009-12-04 03:54:24 +00:00
import_nomodule_runme.php
Test suite warning fixes
2014-12-28 10:38:12 +00:00
li_carrays_cpp_runme.php
Add test and changes entry for Python -builtin %array_class fix
2016-12-18 17:50:47 +00:00
li_carrays_runme.php
Add test and changes entry for Python -builtin %array_class fix
2016-12-18 17:50:47 +00:00
li_factory_runme.php
li_std_string_runme.php
PHP: remove '// Sample test file' comments from runme files
2009-08-16 22:23:32 +00:00
li_std_vector_member_var_runme.php
Fix SF#3528035, a regression introduced by the fix for SF#3428833.
2012-05-23 02:58:24 +00:00
Makefile.in
Add tests for PHP pragma version to both PHP5 and PHP7.
2017-05-08 12:02:18 +05:30
newobject1_runme.php
PHP: remove '// Sample test file' comments from runme files
2009-08-16 22:23:32 +00:00
newobject3_runme.php
Fix newobject3 testcase
2017-10-10 08:05:21 +01:00
overload_rename_runme.php
overload_return_type_runme.php
[PHP] Fix handling of overloaded methods/functions where some
2011-03-14 12:33:56 +00:00
php_iterator_runme.php
[PHP] Add support for specifying any PHP interfaces a wrapped class
2014-09-12 12:48:37 -03:00
php_pragma_runme.php
Add tests for PHP pragma version to both PHP5 and PHP7.
2017-05-08 12:02:18 +05:30
pointer_reference_runme.php
Fix typecheck typemaps for SWIGTYPE *const&
2011-01-30 00:42:27 +00:00
prefix_runme.php
PHP: remove '// Sample test file' comments from runme files
2009-08-16 22:23:32 +00:00
preproc_constants_c_runme.php
Fix type promotion wrapping some non-trivial constant expressions
2017-09-18 07:06:27 +01:00
preproc_constants_runme.php
Correct php testcase
2017-09-19 07:37:29 +01:00
primitive_ref_runme.php
Fix php limited precision test fix when dealing with large long long numbers
2010-05-14 19:47:39 +00:00
rename_scope_runme.php
PHP: remove '// Sample test file' comments from runme files
2009-08-16 22:23:32 +00:00
skel.php
smart_pointer_rename_runme.php
PHP: remove '// Sample test file' comments from runme files
2009-08-16 22:23:32 +00:00
swig_exception_runme.php
Arrange to return after calling zend_throw_exception()
2016-09-16 17:54:02 +12:00
sym_runme.php
PHP: remove '// Sample test file' comments from runme files
2009-08-16 22:23:32 +00:00
template_arg_typename_runme.php
Remove two instances of call-time pass by reference, which has been removed in
2012-05-10 10:37:42 +00:00
template_construct_runme.php
tests.php
Use preg_match() in PHP test harness code
2016-09-02 09:09:24 +12:00
threads_exception_runme.php
Test suite warning fixes
2014-12-28 10:38:12 +00:00
typedef_reference_runme.php
typemap_ns_using_runme.php
using1_runme.php
using2_runme.php
valuewrapper_base_runme.php
PHP: remove '// Sample test file' comments from runme files
2009-08-16 22:23:32 +00:00
virtual_vs_nonvirtual_base_runme.php
Add testcase virtual_vs_nonvirtual_base as a regression test for SF#3124665.
2011-05-25 05:19:48 +00:00
wrapmacro_runme.php
Add wrapmacro_runme.php
2012-05-11 05:58:18 +00:00