Home
last modified time | relevance | path

Searched refs:Z_OBJCE_P (Results 1 – 25 of 64) sorted by relevance

123

/PHP-5.5/ext/com_dotnet/
H A Dcom_wrapper.c95 trace(" PHP Object:%p (name:%s) %s\n", disp->object, Z_OBJCE_P(disp->object)->name, methname); \
290 …retval = zend_read_property(Z_OBJCE_P(disp->object), disp->object, Z_STRVAL_PP(name), Z_STRLEN_PP(… in disp_invokeex()
292 …zend_update_property(Z_OBJCE_P(disp->object), disp->object, Z_STRVAL_PP(name), Z_STRLEN_PP(name)+1… in disp_invokeex()
499 if (Z_OBJCE_P(disp->object)) { in generate_dispids()
500 zend_hash_internal_pointer_reset_ex(&Z_OBJCE_P(disp->object)->function_table, &pos); in generate_dispids()
502 zend_hash_get_current_key_ex(&Z_OBJCE_P(disp->object)->function_table, in generate_dispids()
535 trace("constructing a COM wrapper for PHP object %p (%s)\n", object, Z_OBJCE_P(object)->name); in disp_constructor()
562 …trace("destroying COM wrapper for PHP object %p (name:%s)\n", disp->object, Z_OBJCE_P(disp->object… in disp_destructor()
H A Dphp_com_dotnet_internal.h56 zend_class_entry *ce = Z_OBJCE_P(zv); in php_com_is_valid_object()
/PHP-5.5/ext/standard/
H A Dphp_incomplete_class.h32 Z_OBJCE_P(struc) == BG(incomplete_class)) { \
H A Dvar.c771 ce = Z_OBJCE_P(struc); in php_var_serialize_intern()
781 smart_str_append_long(buf, (int)Z_OBJCE_P(struc)->name_length); in php_var_serialize_intern()
783 smart_str_appendl(buf, Z_OBJCE_P(struc)->name, Z_OBJCE_P(struc)->name_length); in php_var_serialize_intern()
/PHP-5.5/ext/spl/
H A Dspl_observer.c1092 …zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_rewind, "rewi… in SPL_METHOD()
1115 …zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_next, "next",… in SPL_METHOD()
1145 …zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_valid, "valid… in SPL_METHOD()
1181 …zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_valid, "valid… in spl_multiple_iterator_get_all()
1192 …zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_current, "cur… in spl_multiple_iterator_get_all()
1194 …zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_key, "key… in spl_multiple_iterator_get_all()
H A Dspl_iterators.c319 ce = child && Z_TYPE_P(child) == IS_OBJECT ? Z_OBJCE_P(child) : NULL; in spl_recursive_it_move_forward_ex()
464 if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate TSRMLS_CC)) { in spl_recursive_it_it_construct()
466 …zend_call_method_with_0_params(&aggregate, Z_OBJCE_P(aggregate), &Z_OBJCE_P(aggregate)->iterator_f… in spl_recursive_it_it_construct()
494 if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate TSRMLS_CC)) { in spl_recursive_it_it_construct()
496 …zend_call_method_with_0_params(&aggregate, Z_OBJCE_P(aggregate), &Z_OBJCE_P(aggregate)->iterator_f… in spl_recursive_it_it_construct()
521 intern->ce = Z_OBJCE_P(object); in spl_recursive_it_it_construct()
1435 ce = Z_OBJCE_P(zobject); in spl_dual_it_construct()
1463 ce = Z_OBJCE_P(zobject); in spl_dual_it_construct()
1538 intern->inner.ce = dit_type == DIT_IteratorIterator ? ce : Z_OBJCE_P(zobject); in spl_dual_it_construct()
2227 spl_instantiate_arg_n(Z_OBJCE_P(getThis()), &return_value, 5, args TSRMLS_CC); in SPL_METHOD()
[all …]
H A Dspl_array.c389 …zend_call_method_with_1_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_get, "offsetGet", … in spl_array_read_dimension_ex()
443 …zend_call_method_with_2_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_set, "offsetSet", … in spl_array_write_dimension_ex()
513 …zend_call_method_with_1_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_del, "offsetUnset"… in spl_array_unset_dimension_ex()
600 …zend_call_method_with_1_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_has, "offsetExists… in spl_array_has_dimension_ex()
732 …RROR, "Cannot append properties to objects, use %s::offsetSet() instead", Z_OBJCE_P(object)->name); in spl_array_iterator_append()
1665 if (instanceof_function(Z_OBJCE_PP(entry), Z_OBJCE_P(getThis()) TSRMLS_CC)) { in SPL_METHOD()
1672 spl_instantiate_arg_ex2(Z_OBJCE_P(getThis()), &return_value, 0, *entry, flags TSRMLS_CC); in SPL_METHOD()
/PHP-5.5/Zend/
H A Dzend_exceptions.c44 …if (Z_TYPE_P(add_previous) != IS_OBJECT || !instanceof_function(Z_OBJCE_P(add_previous), default_e… in zend_exception_set_previous()
678 …while (exception && Z_TYPE_P(exception) == IS_OBJECT && instanceof_function(Z_OBJCE_P(exception), … in ZEND_METHOD()
690 fci.function_table = &Z_OBJCE_P(exception)->function_table; in ZEND_METHOD()
708 Z_OBJCE_P(exception)->name, Z_STRVAL(message), Z_STRVAL(file), Z_LVAL(line), in ZEND_METHOD()
713 Z_OBJCE_P(exception)->name, Z_STRVAL(file), Z_LVAL(line), in ZEND_METHOD()
887 zend_class_entry *ce_exception = Z_OBJCE_P(exception); in zend_exception_error()
916 …0, "Uncaught %s in exception handling during call to %s::__tostring()", Z_OBJCE_P(EG(exception))->… in zend_exception_error()
942 exception_ce = Z_OBJCE_P(exception); in zend_throw_exception_object()
H A Dzend_interfaces.c263 iterator->ce = Z_OBJCE_P(object); in zend_user_it_get_iterator()
275 zend_class_entry *ce_it = iterator && Z_TYPE_P(iterator) == IS_OBJECT ? Z_OBJCE_P(iterator) : NULL; in zend_user_it_get_new_iterator()
279 …r() must be traversable or implement interface Iterator", ce ? ce->name : Z_OBJCE_P(object)->name); in zend_user_it_get_new_iterator()
402 zend_class_entry * ce = Z_OBJCE_P(object); in zend_user_serialize()
460 zend_class_entry *ce = Z_OBJCE_P(object); in zend_class_serialize_deny()
H A Dzend_object_handlers.c148 zend_class_entry *ce = Z_OBJCE_P(object); in zend_std_call_getter()
174 zend_class_entry *ce = Z_OBJCE_P(object); in zend_std_call_setter()
202 zend_class_entry *ce = Z_OBJCE_P(object); in zend_std_call_unsetter()
219 zend_class_entry *ce = Z_OBJCE_P(object); in zend_std_call_issetter()
636 zend_class_entry *ce = Z_OBJCE_P(object); in zend_std_read_dimension()
670 zend_class_entry *ce = Z_OBJCE_P(object); in zend_std_write_dimension()
688 zend_class_entry *ce = Z_OBJCE_P(object); in zend_std_has_dimension()
1534 ce = Z_OBJCE_P(readobj); in zend_std_cast_object_tostring()
1572 ce = Z_OBJCE_P(readobj); in zend_std_cast_object_tostring()
1581 ce = Z_OBJCE_P(readobj); in zend_std_cast_object_tostring()
[all …]
H A Dzend_closures.c99 ce = Z_OBJCE_P(scope_arg); in ZEND_METHOD()
309 *ce_ptr = Z_OBJCE_P(closure->this_ptr); in zend_closure_get_closure()
478 !instanceof_function(Z_OBJCE_P(this_ptr), closure->func.common.scope TSRMLS_CC)) { in zend_create_closure()
479 …ect of class %s", func->common.scope->name, func->common.function_name, Z_OBJCE_P(this_ptr)->name); in zend_create_closure()
H A Dzend_API.c251 zend_class_entry *ce = Z_OBJCE_P(object); in zend_get_object_classname()
955 if (ce && !instanceof_function(Z_OBJCE_P(this_ptr), ce TSRMLS_CC)) { in zend_parse_method_parameters()
992 if (ce && !instanceof_function(Z_OBJCE_P(this_ptr), ce TSRMLS_CC)) { in zend_parse_method_parameters_ex()
1043 EG(scope) = Z_OBJCE_P(obj); in zend_merge_properties()
2726 instanceof_function(Z_OBJCE_P(EG(This)), scope TSRMLS_CC) && in zend_is_callable_check_class()
2729 fcc->called_scope = Z_OBJCE_P(fcc->object_ptr); in zend_is_callable_check_class()
2731 fcc->called_scope = fcc->object_ptr ? Z_OBJCE_P(fcc->object_ptr) : fcc->calling_scope; in zend_is_callable_check_class()
2910 instanceof_function(Z_OBJCE_P(EG(This)), fcc->calling_scope TSRMLS_CC)) { in zend_is_callable_check_func()
2995 fcc->called_scope = Z_OBJCE_P(fcc->object_ptr); in zend_is_callable_check_func()
3043 fcc->calling_scope = Z_OBJCE_P(object_ptr); in zend_is_callable_ex()
[all …]
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_helpers.cpp72 instanceof_function_ex(Z_OBJCE_P(calendar_zv), in datefmt_process_calendar_arg()
H A Ddateformat_format_object.cpp138 zend_class_entry *instance_ce = Z_OBJCE_P(object); in PHP_FUNCTION()
H A Ddateformat_class.c97 new_obj_val = IntlDateFormatter_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); in IntlDateFormatter_object_clone()
/PHP-5.5/ext/intl/common/
H A Dcommon_date.cpp210 if (instanceof_function(Z_OBJCE_P(z), php_date_get_date_ce() TSRMLS_CC)) {
212 } else if (instanceof_function(Z_OBJCE_P(z), Calendar_ce_ptr TSRMLS_CC)) {
/PHP-5.5/ext/intl/spoofchecker/
H A Dspoofchecker_class.c130 new_obj_val = Spoofchecker_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); in spoofchecker_clone_obj()
/PHP-5.5/ext/pdo_mysql/
H A Dpdo_mysql.c64 …if (Z_TYPE_P(zv) == IS_OBJECT && instanceof_function(Z_OBJCE_P(zv), php_pdo_get_dbh_ce() TSRMLS_CC… in ZEND_DECLARE_MODULE_GLOBALS()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_class.c87 new_obj_val = MessageFormatter_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); in MessageFormatter_object_clone()
/PHP-5.5/ext/intl/formatter/
H A Dformatter_class.c89 new_obj_val = NumberFormatter_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); in NumberFormatter_object_clone()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1410 fcc.called_scope = Z_OBJCE_P(reflector_ptr); in _reflection_export()
2228 ce = Z_OBJCE_P(reference); in ZEND_METHOD()
2719 ce = Z_OBJCE_P(classname); in ZEND_METHOD()
2847 Z_OBJCE_P(getThis())->name); in ZEND_METHOD()
2956 Z_OBJCE_P(getThis())->name); in ZEND_METHOD()
2985 obj_ce = Z_OBJCE_P(object); in ZEND_METHOD()
3314 ZVAL_STRINGL(classname, Z_OBJCE_P(argument)->name, Z_OBJCE_P(argument)->name_length, 1); in reflection_class_object_ctor()
3316 intern->ptr = Z_OBJCE_P(argument); in reflection_class_object_ctor()
4243 fcc.called_scope = Z_OBJCE_P(return_value); in ZEND_METHOD()
4348 fcc.called_scope = Z_OBJCE_P(return_value); in ZEND_METHOD()
[all …]
/PHP-5.5/ext/soap/
H A Dsoap.c110 !instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) {\
922 fci.function_table = &Z_OBJCE_P(getThis())->function_table; in PHP_METHOD()
1359 ft = &(Z_OBJCE_P(service->soap_object)->function_table); in PHP_METHOD()
1669 function_table = &((Z_OBJCE_P(soap_obj))->function_table);
1769 function_table = &((Z_OBJCE_P(soap_obj))->function_table);
1892 instanceof_function(Z_OBJCE_P(retval), soap_fault_class_entry TSRMLS_CC)) {
2319 instanceof_function(Z_OBJCE_P(fault), soap_fault_class_entry TSRMLS_CC)) {
2808 instanceof_function(Z_OBJCE_P(return_value), soap_fault_class_entry TSRMLS_CC) &&
3890 instanceof_function(Z_OBJCE_P(ret), soap_fault_class_entry TSRMLS_CC)) {
3909 instanceof_function(Z_OBJCE_P(hdr_ret), soap_header_class_entry TSRMLS_CC)) {
[all …]
/PHP-5.5/ext/mysqli/
H A Dphp_mysqli_structs.h246 if (!object || !instanceof_function(Z_OBJCE_P(object), mysqli_link_class_entry TSRMLS_CC)) {\
H A Dmysqli_warning.c321 …if (!getThis() || !instanceof_function(Z_OBJCE_P(getThis()), mysqli_warning_class_entry TSRMLS_CC)…
/PHP-5.5/ext/json/
H A Djson.c557 zend_class_entry *ce = Z_OBJCE_P(val); in json_encode_serializable_object()
643 if (instanceof_function(Z_OBJCE_P(val), php_json_serializable_ce TSRMLS_CC)) { in php_json_encode()

Completed in 128 milliseconds

123