Fix newobject3 testcase
Fixes Octave problem which has a template called product.
This commit is contained in:
parent
e7f0c6d6ad
commit
08210236ef
5 changed files with 158 additions and 11 deletions
36
Examples/test-suite/php5/php_newobject3.h
Normal file
36
Examples/test-suite/php5/php_newobject3.h
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
/* ----------------------------------------------------------------------------
|
||||
* This file was automatically generated by SWIG (http://www.swig.org).
|
||||
* Version 4.0.0
|
||||
*
|
||||
* This file is not intended to be easily readable and contains a number of
|
||||
* coding conventions designed to improve portability and efficiency. Do not make
|
||||
* changes to this file unless you know what you are doing--modify the SWIG
|
||||
* interface file instead.
|
||||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
#ifndef PHP_NEWOBJECT3_H
|
||||
#define PHP_NEWOBJECT3_H
|
||||
|
||||
extern zend_module_entry newobject3_module_entry;
|
||||
#define phpext_newobject3_ptr &newobject3_module_entry
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
# define PHP_NEWOBJECT3_API __declspec(dllexport)
|
||||
#else
|
||||
# define PHP_NEWOBJECT3_API
|
||||
#endif
|
||||
|
||||
#ifdef ZTS
|
||||
#include "TSRM.h"
|
||||
#endif
|
||||
|
||||
PHP_MINIT_FUNCTION(newobject3);
|
||||
PHP_MSHUTDOWN_FUNCTION(newobject3);
|
||||
PHP_RINIT_FUNCTION(newobject3);
|
||||
PHP_RSHUTDOWN_FUNCTION(newobject3);
|
||||
PHP_MINFO_FUNCTION(newobject3);
|
||||
|
||||
ZEND_NAMED_FUNCTION(_wrap_new_Product);
|
||||
ZEND_NAMED_FUNCTION(_wrap_factory_create);
|
||||
ZEND_NAMED_FUNCTION(_wrap_new_factory);
|
||||
#endif /* PHP_NEWOBJECT3_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue