Home
last modified time | relevance | path

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

123

/PHP-7.1/ext/standard/
H A Dphp_incomplete_class.h31 if (Z_OBJCE_P(struc) == BG(incomplete_class)) { \
38 class_name = zend_string_copy(Z_OBJCE_P(struc)->name); \
H A Dtype.c250 zend_class_entry *ce = Z_OBJCE_P(arg); in php_is_type()
H A Dvar.c530 smart_str_append(buf, Z_OBJCE_P(struc)->name); in php_var_export_ex()
863 zend_class_entry *ce = Z_OBJCE_P(struc); in php_var_serialize_intern()
872 smart_str_append_unsigned(buf, ZSTR_LEN(Z_OBJCE_P(struc)->name)); in php_var_serialize_intern()
874 smart_str_append(buf, Z_OBJCE_P(struc)->name); in php_var_serialize_intern()
/PHP-7.1/Zend/
H A Dzend_closures.c82 !instanceof_function(Z_OBJCE_P(newthis), func->common.scope)) { in zend_valid_closure_binding()
87 ZSTR_VAL(Z_OBJCE_P(newthis)->name)); in zend_valid_closure_binding()
134 if (!zend_valid_closure_binding(closure, newthis, Z_OBJCE_P(newthis))) { in ZEND_METHOD()
148 fci_cache.called_scope = Z_OBJCE_P(newthis); in ZEND_METHOD()
152 …zend_create_closure(&new_closure, fci_cache.function_handler, Z_OBJCE_P(newthis), closure->called_… in ZEND_METHOD()
158 my_function.common.scope = Z_OBJCE_P(newthis); in ZEND_METHOD()
162 if (ZEND_USER_CODE(my_function.type) && closure->func.common.scope != Z_OBJCE_P(newthis)) { in ZEND_METHOD()
178 } else if (ZEND_USER_CODE(my_function.type) && closure->func.common.scope != Z_OBJCE_P(newthis)) { in ZEND_METHOD()
200 ce = Z_OBJCE_P(scope_arg); in ZEND_METHOD()
223 called_scope = Z_OBJCE_P(newthis); in ZEND_METHOD()
[all …]
H A Dzend_interfaces.c67 obj_ce = object ? Z_OBJCE_P(object) : NULL; in zend_call_method()
86 fcic.called_scope = Z_OBJCE_P(object); in zend_call_method()
104 obj_ce = object ? Z_OBJCE_P(object) : NULL; in zend_call_method()
269 iterator->ce = Z_OBJCE_P(object); in zend_user_it_get_iterator()
287 …ble or implement interface Iterator", ce ? ZSTR_VAL(ce->name) : ZSTR_VAL(Z_OBJCE_P(object)->name)); in zend_user_it_get_new_iterator()
409 zend_class_entry * ce = Z_OBJCE_P(object); in zend_user_serialize()
468 zend_class_entry *ce = Z_OBJCE_P(object); in zend_class_serialize_deny()
H A Dzend_exceptions.c64 …return instanceof_function(Z_OBJCE_P(object), zend_ce_exception) ? zend_ce_exception : zend_ce_err… in i_get_exception_base()
157 if (exception && Z_OBJCE_P(exception) == zend_ce_parse_error) { in zend_throw_exception_internal()
326 !instanceof_function(Z_OBJCE_P(pvalue), zend_ce_throwable) || in ZEND_METHOD()
696 …while (exception && Z_TYPE_P(exception) == IS_OBJECT && instanceof_function(Z_OBJCE_P(exception), … in ZEND_METHOD()
717 …if ((Z_OBJCE_P(exception) == zend_ce_type_error || Z_OBJCE_P(exception) == zend_ce_argument_count_… in ZEND_METHOD()
726 ZSTR_VAL(Z_OBJCE_P(exception)->name), ZSTR_VAL(message), ZSTR_VAL(file), line, in ZEND_METHOD()
732 ZSTR_VAL(Z_OBJCE_P(exception)->name), ZSTR_VAL(file), line, in ZEND_METHOD()
752 …T && (base_ce = i_get_exception_base(exception)) && instanceof_function(Z_OBJCE_P(exception), base… in ZEND_METHOD()
1063 exception_ce = Z_OBJCE_P(exception); in zend_throw_exception_object()
H A Dzend_object_handlers.c153 zend_class_entry *ce = Z_OBJCE_P(object); in zend_std_get_debug_info()
193 zend_class_entry *ce = Z_OBJCE_P(object); in zend_std_call_getter()
213 zend_class_entry *ce = Z_OBJCE_P(object); in zend_std_call_setter()
240 zend_class_entry *ce = Z_OBJCE_P(object); in zend_std_call_unsetter()
261 zend_class_entry *ce = Z_OBJCE_P(object); in zend_std_call_issetter()
790 zend_class_entry *ce = Z_OBJCE_P(object); in zend_std_read_dimension()
840 zend_class_entry *ce = Z_OBJCE_P(object); in zend_std_write_dimension()
1656 ce = Z_OBJCE_P(readobj); in zend_std_cast_object_tostring()
1695 ce = Z_OBJCE_P(readobj); in zend_std_cast_object_tostring()
1703 ce = Z_OBJCE_P(readobj); in zend_std_cast_object_tostring()
[all …]
/PHP-7.1/ext/intl/common/
H A Dcommon_date.cpp152 "initialized", func, ZSTR_VAL(Z_OBJCE_P(z)->name));
211 if (instanceof_function(Z_OBJCE_P(z), php_date_get_interface_ce())) {
213 } else if (instanceof_function(Z_OBJCE_P(z), Calendar_ce_ptr)) {
/PHP-7.1/ext/spl/
H A Dspl_observer.c1036 …zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_rewind, "rewin… in SPL_METHOD()
1059 …zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_next, "next", … in SPL_METHOD()
1089 …zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_valid, "valid"… in SPL_METHOD()
1125 …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()
1136 …zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_current, "curr… in spl_multiple_iterator_get_all()
1138 …zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_key, "key", &r… in spl_multiple_iterator_get_all()
H A Dspl_iterators.c498 if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate)) { in spl_recursive_it_it_construct()
499 …zend_call_method_with_0_params(iterator, Z_OBJCE_P(iterator), &Z_OBJCE_P(iterator)->iterator_funcs… in spl_recursive_it_it_construct()
526 if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate)) { in spl_recursive_it_it_construct()
527 …zend_call_method_with_0_params(iterator, Z_OBJCE_P(iterator), &Z_OBJCE_P(iterator)->iterator_funcs… in spl_recursive_it_it_construct()
554 intern->ce = Z_OBJCE_P(object); in spl_recursive_it_it_construct()
1508 ce = Z_OBJCE_P(zobject); in spl_dual_it_construct()
1531 ce = Z_OBJCE_P(zobject); in spl_dual_it_construct()
1951 spl_instantiate_arg_ex1(Z_OBJCE_P(getThis()), return_value, &retval); in SPL_METHOD()
2263 spl_instantiate_arg_n(Z_OBJCE_P(getThis()), return_value, 5, args); in SPL_METHOD()
3330 intern->inner.ce = Z_OBJCE_P(it); in spl_append_it_next_iterator()
[all …]
H A Dspl_array.c420 …zend_call_method_with_1_params(object, Z_OBJCE_P(object), &intern->fptr_offset_get, "offsetGet", r… in spl_array_read_dimension_ex()
466 …zend_call_method_with_2_params(object, Z_OBJCE_P(object), &intern->fptr_offset_set, "offsetSet", N… in spl_array_write_dimension_ex()
537 …zend_call_method_with_1_params(object, Z_OBJCE_P(object), &intern->fptr_offset_del, "offsetUnset",… in spl_array_unset_dimension_ex()
622 …zend_call_method_with_1_params(object, Z_OBJCE_P(object), &intern->fptr_offset_has, "offsetExists"… in spl_array_has_dimension_ex()
773 …not append properties to objects, use %s::offsetSet() instead", ZSTR_VAL(Z_OBJCE_P(object)->name)); in spl_array_iterator_append()
1147 ZSTR_VAL(Z_OBJCE_P(array)->name), ZSTR_VAL(intern->std.ce->name)); in spl_array_set_array()
1683 if (instanceof_function(Z_OBJCE_P(entry), Z_OBJCE_P(getThis()))) { in SPL_METHOD()
1691 spl_instantiate_arg_ex2(Z_OBJCE_P(getThis()), return_value, entry, &flags); in SPL_METHOD()
/PHP-7.1/ext/intl/dateformat/
H A Ddateformat_helpers.cpp72 instanceof_function_ex(Z_OBJCE_P(calendar_zv), in datefmt_process_calendar_arg()
H A Ddateformat_class.c88 new_obj = IntlDateFormatter_ce_ptr->create_object(Z_OBJCE_P(object)); in IntlDateFormatter_object_clone()
H A Ddateformat_format_object.cpp153 zend_class_entry *instance_ce = Z_OBJCE_P(object); in PHP_FUNCTION()
/PHP-7.1/ext/intl/spoofchecker/
H A Dspoofchecker_class.c111 new_obj_val = Spoofchecker_ce_ptr->create_object(Z_OBJCE_P(object)); in spoofchecker_clone_obj()
/PHP-7.1/ext/intl/msgformat/
H A Dmsgformat_class.c70 new_obj = MessageFormatter_ce_ptr->create_object(Z_OBJCE_P(object)); in MessageFormatter_object_clone()
/PHP-7.1/ext/intl/timezone/
H A Dtimezone_class.cpp146 instanceof_function(Z_OBJCE_P(zv_timezone), TimeZone_ce_ptr)) { in timezone_process_timezone_argument()
169 instanceof_function(Z_OBJCE_P(zv_timezone), php_date_get_timezone_ce())) { in timezone_process_timezone_argument()
232 ret_val = TimeZone_ce_ptr->create_object(Z_OBJCE_P(object)); in TimeZone_clone_obj()
/PHP-7.1/ext/pdo_mysql/
H A Dpdo_mysql.c67 if (Z_TYPE_P(zv) == IS_OBJECT && instanceof_function(Z_OBJCE_P(zv), php_pdo_get_dbh_ce())) { in ZEND_GET_MODULE()
/PHP-7.1/ext/intl/formatter/
H A Dformatter_class.c70 new_obj = NumberFormatter_ce_ptr->create_object(Z_OBJCE_P(object)); in NumberFormatter_object_clone()
/PHP-7.1/ext/json/
H A Djson_encoder.c477 zend_class_entry *ce = Z_OBJCE_P(val); in php_json_encode_serializable_object()
571 if (instanceof_function(Z_OBJCE_P(val), php_json_serializable_ce)) { in php_json_encode_zval()
/PHP-7.1/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h59 zend_class_entry *ce = Z_OBJCE_P(zv); in php_com_is_valid_object()
/PHP-7.1/ext/mysqli/
H A Dmysqli_nonapi.c95 if (object && instanceof_function(Z_OBJCE_P(object), mysqli_link_class_entry)) {
287 if (!object || !instanceof_function(Z_OBJCE_P(object), mysqli_link_class_entry)) {
655 !instanceof_function(Z_OBJCE_P(elem), mysqli_link_class_entry)) {
690 !instanceof_function(Z_OBJCE_P(elem), mysqli_link_class_entry)) {
H A Dmysqli_warning.c305 if (!getThis() || !instanceof_function(Z_OBJCE_P(getThis()), mysqli_warning_class_entry)) {
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c2441 ce = Z_OBJCE_P(classref); in ZEND_METHOD()
2473 ce = Z_OBJCE_P(reference); in ZEND_METHOD()
3145 ce = Z_OBJCE_P(classname); in ZEND_METHOD()
3228 if (Z_OBJCE_P(obj) == zend_ce_closure && in ZEND_METHOD()
3269 ZSTR_VAL(Z_OBJCE_P(getThis())->name)); in reflection_method_invoke()
3310 obj_ce = Z_OBJCE_P(object); in reflection_method_invoke()
3698 ce = Z_OBJCE_P(classname); in ZEND_METHOD()
3894 intern->ptr = Z_OBJCE_P(argument); in reflection_class_object_ctor()
4891 fcc.called_scope = Z_OBJCE_P(return_value); in ZEND_METHOD()
4993 fcc.called_scope = Z_OBJCE_P(return_value); in ZEND_METHOD()
[all …]
/PHP-7.1/ext/intl/transliterator/
H A Dtransliterator_class.c143 ret_val = Transliterator_ce_ptr->create_object( Z_OBJCE_P( object ) ); in Transliterator_clone_obj()

Completed in 113 milliseconds

123