mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix standard object creation
This commit is contained in:
parent
b6d4004fd9
commit
b75ffba9bb
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@ ZEND_API int _object_init_ex(zval *arg, zend_class_entry *class_type ZEND_FILE_L
|
|||
|
||||
ZEND_API int _object_init(zval *arg ZEND_FILE_LINE_DC TSRMLS_DC)
|
||||
{
|
||||
return _object_init_ex(arg, &zend_standard_class_def ZEND_FILE_LINE_CC TSRMLS_CC);
|
||||
return _object_init_ex(arg, zend_standard_class_def ZEND_FILE_LINE_CC TSRMLS_CC);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue