| /PHP_5_4/ext/intl/collator/ |
| H A D | collator_class.c | 62 zend_class_entry *ce TSRMLS_DC ) 69 zend_object_std_init( &intern->zo, ce TSRMLS_CC ); 70 object_properties_init(&intern->zo, ce); 140 zend_class_entry ce; local 143 INIT_CLASS_ENTRY( ce, "Collator", Collator_class_functions ); 144 ce.create_object = Collator_object_create; 145 Collator_ce_ptr = zend_register_internal_class( &ce TSRMLS_CC );
|
| /PHP_5_4/ext/intl/dateformat/ |
| H A D | dateformat_class.c | 60 zend_object_value IntlDateFormatter_object_create(zend_class_entry *ce TSRMLS_DC) 67 zend_object_std_init( &intern->zo, ce TSRMLS_CC ); 68 object_properties_init(&intern->zo, ce); 190 zend_class_entry ce; local 193 INIT_CLASS_ENTRY( ce, "IntlDateFormatter", IntlDateFormatter_class_functions ); 194 ce.create_object = IntlDateFormatter_object_create; 195 IntlDateFormatter_ce_ptr = zend_register_internal_class( &ce TSRMLS_CC );
|
| /PHP_5_4/ext/intl/formatter/ |
| H A D | formatter_class.c | 59 zend_object_value NumberFormatter_object_create(zend_class_entry *ce TSRMLS_DC) 66 zend_object_std_init( &intern->zo, ce TSRMLS_CC ); 67 object_properties_init(&intern->zo, ce); 199 zend_class_entry ce; local 202 INIT_CLASS_ENTRY( ce, "NumberFormatter", NumberFormatter_class_functions ); 203 ce.create_object = NumberFormatter_object_create; 204 NumberFormatter_ce_ptr = zend_register_internal_class( &ce TSRMLS_CC );
|
| /PHP_5_4/ext/intl/locale/ |
| H A D | locale_class.c | 97 zend_class_entry ce; local 100 INIT_CLASS_ENTRY( ce, "Locale", Locale_class_functions ); 101 ce.create_object = NULL; 102 Locale_ce_ptr = zend_register_internal_class( &ce TSRMLS_CC );
|
| /PHP_5_4/ext/intl/msgformat/ |
| H A D | msgformat_class.c | 57 zend_object_value MessageFormatter_object_create(zend_class_entry *ce TSRMLS_DC) 64 zend_object_std_init( &intern->zo, ce TSRMLS_CC ); 65 object_properties_init(&intern->zo, ce); 165 zend_class_entry ce; local 168 INIT_CLASS_ENTRY( ce, "MessageFormatter", MessageFormatter_class_functions ); 169 ce.create_object = MessageFormatter_object_create; 170 MessageFormatter_ce_ptr = zend_register_internal_class( &ce TSRMLS_CC );
|
| /PHP_5_4/ext/intl/normalizer/ |
| H A D | normalizer_class.c | 56 zend_class_entry ce; local 59 INIT_CLASS_ENTRY( ce, "Normalizer", Normalizer_class_functions ); 60 ce.create_object = NULL; 61 Normalizer_ce_ptr = zend_register_internal_class( &ce TSRMLS_CC );
|
| /PHP_5_4/ext/intl/resourcebundle/ |
| H A D | resourcebundle_iterator.h | 34 zend_object_iterator *resourcebundle_get_iterator( zend_class_entry *ce, zval *object, int byref TSRMLS_DC );
|
| /PHP_5_4/ext/intl/spoofchecker/ |
| H A D | spoofchecker_class.c | 56 zend_class_entry *ce TSRMLS_DC) 63 zend_object_std_init(&intern->zo, ce TSRMLS_CC); 64 object_properties_init(&intern->zo, ce); 151 zend_class_entry ce; local 154 INIT_CLASS_ENTRY(ce, "Spoofchecker", Spoofchecker_class_functions); 155 ce.create_object = Spoofchecker_object_create; 156 Spoofchecker_ce_ptr = zend_register_internal_class(&ce TSRMLS_CC);
|
| /PHP_5_4/Zend/ |
| H A D | zend_interfaces.h | 37 zend_class_entry *ce; member in struct:_zend_user_iterator 59 ZEND_API zval *zend_user_it_new_iterator(zend_class_entry *ce, zval *object TSRMLS_DC); 60 ZEND_API zend_object_iterator *zend_user_it_get_new_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC); 65 ZEND_API int zend_user_unserialize(zval **object, zend_class_entry *ce, const unsigned char *buf, zend_uint buf_len, zend_unserialize_data *data TSRMLS_DC); 68 ZEND_API int zend_class_unserialize_deny(zval **object, zend_class_entry *ce, const unsigned char *buf, zend_uint buf_len, zend_unserialize_data *data TSRMLS_DC);
|
| H A D | zend_objects.c | 29 ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) 31 object->ce = ce; 52 for (i = 0; i < object->ce->default_properties_count; i++) { 63 zend_function *destructor = object ? object->ce->destructor : NULL; 74 if (object->ce != EG(scope)) { 75 zend_class_entry *ce = object->ce; local 79 ce->name, 88 zend_class_entry *ce local [all...] |
| H A D | zend_opcode.c | 152 static inline void cleanup_user_class_data(zend_class_entry *ce TSRMLS_DC) 157 if (ce->ce_flags & ZEND_HAS_STATIC_IN_METHODS) { 158 zend_hash_apply(&ce->function_table, (apply_func_t) zend_cleanup_function_data_full TSRMLS_CC); 160 if (ce->static_members_table) { 163 for (i = 0; i < ce->default_static_members_count; i++) { 164 if (ce->static_members_table[i]) { 165 zval_ptr_dtor(&ce->static_members_table[i]); 166 ce->static_members_table[i] = NULL; 169 ce->static_members_table = NULL; 173 static inline void cleanup_internal_class_data(zend_class_entry *ce TSRMLS_D 215 _destroy_zend_class_traits_info(zend_class_entry *ce) argument 266 zend_class_entry *ce = *pce; local 339 zend_class_add_ref(zend_class_entry **ce) argument [all...] |
| H A D | zend_object_handlers.c | 71 zend_class_entry *ce = zobj->ce; local 75 if (ce->default_properties_count) { 76 for (zend_hash_internal_pointer_reset_ex(&ce->properties_info, &pos); 77 zend_hash_get_current_data_ex(&ce->properties_info, (void**)&prop_info, &pos) == SUCCESS; 78 zend_hash_move_forward_ex(&ce->properties_info, &pos)) { 79 if (/*prop_info->ce == ce &&*/ 86 while (ce->parent && ce 148 zend_class_entry *ce = Z_OBJCE_P(object); local 174 zend_class_entry *ce = Z_OBJCE_P(object); local 202 zend_class_entry *ce = Z_OBJCE_P(object); local 219 zend_class_entry *ce = Z_OBJCE_P(object); local 270 zend_get_property_info_quick(zend_class_entry *ce, zval *member, int silent, const zend_literal *key TSRMLS_DC) argument 355 zend_get_property_info(zend_class_entry *ce, zval *member, int silent TSRMLS_DC) argument 635 zend_class_entry *ce = Z_OBJCE_P(object); local 669 zend_class_entry *ce = Z_OBJCE_P(object); local 687 zend_class_entry *ce = Z_OBJCE_P(object); local 855 zend_class_entry *ce = Z_OBJCE_P(object); local 872 zend_class_entry *ce = Z_OBJCE_P(this_ptr); local 916 zend_check_private_int(zend_function *fbc, zend_class_entry *ce, char *function_name_strval, int function_name_strlen, ulong hash_value TSRMLS_DC) argument 951 zend_check_private(zend_function *fbc, zend_class_entry *ce, char *function_name_strval, int function_name_strlen TSRMLS_DC) argument 959 zend_check_protected(zend_class_entry *ce, zend_class_entry *scope) argument 986 zend_get_user_call_function(zend_class_entry *ce, const char *method_name, int method_len) argument 1090 zend_class_entry *ce = EG(scope); local 1129 zend_get_user_callstatic_function(zend_class_entry *ce, const char *method_name, int method_len) argument 1147 zend_std_get_static_method(zend_class_entry *ce, const char *function_name_strval, int function_name_strlen, const zend_literal *key TSRMLS_DC) argument 1236 zend_std_get_static_property(zend_class_entry *ce, const char *property_name, int property_name_len, zend_bool silent, const zend_literal *key TSRMLS_DC) argument 1285 zend_std_unset_static_property(zend_class_entry *ce, const char *property_name, int property_name_len, const zend_literal *key TSRMLS_DC) argument 1499 zend_class_entry *ce; local 1520 zend_class_entry *ce; local 1590 zend_class_entry *ce; local [all...] |
| H A D | zend_interfaces.c | 121 ZEND_API zval *zend_user_it_new_iterator(zend_class_entry *ce, zval *object TSRMLS_DC) argument 125 return zend_call_method_with_0_params(&object, ce, &ce->iterator_funcs.zf_new_iterator, "getiterator", &retval); 163 zend_call_method_with_0_params(&object, iter->ce, &iter->ce->iterator_funcs.zf_valid, "valid", &more); 181 zend_call_method_with_0_params(&object, iter->ce, &iter->ce->iterator_funcs.zf_current, "current", &iter->value); 204 zend_call_method_with_0_params(&object, iter->ce, &iter->ce->iterator_funcs.zf_key, "key", &retval); 210 zend_error(E_WARNING, "Nothing returned from %s::key()", iter->ce 276 zend_user_it_get_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC) argument 296 zend_user_it_get_new_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC) argument 428 zend_class_entry * ce = Z_OBJCE_P(object); local 463 zend_user_unserialize(zval **object, zend_class_entry *ce, const unsigned char *buf, zend_uint buf_len, zend_unserialize_data *data TSRMLS_DC) argument 486 zend_class_entry *ce = Z_OBJCE_P(object); local 492 zend_class_unserialize_deny(zval **object, zend_class_entry *ce, const unsigned char *buf, zend_uint buf_len, zend_unserialize_data *data TSRMLS_DC) argument [all...] |
| H A D | zend_API.c | 251 zend_class_entry *ce = Z_OBJCE_P(object); local 253 *class_name = ce->name; 254 *class_name_len = ce->name_length; 552 zend_class_entry *ce = va_arg(*va, zend_class_entry *); local 559 (!ce || instanceof_function(Z_OBJCE_PP(arg), ce TSRMLS_CC))) { 562 if (ce) { 563 return ce->name; 908 zend_class_entry *ce; local 923 ce 944 zend_class_entry *ce; local 1032 zend_class_entry *ce = *scope; local 1902 zend_check_magic_method_implementation(const zend_class_entry *ce, const zend_function *fptr, int error_type TSRMLS_DC) argument 2267 clean_module_class(const zend_class_entry **ce, int *module_number TSRMLS_DC) argument 3110 zend_class_entry *ce = Z_OBJCE_P(callable); /* TBFixed: what if it's overloaded? */ local 3346 zend_declare_property_ex(zend_class_entry *ce, const char *name, int name_length, zval *property, int access_type, const char *doc_comment, int doc_comment_len TSRMLS_DC) argument 3446 zend_declare_property(zend_class_entry *ce, const char *name, int name_length, zval *property, int access_type TSRMLS_DC) argument 3452 zend_declare_property_null(zend_class_entry *ce, const char *name, int name_length, int access_type TSRMLS_DC) argument 3466 zend_declare_property_bool(zend_class_entry *ce, const char *name, int name_length, long value, int access_type TSRMLS_DC) argument 3481 zend_declare_property_long(zend_class_entry *ce, const char *name, int name_length, long value, int access_type TSRMLS_DC) argument 3496 zend_declare_property_double(zend_class_entry *ce, const char *name, int name_length, double value, int access_type TSRMLS_DC) argument 3511 zend_declare_property_string(zend_class_entry *ce, const char *name, int name_length, const char *value, int access_type TSRMLS_DC) argument 3528 zend_declare_property_stringl(zend_class_entry *ce, const char *name, int name_length, const char *value, int value_len, int access_type TSRMLS_DC) argument 3544 zend_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length, zval *value TSRMLS_DC) argument 3550 zend_declare_class_constant_null(zend_class_entry *ce, const char *name, size_t name_length TSRMLS_DC) argument 3565 zend_declare_class_constant_long(zend_class_entry *ce, const char *name, size_t name_length, long value TSRMLS_DC) argument 3580 zend_declare_class_constant_bool(zend_class_entry *ce, const char *name, size_t name_length, zend_bool value TSRMLS_DC) argument 3595 zend_declare_class_constant_double(zend_class_entry *ce, const char *name, size_t name_length, double value TSRMLS_DC) argument 3610 zend_declare_class_constant_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *value, size_t value_length TSRMLS_DC) argument 3626 zend_declare_class_constant_string(zend_class_entry *ce, const char *name, size_t name_length, const char *value TSRMLS_DC) argument 3916 zend_find_alias_name(zend_class_entry *ce, const char *name, zend_uint len) argument 3935 zend_resolve_method_name(zend_class_entry *ce, zend_function *f) argument [all...] |
| H A D | zend_compile.c | 2805 static void do_inherit_parent_constructor(zend_class_entry *ce) /* {{{ */ argument 2809 if (!ce->parent) { 2814 ce->create_object = ce->parent->create_object; 2817 if (!ce->get_iterator) { 2818 ce->get_iterator = ce->parent->get_iterator; 2820 if (!ce->iterator_funcs.funcs) { 2821 ce->iterator_funcs.funcs = ce 3301 do_inherit_property_access_check(HashTable *target_ht, zend_property_info *parent_info, const zend_hash_key *hash_key, zend_class_entry *ce) argument 3349 do_implement_interface(zend_class_entry *ce, zend_class_entry *iface TSRMLS_DC) argument 3360 zend_do_inherit_interfaces(zend_class_entry *ce, const zend_class_entry *iface TSRMLS_DC) argument 3414 zend_do_inheritance(zend_class_entry *ce, zend_class_entry *parent_ce TSRMLS_DC) argument 3563 zend_do_implement_interface(zend_class_entry *ce, zend_class_entry *iface TSRMLS_DC) argument 3603 zend_do_implement_trait(zend_class_entry *ce, zend_class_entry *trait TSRMLS_DC) argument 3644 zend_add_magic_methods(zend_class_entry* ce, const char* mname, uint mname_len, zend_function* fe TSRMLS_DC) argument 3685 zend_add_trait_method(zend_class_entry *ce, const char *name, const char *arKey, uint nKeyLength, zend_function *fn, HashTable **overriden TSRMLS_DC) argument 3777 zend_class_entry *ce; local 3859 zend_check_trait_usage(zend_class_entry *ce, zend_class_entry *trait TSRMLS_DC) argument 4035 find_first_definition(zend_class_entry *ce, size_t current_trait, const char* prop_name, int prop_name_length, ulong prop_hash, zend_class_entry *coliding_ce) argument 4295 zend_class_entry *ce = CG(active_class_entry); local 4326 zend_class_entry *ce = CG(active_class_entry); local 4340 zend_class_entry *ce, **pce; local 4379 zend_class_entry *ce, **pce; local 4898 zend_class_entry *ce = CG(active_class_entry); local 6572 zend_initialize_class_data(zend_class_entry *ce, zend_bool nullify_handlers TSRMLS_DC) argument [all...] |
| /PHP_5_4/ext/com_dotnet/ |
| H A D | php_com_dotnet_internal.h | 41 zend_class_entry *ce; member in struct:_php_com_dotnet_object 56 zend_class_entry *ce = Z_OBJCE_P(zv); local 57 return strcmp("com", ce->name) == 0 || 58 strcmp("dotnet", ce->name) == 0 || 59 strcmp("variant", ce->name) == 0; 76 zend_object_value php_com_object_new(zend_class_entry *ce TSRMLS_DC); 83 zend_object_iterator *php_com_saproxy_iter_get(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC); 179 zend_object_iterator *php_com_iter_get(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC);
|
| /PHP_5_4/ext/dom/ |
| H A D | php_dom.c | 201 int dom_set_doc_classmap(php_libxml_ref_obj *document, zend_class_entry *basece, zend_class_entry *ce TSRMLS_DC) 208 if (ce == NULL) { 214 if (ce) { 215 return zend_hash_update(doc_props->classmap, basece->name, basece->name_length + 1, &ce, sizeof(zend_class_entry *), NULL); 226 zend_class_entry **ce = NULL; local 231 if (zend_hash_find(doc_props->classmap, basece->name, basece->name_length + 1, (void**) &ce) == SUCCESS) { 232 return *ce; 361 } else if (instanceof_function(obj->std.ce, dom_node_class_entry TSRMLS_CC)) { 362 php_error(E_WARNING, "Couldn't fetch %s. Node no longer exists", obj->std.ce->name); 661 zend_class_entry ce; local 1304 zend_class_entry *ce; local 1320 zend_class_entry *ce; local [all...] |
| H A D | php_dom.h | 124 zend_object_iterator *php_dom_get_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC); 125 int dom_set_doc_classmap(php_libxml_ref_obj *document, zend_class_entry *basece, zend_class_entry *ce TSRMLS_DC); 127 #define REGISTER_DOM_CLASS(ce, name, parent_ce, funcs, entry) \ 128 INIT_CLASS_ENTRY(ce, name, funcs); \ 129 ce.create_object = dom_objects_new; \ 130 entry = zend_register_internal_class_ex(&ce, parent_ce, NULL TSRMLS_CC); 135 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", __intern->std.ce->name);\
|
| /PHP_5_4/ext/mysqli/ |
| H A D | php_mysqli_structs.h | 218 extern zend_object_iterator *php_mysqli_result_get_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC); 237 zend_class_entry ce; \ 238 INIT_CLASS_ENTRY(ce, name,class_functions); \ 239 ce.create_object = mysqli_objects_new; \ 240 mysqli_entry = zend_register_internal_class(&ce TSRMLS_CC); \ 267 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", intern->zo.ce->name);\ 272 php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid object or resource %s\n", intern->zo.ce->name); \ 281 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", intern->zo.ce->name);\ 286 php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid object or resource %s\n", intern->zo.ce->name); \ 297 php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid object or resource %s\n", intern->zo.ce [all...] |
| /PHP_5_4/ext/pdo/ |
| H A D | php_pdo_int.h | 34 extern zend_object_value pdo_dbh_new(zend_class_entry *ce TSRMLS_DC); 39 extern zend_object_value pdo_dbstmt_new(zend_class_entry *ce TSRMLS_DC); 43 zend_object_iterator *pdo_stmt_iter_get(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC); 48 extern zend_object_value pdo_row_new(zend_class_entry *ce TSRMLS_DC); 54 zend_object_iterator *php_pdo_dbstmt_iter_get(zend_class_entry *ce, zval *object TSRMLS_DC);
|
| /PHP_5_4/ext/reflection/ |
| H A D | php_reflection.h | 45 PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object TSRMLS_DC);
|
| H A D | php_reflection.c | 86 #define METHOD_NOTSTATIC(ce) \ 87 if (!this_ptr || !instanceof_function(Z_OBJCE_P(this_ptr), ce TSRMLS_CC)) { \ 185 zend_class_entry *ce; member in struct:_property_reference 211 zend_class_entry *ce; member in struct:__anon2 326 intern->zo.ce = class_type; 352 static void _class_string(string *str, zend_class_entry *ce, zval *obj, char *indent TSRMLS_DC); 357 static void _class_string(string *str, zend_class_entry *ce, zval *obj, char *indent TSRMLS_DC) argument 366 if (ce->type == ZEND_USER_CLASS && ce->info.user.doc_comment) { 367 string_printf(str, "%s%s", indent, ce 1191 zend_reflection_class_factory(zend_class_entry *ce, zval *object TSRMLS_DC) argument 1290 reflection_method_factory(zend_class_entry *ce, zend_function *method, zval *closure_object, zval *object TSRMLS_DC) argument 1316 reflection_property_factory(zend_class_entry *ce, zend_property_info *prop, zval *object TSRMLS_DC) argument 2149 zend_class_entry *ce = NULL; local 2386 zend_class_entry **pce, *ce; local 2672 zend_class_entry *ce; local 3286 zend_class_entry **ce; local 3341 add_class_vars(zend_class_entry *ce, int statics, zval *return_value TSRMLS_DC) argument 3396 zend_class_entry *ce; local 3416 zend_class_entry *ce; local 3448 zend_class_entry *ce; local 3484 zend_class_entry *ce; local 3502 zend_class_entry *ce; local 3531 zend_class_entry *ce; local 3546 zend_class_entry *ce; local 3561 zend_class_entry *ce; local 3579 zend_class_entry *ce; local 3597 zend_class_entry *ce; local 3615 zend_class_entry *ce; local 3633 zend_class_entry *ce; local 3653 zend_class_entry *ce; local 3681 zend_class_entry *ce; local 3723 _addmethod(zend_function *mptr, zend_class_entry *ce, zval *retval, long filter, zval *obj TSRMLS_DC) argument 3749 zend_class_entry *ce = *va_arg(args, zend_class_entry**); local 3764 zend_class_entry *ce; local 3798 zend_class_entry *ce; local 3834 zend_class_entry *ce, **pce; local 3903 zend_class_entry *ce = *va_arg(args, zend_class_entry**); local 3924 zend_class_entry *ce = *va_arg(args, zend_class_entry**); local 3954 zend_class_entry *ce; local 3985 zend_class_entry *ce; local 4009 zend_class_entry *ce; local 4026 zend_class_entry *ce; local 4049 zend_class_entry *ce; local 4064 zend_class_entry *ce; local 4089 zend_class_entry *ce; local 4154 zend_class_entry *ce; local 4170 zend_class_entry *ce; local 4188 zend_class_entry *ce; local 4259 zend_class_entry *ce; local 4278 zend_class_entry *ce; local 4357 zend_class_entry *ce; local 4385 zend_class_entry *ce; local 4407 zend_class_entry *ce; local 4431 zend_class_entry *ce; local 4452 zend_class_entry *ce; local 4483 zend_class_entry *ce; local 4503 zend_class_entry *ce, **pce, *class_ce; local 4548 zend_class_entry *ce, *interface_ce, **pce; local 4598 zend_class_entry *ce; local 4616 zend_class_entry *ce; local 4636 zend_class_entry *ce; local 4757 zend_class_entry *ce; local 5069 zend_class_entry *tmp_ce, *ce; local [all...] |
| /PHP_5_4/ext/simplexml/ |
| H A D | php_simplexml_exports.h | 42 PHP_SXE_API zend_object_value sxe_object_new(zend_class_entry *ce TSRMLS_DC);
|
| /PHP_5_4/ext/spl/ |
| H A D | spl_functions.c | 33 zend_class_entry ce; local 35 INIT_CLASS_ENTRY_EX(ce, class_name, strlen(class_name), functions); 36 *ppce = zend_register_internal_interface(&ce TSRMLS_CC); 43 zend_class_entry ce; local 45 INIT_CLASS_ENTRY_EX(ce, class_name, strlen(class_name), function_list); 46 *ppce = zend_register_internal_class(&ce TSRMLS_CC); 58 zend_class_entry ce; local 60 INIT_CLASS_ENTRY_EX(ce, class_name, strlen(class_name), function_list); 61 *ppce = zend_register_internal_class_ex(&ce, parent_ce, NULL TSRMLS_CC); 136 char * spl_gen_private_prop_name(zend_class_entry *ce, cha argument [all...] |
| /PHP_5_4/ext/xsl/ |
| H A D | php_xsl.h | 79 #define REGISTER_XSL_CLASS(ce, name, parent_ce, funcs, entry) \ 80 INIT_CLASS_ENTRY(ce, name, funcs); \ 81 ce.create_object = xsl_objects_new; \ 82 entry = zend_register_internal_class_ex(&ce, parent_ce, NULL TSRMLS_CC);
|