Home
last modified time | relevance | path

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

123

/PHP-5.3/ext/com_dotnet/
H A Dcom_wrapper.c101 trace(" PHP Object:%p (name:%s) %s\n", disp->object, Z_OBJCE_P(disp->object)->name, methname); \
296 …retval = zend_read_property(Z_OBJCE_P(disp->object), disp->object, Z_STRVAL_PP(name), Z_STRLEN_PP(… in disp_invokeex()
298 …zend_update_property(Z_OBJCE_P(disp->object), disp->object, Z_STRVAL_PP(name), Z_STRLEN_PP(name)+1… in disp_invokeex()
505 if (Z_OBJCE_P(disp->object)) { in generate_dispids()
506 zend_hash_internal_pointer_reset_ex(&Z_OBJCE_P(disp->object)->function_table, &pos); in generate_dispids()
508 zend_hash_get_current_key_ex(&Z_OBJCE_P(disp->object)->function_table, in generate_dispids()
541 trace("constructing a COM wrapper for PHP object %p (%s)\n", object, Z_OBJCE_P(object)->name); in disp_constructor()
570 …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.h59 zend_class_entry *ce = Z_OBJCE_P(zv); in php_com_is_valid_object()
/PHP-5.3/ext/standard/
H A Dphp_incomplete_class.h32 Z_OBJCE_P(struc) == BG(incomplete_class)) { \
H A Dvar.c756 ce = Z_OBJCE_P(struc); in php_var_serialize_intern()
766 smart_str_append_long(buf, (int)Z_OBJCE_P(struc)->name_length); in php_var_serialize_intern()
768 smart_str_appendl(buf, Z_OBJCE_P(struc)->name, Z_OBJCE_P(struc)->name_length); in php_var_serialize_intern()
/PHP-5.3/Zend/
H A Dzend_object_handlers.c72 zend_class_entry *ce = Z_OBJCE_P(object); in zend_std_call_getter()
98 zend_class_entry *ce = Z_OBJCE_P(object); in zend_std_call_setter()
126 zend_class_entry *ce = Z_OBJCE_P(object); in zend_std_call_unsetter()
143 zend_class_entry *ce = Z_OBJCE_P(object); in zend_std_call_issetter()
510 zend_class_entry *ce = Z_OBJCE_P(object); in zend_std_read_dimension()
544 zend_class_entry *ce = Z_OBJCE_P(object); in zend_std_write_dimension()
562 zend_class_entry *ce = Z_OBJCE_P(object); in zend_std_has_dimension()
1280 ce = Z_OBJCE_P(readobj); in zend_std_cast_object_tostring()
1318 ce = Z_OBJCE_P(readobj); in zend_std_cast_object_tostring()
1327 ce = Z_OBJCE_P(readobj); in zend_std_cast_object_tostring()
[all …]
H A Dzend_exceptions.c43 …if (Z_TYPE_P(add_previous) != IS_OBJECT && !instanceof_function(Z_OBJCE_P(add_previous), default_e… in zend_exception_set_previous()
590 fci.function_table = &Z_OBJCE_P(exception)->function_table; in ZEND_METHOD()
608 Z_OBJCE_P(exception)->name, Z_STRVAL(message), Z_STRVAL(file), Z_LVAL(line), in ZEND_METHOD()
613 Z_OBJCE_P(exception)->name, Z_STRVAL(file), Z_LVAL(line), in ZEND_METHOD()
785 zend_class_entry *ce_exception = Z_OBJCE_P(exception); in zend_exception_error()
814 …0, "Uncaught %s in exception handling during call to %s::__tostring()", Z_OBJCE_P(EG(exception))->… in zend_exception_error()
840 exception_ce = Z_OBJCE_P(exception); in zend_throw_exception_object()
H A Dzend_interfaces.c289 iterator->ce = Z_OBJCE_P(object); in zend_user_it_get_iterator()
301 zend_class_entry *ce_it = iterator && Z_TYPE_P(iterator) == IS_OBJECT ? Z_OBJCE_P(iterator) : NULL; in zend_user_it_get_new_iterator()
305 …r() must be traversable or implement interface Iterator", ce ? ce->name : Z_OBJCE_P(object)->name); in zend_user_it_get_new_iterator()
428 zend_class_entry * ce = Z_OBJCE_P(object); in zend_user_serialize()
486 zend_class_entry *ce = Z_OBJCE_P(object); in zend_class_serialize_deny()
H A Dzend_API.c243 zend_class_entry *ce = Z_OBJCE_P(object); in zend_get_object_classname()
905 if (ce && !instanceof_function(Z_OBJCE_P(this_ptr), ce TSRMLS_CC)) { in zend_parse_method_parameters()
942 if (ce && !instanceof_function(Z_OBJCE_P(this_ptr), ce TSRMLS_CC)) { in zend_parse_method_parameters_ex()
993 EG(scope) = Z_OBJCE_P(obj); in zend_merge_properties()
2412 instanceof_function(Z_OBJCE_P(EG(This)), scope TSRMLS_CC) && in zend_is_callable_check_class()
2415 fcc->called_scope = Z_OBJCE_P(fcc->object_ptr); in zend_is_callable_check_class()
2417 fcc->called_scope = fcc->object_ptr ? Z_OBJCE_P(fcc->object_ptr) : fcc->calling_scope; in zend_is_callable_check_class()
2597 instanceof_function(Z_OBJCE_P(EG(This)), fcc->calling_scope TSRMLS_CC)) { in zend_is_callable_check_func()
2682 fcc->called_scope = Z_OBJCE_P(fcc->object_ptr); in zend_is_callable_check_func()
2730 fcc->calling_scope = Z_OBJCE_P(object_ptr); in zend_is_callable_ex()
[all …]
H A Dzend_operators.c305 "Object of class %s could not be converted to %s", Z_OBJCE_P(op)->name, \
378 zend_error(E_NOTICE, "Object of class %s could not be converted to int", Z_OBJCE_P(op)->name); in convert_to_long_base()
438 … zend_error(E_NOTICE, "Object of class %s could not be converted to double", Z_OBJCE_P(op)->name); in convert_to_double()
597 zend_error(E_NOTICE, "Object of class %s to string conversion", Z_OBJCE_P(op)->name); in _convert_to_string()
650 if (Z_OBJCE_P(op) == zend_ce_closure) { in convert_to_array()
H A Dzend_execute.c499 if (!ce || !instanceof_function(Z_OBJCE_P(arg), ce TSRMLS_CC)) { in zend_verify_arg_type()
500 …_error(zf, arg_num, cur_arg_info, need_msg, class_name, "instance of ", Z_OBJCE_P(arg)->name TSRML… in zend_verify_arg_type()
998 zend_class_entry *ce = Z_OBJCE_P(container); in zend_fetch_dimension_address()
H A Dzend_objects_API.c255 …zend_error(E_CORE_ERROR, "Trying to clone uncloneable object of class %s", Z_OBJCE_P(zobject)->nam… in zend_objects_store_clone_obj()
/PHP-5.3/ext/spl/
H A Dspl_observer.c988 …zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_rewind, "rewi… in SPL_METHOD()
1011 …zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_next, "next",… in SPL_METHOD()
1041 …zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_valid, "valid… in SPL_METHOD()
1077 …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()
1088 …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()
1090 …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.c316 ce = child && Z_TYPE_P(child) == IS_OBJECT ? Z_OBJCE_P(child) : NULL; in spl_recursive_it_move_forward_ex()
461 if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate TSRMLS_CC)) { in spl_recursive_it_it_construct()
463 …zend_call_method_with_0_params(&aggregate, Z_OBJCE_P(aggregate), &Z_OBJCE_P(aggregate)->iterator_f… in spl_recursive_it_it_construct()
491 if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate TSRMLS_CC)) { in spl_recursive_it_it_construct()
493 …zend_call_method_with_0_params(&aggregate, Z_OBJCE_P(aggregate), &Z_OBJCE_P(aggregate)->iterator_f… in spl_recursive_it_it_construct()
518 intern->ce = Z_OBJCE_P(object); in spl_recursive_it_it_construct()
1438 ce = Z_OBJCE_P(zobject); in spl_dual_it_construct()
1466 ce = Z_OBJCE_P(zobject); in spl_dual_it_construct()
1523 intern->inner.ce = dit_type == DIT_IteratorIterator ? ce : Z_OBJCE_P(zobject); in spl_dual_it_construct()
1853 spl_instantiate_arg_ex1(Z_OBJCE_P(getThis()), &return_value, 0, retval TSRMLS_CC); in SPL_METHOD()
[all …]
H A Dspl_array.c395 …zend_call_method_with_1_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_get, "offsetGet", … in spl_array_read_dimension_ex()
449 …zend_call_method_with_2_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_set, "offsetSet", … in spl_array_write_dimension_ex()
519 …zend_call_method_with_1_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_del, "offsetUnset"… in spl_array_unset_dimension_ex()
579 …zend_call_method_with_1_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_has, "offsetExists… in spl_array_has_dimension_ex()
689 …RROR, "Cannot append properties to objects, use %s::offsetSet() instead", Z_OBJCE_P(object)->name); in spl_array_iterator_append()
1647 if (instanceof_function(Z_OBJCE_PP(entry), Z_OBJCE_P(getThis()) TSRMLS_CC)) { in SPL_METHOD()
1654 spl_instantiate_arg_ex2(Z_OBJCE_P(getThis()), &return_value, 0, *entry, flags TSRMLS_CC); in SPL_METHOD()
/PHP-5.3/ext/intl/msgformat/
H A Dmsgformat_class.c86 new_obj_val = MessageFormatter_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); in MessageFormatter_object_clone()
/PHP-5.3/ext/intl/dateformat/
H A Ddateformat_format.c166 if(!instanceof_function(Z_OBJCE_P(zarg), date_ce TSRMLS_CC)) { in PHP_FUNCTION()
H A Ddateformat_class.c94 new_obj_val = IntlDateFormatter_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); in IntlDateFormatter_object_clone()
/PHP-5.3/ext/intl/formatter/
H A Dformatter_class.c88 new_obj_val = NumberFormatter_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); in NumberFormatter_object_clone()
/PHP-5.3/ext/soap/
H A Dsoap.c116 !instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) {\
1029 fci.function_table = &Z_OBJCE_P(getThis())->function_table; in PHP_METHOD()
1475 ft = &(Z_OBJCE_P(service->soap_object)->function_table); in PHP_METHOD()
1787 function_table = &((Z_OBJCE_P(soap_obj))->function_table);
1891 function_table = &((Z_OBJCE_P(soap_obj))->function_table);
2017 instanceof_function(Z_OBJCE_P(retval), soap_fault_class_entry TSRMLS_CC)) {
2501 instanceof_function(Z_OBJCE_P(fault), soap_fault_class_entry TSRMLS_CC)) {
2980 instanceof_function(Z_OBJCE_P(return_value), soap_fault_class_entry TSRMLS_CC) &&
4025 instanceof_function(Z_OBJCE_P(ret), soap_fault_class_entry TSRMLS_CC)) {
4044 instanceof_function(Z_OBJCE_P(hdr_ret), soap_header_class_entry TSRMLS_CC)) {
[all …]
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c1360 fcc.called_scope = Z_OBJCE_P(reflector_ptr); in _reflection_export()
2076 ce = Z_OBJCE_P(reference); in ZEND_METHOD()
2489 ce = Z_OBJCE_P(classname); in ZEND_METHOD()
2582 Z_OBJCE_P(getThis())->name); in ZEND_METHOD()
2691 Z_OBJCE_P(getThis())->name); in ZEND_METHOD()
2720 obj_ce = Z_OBJCE_P(object); in ZEND_METHOD()
3041 ZVAL_STRINGL(classname, Z_OBJCE_P(argument)->name, Z_OBJCE_P(argument)->name_length, 1); in reflection_class_object_ctor()
3043 intern->ptr = Z_OBJCE_P(argument); in reflection_class_object_ctor()
3932 fcc.called_scope = Z_OBJCE_P(return_value); in ZEND_METHOD()
4012 fcc.called_scope = Z_OBJCE_P(return_value); in ZEND_METHOD()
[all …]
/PHP-5.3/ext/mysqli/
H A Dphp_mysqli_structs.h222 if (!object || !instanceof_function(Z_OBJCE_P(object), mysqli_link_class_entry TSRMLS_CC)) {\
H A Dmysqli_warning.c306 …if (!getThis() || !instanceof_function(Z_OBJCE_P(getThis()), mysqli_warning_class_entry TSRMLS_CC)… in PHP_METHOD()
H A Dmysqli_nonapi.c96 if (object && instanceof_function(Z_OBJCE_P(object), mysqli_link_class_entry TSRMLS_CC)) {
285 if (!object || !instanceof_function(Z_OBJCE_P(object), mysqli_link_class_entry TSRMLS_CC)) {
/PHP-5.3/ext/dom/
H A Ddom_iterators.c172 if (instanceof_function(Z_OBJCE_P(object), dom_nodelist_class_entry TSRMLS_CC)) { in php_dom_iterator_current_key()
/PHP-5.3/ext/xsl/
H A Dxsltprocessor.c331 …if (retval->type == IS_OBJECT && instanceof_function( Z_OBJCE_P(retval), dom_node_class_entry TSRM… in xsl_ext_function_php()
641 curce = Z_OBJCE_P(docp); in PHP_FUNCTION()

Completed in 150 milliseconds

123