Home
last modified time | relevance | path

Searched refs:zo (Results 1 – 25 of 29) sorted by relevance

12

/PHP-5.3/ext/sqlite3/
H A Dphp_sqlite3_structs.h76 zend_object zo; member
104 zend_object zo; member
115 zend_object zo; member
H A Dsqlite3.c2063 zend_object_std_dtor(&intern->zo TSRMLS_CC);
2091 zend_object_std_dtor(&intern->zo TSRMLS_CC);
2117 zend_object_std_dtor(&intern->zo TSRMLS_CC);
2136 zend_object_std_init(&intern->zo, class_type TSRMLS_CC);
2137 …zend_hash_copy(intern->zo.properties, &class_type->default_properties, (copy_ctor_func_t) zval_pro…
2158 zend_object_std_init(&intern->zo, class_type TSRMLS_CC);
2159 …zend_hash_copy(intern->zo.properties, &class_type->default_properties, (copy_ctor_func_t) zval_pro…
2182 zend_object_std_init(&intern->zo, class_type TSRMLS_CC);
2183 …zend_hash_copy(intern->zo.properties, &class_type->default_properties, (copy_ctor_func_t) zval_pro…
/PHP-5.3/ext/intl/msgformat/
H A Dmsgformat_class.c48 zend_object_std_dtor( &mfo->zo TSRMLS_CC ); in MessageFormatter_object_free()
64 zend_object_std_init( &intern->zo, ce TSRMLS_CC ); in MessageFormatter_object_create()
89 zend_objects_clone_members(&new_mfo->zo, new_obj_val, &mfo->zo, handle TSRMLS_CC); in MessageFormatter_object_clone()
H A Dmsgformat_class.h30 zend_object zo; member
/PHP-5.3/ext/mysqli/
H A Dphp_mysqli_structs.h144 zend_object zo; member
235 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", intern->zo.ce->name);\
240 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid object or resource %s\n", intern->zo.ce->name…
250 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid object or resource %s\n", intern->zo.ce->name…
260 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid object or resource %s\n", intern->zo.ce->name…
H A Dmysqli.c203 zend_object *zo = (zend_object *)object; in mysqli_objects_free_storage() local
204 mysqli_object *intern = (mysqli_object *)zo; in mysqli_objects_free_storage()
208 zend_object_std_dtor(&intern->zo TSRMLS_CC); in mysqli_objects_free_storage()
219 zend_object *zo = (zend_object *)object; in mysqli_link_free_storage() local
220 mysqli_object *intern = (mysqli_object *)zo; in mysqli_link_free_storage()
247 zend_object *zo = (zend_object *)object; in mysqli_stmt_free_storage() local
248 mysqli_object *intern = (mysqli_object *)zo; in mysqli_stmt_free_storage()
263 zend_object *zo = (zend_object *)object; in mysqli_result_free_storage() local
264 mysqli_object *intern = (mysqli_object *)zo; in mysqli_result_free_storage()
278 zend_object *zo = (zend_object *)object; in mysqli_warning_free_storage() local
[all …]
H A Dmysqli_prop.c44 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", obj->zo.ce->name);\
56 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", obj->zo.ce->name);\
69 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", obj->zo.ce->name);\
H A Dmysqli_warning.c282 if (obj->zo.ce == mysqli_link_class_entry) { in PHP_METHOD()
286 } else if (obj->zo.ce == mysqli_stmt_class_entry) { in PHP_METHOD()
/PHP-5.3/ext/intl/dateformat/
H A Ddateformat_class.c47 zend_object_std_dtor( &dfo->zo TSRMLS_CC ); in IntlDateFormatter_object_free()
67 zend_object_std_init( &intern->zo, ce TSRMLS_CC ); in IntlDateFormatter_object_create()
97 zend_objects_clone_members(&new_dfo->zo, new_obj_val, &dfo->zo, handle TSRMLS_CC); in IntlDateFormatter_object_clone()
H A Ddateformat_class.h27 zend_object zo; member
/PHP-5.3/ext/intl/formatter/
H A Dformatter_class.c50 zend_object_std_dtor( &nfo->zo TSRMLS_CC ); in NumberFormatter_object_free()
66 zend_object_std_init( &intern->zo, ce TSRMLS_CC ); in NumberFormatter_object_create()
91 zend_objects_clone_members(&new_nfo->zo, new_obj_val, &nfo->zo, handle TSRMLS_CC); in NumberFormatter_object_clone()
H A Dformatter_class.h28 zend_object zo; member
/PHP-5.3/ext/intl/locale/
H A Dlocale_class.h30 zend_object zo; member
/PHP-5.3/ext/xmlwriter/
H A Dphp_xmlwriter.h48 zend_object zo; member
/PHP-5.3/ext/intl/normalizer/
H A Dnormalizer_class.h28 zend_object zo; member
/PHP-5.3/ext/intl/collator/
H A Dcollator_class.c52 zend_object_std_dtor( &co->zo TSRMLS_CC ); in Collator_objects_free()
69 zend_object_std_init( &intern->zo, ce TSRMLS_CC ); in Collator_object_create()
H A Dcollator_class.h30 zend_object zo; member
/PHP-5.3/ext/com_dotnet/
H A Dcom_misc.c54 obj->zo.ce = php_com_variant_class_entry; in php_com_wrap_dispatch()
77 obj->zo.ce = php_com_variant_class_entry; in php_com_wrap_variant()
H A Dphp_com_dotnet_internal.h36 zend_object zo; member
/PHP-5.3/ext/simplexml/
H A Dphp_simplexml.h58 zend_object zo; member
H A Dsimplexml.c72 subnode = php_sxe_object_new(sxe->zo.ce TSRMLS_CC); in _node_as_zval()
2012 zend_object_std_dtor(&sxe->zo TSRMLS_CC); in sxe_object_free_storage()
2014 if (sxe->zo.guards) { in sxe_object_free_storage()
2015 zend_hash_destroy(sxe->zo.guards); in sxe_object_free_storage()
2016 FREE_HASHTABLE(sxe->zo.guards); in sxe_object_free_storage()
2019 if (sxe->zo.properties) { in sxe_object_free_storage()
2020 zend_hash_destroy(sxe->zo.properties); in sxe_object_free_storage()
2021 FREE_HASHTABLE(sxe->zo.properties); in sxe_object_free_storage()
2058 ALLOC_HASHTABLE(intern->zo.properties); in php_sxe_object_new()
2061 intern->zo.ce = ce; in php_sxe_object_new()
[all …]
/PHP-5.3/ext/zip/
H A Dphp_zip.h75 zend_object zo; member
H A Dphp_zip.c1025 props = obj->zo.properties; in php_zip_get_properties()
1042 return obj->zo.properties; in php_zip_get_properties()
1071 zend_object_std_dtor(&intern->zo TSRMLS_CC); in php_zip_object_free_storage()
1073 if (intern->zo.guards) { in php_zip_object_free_storage()
1074 zend_hash_destroy(intern->zo.guards); in php_zip_object_free_storage()
1075 FREE_HASHTABLE(intern->zo.guards); in php_zip_object_free_storage()
1078 if (intern->zo.properties) { in php_zip_object_free_storage()
1079 zend_hash_destroy(intern->zo.properties); in php_zip_object_free_storage()
1080 FREE_HASHTABLE(intern->zo.properties); in php_zip_object_free_storage()
1109 ALLOC_HASHTABLE(intern->zo.properties); in php_zip_object_new()
[all …]
/PHP-5.3/ext/fileinfo/
H A Dfileinfo.c55 zend_object zo; member
90 zend_object_std_dtor(&intern->zo TSRMLS_CC); in finfo_objects_free()
106 zend_object_std_init(&intern->zo, class_type TSRMLS_CC); in finfo_objects_new()
107 …zend_hash_copy(intern->zo.properties, &class_type->default_properties, (copy_ctor_func_t) zval_pro… in finfo_objects_new()
/PHP-5.3/ext/intl/
H A Dintl_data.h31 zend_object zo; member

Completed in 98 milliseconds

12