Home
last modified time | relevance | path

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

12

/PHP-5.5/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.5/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.5/ext/zip/
H A Dphp_zip.h75 zend_object zo; member
H A Dphp_zip.c1085 zend_object_std_dtor(&intern->zo TSRMLS_CC); in php_zip_object_free_storage()
1087 if (intern->zo.guards) { in php_zip_object_free_storage()
1088 zend_hash_destroy(intern->zo.guards); in php_zip_object_free_storage()
1089 FREE_HASHTABLE(intern->zo.guards); in php_zip_object_free_storage()
1092 if (intern->zo.properties) { in php_zip_object_free_storage()
1093 zend_hash_destroy(intern->zo.properties); in php_zip_object_free_storage()
1094 FREE_HASHTABLE(intern->zo.properties); in php_zip_object_free_storage()
1111 memset(&intern->zo, 0, sizeof(zend_object)); in php_zip_object_new()
1122 ALLOC_HASHTABLE(intern->zo.properties); in php_zip_object_new()
1124 intern->zo.ce = class_type; in php_zip_object_new()
[all …]
/PHP-5.5/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.5/ext/intl/
H A Dintl_data.h31 zend_object zo; member
H A DERROR.CONVENTIONS40 zend_object zo;
/PHP-5.5/ext/snmp/
H A Dphp_snmp.h88 zend_object zo; member
H A Dsnmp.c485 zend_object_std_dtor(&intern->zo TSRMLS_CC); in php_snmp_object_free_storage()
497 memset(&intern->zo, 0, sizeof(php_snmp_object)); in php_snmp_object_new()
499 zend_object_std_init(&intern->zo, class_type TSRMLS_CC); in php_snmp_object_new()
500 object_properties_init(&intern->zo, class_type); in php_snmp_object_new()
2133 return obj->zo.properties; in php_snmp_get_properties()
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c72 subnode = php_sxe_object_new(sxe->zo.ce TSRMLS_CC); in _node_as_zval()
2060 zend_object_std_dtor(&sxe->zo TSRMLS_CC); in sxe_object_free_storage()
2062 if (sxe->zo.guards) { in sxe_object_free_storage()
2063 zend_hash_destroy(sxe->zo.guards); in sxe_object_free_storage()
2064 FREE_HASHTABLE(sxe->zo.guards); in sxe_object_free_storage()
2067 if (sxe->zo.properties) { in sxe_object_free_storage()
2068 zend_hash_destroy(sxe->zo.properties); in sxe_object_free_storage()
2069 FREE_HASHTABLE(sxe->zo.properties); in sxe_object_free_storage()
2106 ALLOC_HASHTABLE(intern->zo.properties); in php_sxe_object_new()
2109 intern->zo.ce = ce; in php_sxe_object_new()
[all …]
/PHP-5.5/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.c662 php_error_docref(NULL TSRMLS_CC, E_WARNING, "[%d] Couldn't fetch %s", i, intern->zo.ce->name);
667 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid object %d or resource %s", i, intern->zo.ce->…
702 php_error_docref(NULL TSRMLS_CC, E_WARNING, "[%d] Couldn't fetch %s", i, intern->zo.ce->name);
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c2096 zend_object_std_dtor(&intern->zo TSRMLS_CC);
2124 zend_object_std_dtor(&intern->zo TSRMLS_CC);
2150 zend_object_std_dtor(&intern->zo TSRMLS_CC);
2168 zend_object_std_init(&intern->zo, class_type TSRMLS_CC);
2169 object_properties_init(&intern->zo, class_type);
2189 zend_object_std_init(&intern->zo, class_type TSRMLS_CC);
2190 object_properties_init(&intern->zo, class_type);
2212 zend_object_std_init(&intern->zo, class_type TSRMLS_CC);
2213 object_properties_init(&intern->zo, class_type);
/PHP-5.5/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.5/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.5/ext/reflection/
H A Dphp_reflection.c207 zend_object zo; member
326 intern->zo.ce = class_type; in reflection_objects_new()
328 zend_object_std_init(&intern->zo, class_type TSRMLS_CC); in reflection_objects_new()
329 object_properties_init(&intern->zo, class_type); in reflection_objects_new()

Completed in 98 milliseconds

12