Home
last modified time | relevance | path

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

12

/PHP-5.4/ext/sqlite3/
H A Dphp_sqlite3_structs.h76 zend_object zo; member
104 zend_object zo; member
115 zend_object zo; member
/PHP-5.4/ext/intl/spoofchecker/
H A Dspoofchecker_class.c46 zend_object_std_dtor(&co->zo TSRMLS_CC); in Spoofchecker_objects_free()
63 zend_object_std_init(&intern->zo, ce TSRMLS_CC); in Spoofchecker_object_create()
64 object_properties_init(&intern->zo, ce); in Spoofchecker_object_create()
133 zend_objects_clone_members(&new_sfo->zo, new_obj_val, &sfo->zo, handle TSRMLS_CC); in spoofchecker_clone_obj()
H A Dspoofchecker_class.h30 zend_object zo; member
/PHP-5.4/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()
65 object_properties_init(&intern->zo, ce); in MessageFormatter_object_create()
90 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.4/ext/mysqli/
H A Dphp_mysqli_structs.h150 zend_object zo; member
271 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", intern->zo.ce->name);\
276 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid object or resource %s\n", intern->zo.ce->name…
285 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", intern->zo.ce->name);\
290 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid object or resource %s\n", intern->zo.ce->name…
301 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid object or resource %s\n", intern->zo.ce->name…
311 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid object or resource %s\n", intern->zo.ce->name…
H A Dmysqli.c208 zend_object *zo = (zend_object *)object; in mysqli_objects_free_storage() local
209 mysqli_object *intern = (mysqli_object *)zo; in mysqli_objects_free_storage()
213 zend_object_std_dtor(&intern->zo TSRMLS_CC); in mysqli_objects_free_storage()
224 zend_object *zo = (zend_object *)object; in mysqli_link_free_storage() local
225 mysqli_object *intern = (mysqli_object *)zo; in mysqli_link_free_storage()
252 zend_object *zo = (zend_object *)object; in mysqli_stmt_free_storage() local
253 mysqli_object *intern = (mysqli_object *)zo; in mysqli_stmt_free_storage()
268 zend_object *zo = (zend_object *)object; in mysqli_result_free_storage() local
269 mysqli_object *intern = (mysqli_object *)zo; in mysqli_result_free_storage()
283 zend_object *zo = (zend_object *)object; in mysqli_warning_free_storage() local
[all …]
/PHP-5.4/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()
68 object_properties_init(&intern->zo, ce); in IntlDateFormatter_object_create()
98 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.4/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()
67 object_properties_init(&intern->zo, ce); in NumberFormatter_object_create()
92 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.4/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()
70 object_properties_init(&intern->zo, ce); in Collator_object_create()
H A Dcollator_class.h30 zend_object zo; member
/PHP-5.4/ext/intl/locale/
H A Dlocale_class.h30 zend_object zo; member
/PHP-5.4/ext/xmlwriter/
H A Dphp_xmlwriter.h48 zend_object zo; member
/PHP-5.4/ext/intl/transliterator/
H A Dtransliterator_class.c113 zend_object_std_dtor( &to->zo TSRMLS_CC ); in Transliterator_objects_free()
130 zend_object_std_init( &intern->zo, ce TSRMLS_CC ); in Transliterator_object_create()
132 zend_hash_copy( intern->zo.properties, &(ce->default_properties ), in Transliterator_object_create()
168 zend_objects_clone_members( &to_new->zo, ret_val, in Transliterator_clone_obj()
169 &to_orig->zo, Z_OBJ_HANDLE_P( object ) TSRMLS_CC ); in Transliterator_clone_obj()
H A Dtransliterator_class.h28 zend_object zo; member
/PHP-5.4/ext/intl/normalizer/
H A Dnormalizer_class.h28 zend_object zo; member
/PHP-5.4/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()
/PHP-5.4/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()
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.4/ext/zip/
H A Dphp_zip.h75 zend_object zo; member
/PHP-5.4/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.4/ext/intl/
H A Dintl_data.h31 zend_object zo; member
/PHP-5.4/ext/snmp/
H A Dphp_snmp.h88 zend_object zo; member

Completed in 50 milliseconds

12