Lines Matching refs:ZSTR_VAL

275 		zend_error(E_NOTICE, "Undefined variable: %s", ZSTR_VAL(cv));  in zval_undefined_cv()
604 *part2 = ZSTR_VAL(ZEND_TYPE_CE(type)->name); in zend_format_type()
606 *part2 = ZSTR_VAL(ZEND_TYPE_NAME(type)); in zend_format_type()
619 ZSTR_VAL(prop->ce->name), zend_get_unmangled_property_name(prop->name), in zend_throw_auto_init_in_prop_error()
630 ZSTR_VAL(prop->ce->name), zend_get_unmangled_property_name(prop->name), in zend_throw_auto_init_in_ref_error()
639 ZSTR_VAL(prop->ce->name), in zend_throw_access_uninit_prop_by_ref_error()
666 …zend_error(E_WARNING, "Attempt to increment/decrement property '%s' of non-object", ZSTR_VAL(prope… in make_real_object()
671 zend_error(E_WARNING, "Attempt to modify property '%s' of non-object", ZSTR_VAL(property_name)); in make_real_object()
673 zend_error(E_WARNING, "Attempt to assign property '%s' of non-object", ZSTR_VAL(property_name)); in make_real_object()
717 *fname = ZSTR_VAL(zf->common.function_name); in zend_verify_type_error_common()
720 *fclass = ZSTR_VAL(zf->common.scope->name); in zend_verify_type_error_common()
734 *need_kind = ZSTR_VAL(ce->name); in zend_verify_type_error_common()
739 *need_kind = ZSTR_VAL(ZEND_TYPE_NAME(arg_info->type)); in zend_verify_type_error_common()
771 *given_kind = ZSTR_VAL(Z_OBJCE_P(value)->name); in zend_verify_type_error_common()
805 ZSTR_VAL(ptr->func->op_array.filename), ptr->opline->lineno); in zend_verify_arg_error()
906 ZSTR_VAL(info->ce->name), in zend_verify_property_type_error()
910 …Z_TYPE_P(property) == IS_OBJECT ? ZSTR_VAL(Z_OBJCE_P(property)->name) : zend_get_type_by_const(Z_T… in zend_verify_property_type_error()
913 ZSTR_VAL(info->ce->name), in zend_verify_property_type_error()
917 …Z_TYPE_P(property) == IS_OBJECT ? ZSTR_VAL(Z_OBJCE_P(property)->name) : zend_get_type_by_const(Z_T… in zend_verify_property_type_error()
1149 EX(func)->common.scope ? ZSTR_VAL(EX(func)->common.scope->name) : "", in zend_missing_arg_error()
1151 ZSTR_VAL(EX(func)->common.function_name), in zend_missing_arg_error()
1153 ZSTR_VAL(ptr->func->op_array.filename), in zend_missing_arg_error()
1159 EX(func)->common.scope ? ZSTR_VAL(EX(func)->common.scope->name) : "", in zend_missing_arg_error()
1161 ZSTR_VAL(EX(func)->common.function_name), in zend_missing_arg_error()
1201 const char *fname = ZSTR_VAL(zf->common.function_name); in zend_verify_void_return_error()
1207 fclass = ZSTR_VAL(zf->common.scope->name); in zend_verify_void_return_error()
1540 zend_error(E_NOTICE, "Trying to get property '%s' of non-object", ZSTR_VAL(property_name)); in zend_wrong_property_read()
1547 fbc->common.scope ? ZSTR_VAL(fbc->common.scope->name) : "", in zend_deprecated_function()
1549 ZSTR_VAL(fbc->common.function_name)); in zend_deprecated_function()
1555 ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name)); in zend_abstract_method()
1591 c = (zend_uchar)ZSTR_VAL(tmp)[0]; in zend_assign_to_string_offset()
1654 ZSTR_VAL(error_prop->ce->name), in zend_throw_incdec_ref_error()
1661 ZSTR_VAL(error_prop->ce->name), in zend_throw_incdec_ref_error()
1673 ZSTR_VAL(prop->ce->name), in zend_throw_incdec_prop_error()
1679 ZSTR_VAL(prop->ce->name), in zend_throw_incdec_prop_error()
1977 zend_error(E_NOTICE, "Undefined index: %s", ZSTR_VAL(offset)); in zend_undefined_index()
2020 zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(ce->name), ZSTR_VAL(method)); in zend_undefined_method()
2033 ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name)); in zend_non_static_method_call()
2038 ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name)); in zend_non_static_method_call()
2046 func->common.scope ? ZSTR_VAL(func->common.scope->name) : "", in zend_param_must_be_ref()
2048 ZSTR_VAL(func->common.function_name)); in zend_param_must_be_ref()
2319 …zend_error(E_NOTICE, "Indirect modification of overloaded element of %s has no effect", ZSTR_VAL(c… in zend_fetch_dimension_address()
2328 …r(E_NOTICE, "Indirect modification of overloaded element of %s has no effect", ZSTR_VAL(ce->name)); in zend_fetch_dimension_address()
3088 ZSTR_VAL(property_info->ce->name), in zend_fetch_static_property_address()
3115 Z_TYPE_P(zv) == IS_OBJECT ? ZSTR_VAL(Z_OBJCE_P(zv)->name) : zend_get_type_by_const(Z_TYPE_P(zv)), in zend_throw_ref_type_error_type()
3116 ZSTR_VAL(prop1->ce->name), in zend_throw_ref_type_error_type()
3119 ZSTR_VAL(prop2->ce->name), in zend_throw_ref_type_error_type()
3129 Z_TYPE_P(zv) == IS_OBJECT ? ZSTR_VAL(Z_OBJCE_P(zv)->name) : zend_get_type_by_const(Z_TYPE_P(zv)), in zend_throw_ref_type_error_zval()
3130 ZSTR_VAL(prop->ce->name), in zend_throw_ref_type_error_zval()
3141 Z_TYPE_P(zv) == IS_OBJECT ? ZSTR_VAL(Z_OBJCE_P(zv)->name) : zend_get_type_by_const(Z_TYPE_P(zv)), in zend_throw_conflicting_coercion_error()
3142 ZSTR_VAL(prop1->ce->name), in zend_throw_conflicting_coercion_error()
3145 ZSTR_VAL(prop2->ce->name), in zend_throw_conflicting_coercion_error()
3412 …, zend_visibility_string(clone->common.fn_flags), ZSTR_VAL(clone->common.scope->name), scope ? ZST… in zend_wrong_clone_call()
4038 if ((colon = zend_memrchr(ZSTR_VAL(function), ':', ZSTR_LEN(function))) != NULL && in zend_init_dynamic_call_string()
4039 colon > ZSTR_VAL(function) && in zend_init_dynamic_call_string()
4043 size_t cname_length = colon - ZSTR_VAL(function) - 1; in zend_init_dynamic_call_string()
4046 lcname = zend_string_init(ZSTR_VAL(function), cname_length, 0); in zend_init_dynamic_call_string()
4054 mname = zend_string_init(ZSTR_VAL(function) + (cname_length + sizeof("::") - 1), mname_length, 0); in zend_init_dynamic_call_string()
4083 if (ZSTR_VAL(function)[0] == '\\') { in zend_init_dynamic_call_string()
4085 zend_str_tolower_copy(ZSTR_VAL(lcname), ZSTR_VAL(function) + 1, ZSTR_LEN(function) - 1); in zend_init_dynamic_call_string()
4090 zend_throw_error(NULL, "Call to undefined function %s()", ZSTR_VAL(function)); in zend_init_dynamic_call_string()
4278 if (SUCCESS == zend_stream_open(ZSTR_VAL(resolved_path), &file_handle)) { in zend_include_or_eval()
4381 …zend_throw_exception_ex(NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name… in zend_fe_reset_iterator()
4491 ns_sep = zend_memrchr(ZSTR_VAL(c->name), '\\', ZSTR_LEN(c->name)); in _zend_quick_get_constant()
4493 shortname_offset = ns_sep - ZSTR_VAL(c->name) + 1; in _zend_quick_get_constant()
4500 …is_deprecated = memcmp(ZSTR_VAL(c->name) + shortname_offset, Z_STRVAL_P(orig_key - 1) + shortname_… in _zend_quick_get_constant()
4507 ZSTR_VAL(c->name)); in _zend_quick_get_constant()