mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
MFH
This commit is contained in:
parent
5cfa9c6312
commit
661b7c13e6
2 changed files with 23 additions and 16 deletions
|
@ -52,9 +52,8 @@
|
|||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
zend_class_entry *php_create_incomplete_class(TSRMLS_D);
|
||||
|
||||
PHPAPI zend_class_entry *php_create_incomplete_class(TSRMLS_D);
|
||||
PHPAPI char *php_lookup_class_name(zval *object, zend_uint *nlen);
|
||||
PHPAPI void php_store_class_name(zval *object, const char *name, zend_uint len);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue