Home
last modified time | relevance | path

Searched refs:zo (Results 26 – 44 of 44) sorted by relevance

12

/PHP-5.6/ext/intl/common/
H A Dcommon_enum.h51 zend_object zo; member
H A Dcommon_enum.cpp167 zend_object_std_dtor(&ii->zo TSRMLS_CC); in IntlIterator_objects_free()
202 zend_object_std_init(&intern->zo, ce TSRMLS_CC); in IntlIterator_object_create()
204 zend_hash_copy(intern->zo.properties, &(ce->default_properties), in IntlIterator_object_create()
/PHP-5.6/ext/intl/calendar/
H A Dcalendar_class.cpp92 zend_objects_clone_members(&co_new->zo, ret_val, in Calendar_clone_obj()
93 &co_orig->zo, Z_OBJ_HANDLE_P(object) TSRMLS_CC); in Calendar_clone_obj()
252 zend_object_std_dtor(&co->zo TSRMLS_CC); in Calendar_objects_free()
266 zend_object_std_init(&intern->zo, ce TSRMLS_CC); in Calendar_object_create()
268 zend_hash_copy(intern->zo.properties, &(ce->default_properties), in Calendar_object_create()
/PHP-5.6/ext/zip/
H A Dphp_zip.h83 zend_object zo; member
H A Dphp_zip.c1113 zend_object_std_dtor(&intern->zo TSRMLS_CC); in php_zip_object_free_storage()
1115 if (intern->zo.guards) { in php_zip_object_free_storage()
1116 zend_hash_destroy(intern->zo.guards); in php_zip_object_free_storage()
1117 FREE_HASHTABLE(intern->zo.guards); in php_zip_object_free_storage()
1120 if (intern->zo.properties) { in php_zip_object_free_storage()
1121 zend_hash_destroy(intern->zo.properties); in php_zip_object_free_storage()
1122 FREE_HASHTABLE(intern->zo.properties); in php_zip_object_free_storage()
1142 memset(&intern->zo, 0, sizeof(zend_object)); in php_zip_object_new()
1153 ALLOC_HASHTABLE(intern->zo.properties); in php_zip_object_new()
1155 intern->zo.ce = class_type; in php_zip_object_new()
[all …]
/PHP-5.6/ext/fileinfo/
H A Dfileinfo.c55 zend_object zo; member
90 zend_object_std_dtor(&intern->zo TSRMLS_CC); in finfo_objects_free()
105 zend_object_std_init(&intern->zo, class_type TSRMLS_CC); in finfo_objects_new()
106 object_properties_init(&intern->zo, class_type); in finfo_objects_new()
/PHP-5.6/ext/intl/
H A Dintl_data.h31 zend_object zo; member
H A DERROR.CONVENTIONS40 zend_object zo;
/PHP-5.6/ext/snmp/
H A Dphp_snmp.h88 zend_object zo; member
H A Dsnmp.c483 zend_object_std_dtor(&intern->zo TSRMLS_CC); in php_snmp_object_free_storage()
495 memset(&intern->zo, 0, sizeof(php_snmp_object)); in php_snmp_object_new()
497 zend_object_std_init(&intern->zo, class_type TSRMLS_CC); in php_snmp_object_new()
498 object_properties_init(&intern->zo, class_type); in php_snmp_object_new()
2131 return obj->zo.properties; in php_snmp_get_properties()
/PHP-5.6/ext/simplexml/
H A Dsimplexml.c72 subnode = php_sxe_object_new(sxe->zo.ce TSRMLS_CC); in _node_as_zval()
2073 zend_object_std_dtor(&sxe->zo TSRMLS_CC); in sxe_object_free_storage()
2075 if (sxe->zo.guards) { in sxe_object_free_storage()
2076 zend_hash_destroy(sxe->zo.guards); in sxe_object_free_storage()
2077 FREE_HASHTABLE(sxe->zo.guards); in sxe_object_free_storage()
2080 if (sxe->zo.properties) { in sxe_object_free_storage()
2081 zend_hash_destroy(sxe->zo.properties); in sxe_object_free_storage()
2082 FREE_HASHTABLE(sxe->zo.properties); in sxe_object_free_storage()
2119 ALLOC_HASHTABLE(intern->zo.properties); in php_sxe_object_new()
2122 intern->zo.ce = ce; in php_sxe_object_new()
[all …]
/PHP-5.6/ext/mysqli/
H A Dmysqli_warning.c284 if (obj->zo.ce == mysqli_link_class_entry) {
297 } else if (obj->zo.ce == mysqli_stmt_class_entry) {
H A Dmysqli_prop.c45 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", obj->zo.ce->name);\
57 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", obj->zo.ce->name);\
70 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", obj->zo.ce->name);\
H A Dmysqli_nonapi.c677 php_error_docref(NULL TSRMLS_CC, E_WARNING, "[%d] Couldn't fetch %s", i, intern->zo.ce->name);
682 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid object %d or resource %s", i, intern->zo.ce->…
717 php_error_docref(NULL TSRMLS_CC, E_WARNING, "[%d] Couldn't fetch %s", i, intern->zo.ce->name);
/PHP-5.6/ext/sqlite3/
H A Dsqlite3.c2145 zend_object_std_dtor(&intern->zo TSRMLS_CC);
2173 zend_object_std_dtor(&intern->zo TSRMLS_CC);
2199 zend_object_std_dtor(&intern->zo TSRMLS_CC);
2217 zend_object_std_init(&intern->zo, class_type TSRMLS_CC);
2218 object_properties_init(&intern->zo, class_type);
2238 zend_object_std_init(&intern->zo, class_type TSRMLS_CC);
2239 object_properties_init(&intern->zo, class_type);
2261 zend_object_std_init(&intern->zo, class_type TSRMLS_CC);
2262 object_properties_init(&intern->zo, class_type);
/PHP-5.6/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h33 zend_object zo; member
H A Dcom_handlers.c677 obj->zo.ce = ce; in php_com_object_new()
/PHP-5.6/ext/xmlwriter/
H A Dphp_xmlwriter.c135 zend_object_std_dtor(&intern->zo TSRMLS_CC); in xmlwriter_object_free_storage()
149 memset(&intern->zo, 0, sizeof(zend_object)); in xmlwriter_object_new()
152 zend_object_std_init(&intern->zo, class_type TSRMLS_CC); in xmlwriter_object_new()
153 object_properties_init(&intern->zo, class_type); in xmlwriter_object_new()
/PHP-5.6/ext/reflection/
H A Dphp_reflection.c207 zend_object zo; member
345 intern->zo.ce = class_type; in reflection_objects_new()
347 zend_object_std_init(&intern->zo, class_type TSRMLS_CC); in reflection_objects_new()
348 object_properties_init(&intern->zo, class_type); in reflection_objects_new()

Completed in 87 milliseconds

12