Home
last modified time | relevance | path

Searched refs:zend_get_type_by_const (Results 1 – 13 of 13) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_execute.c609 *part2 = zend_get_type_by_const(ZEND_TYPE_CODE(type)); in zend_format_type()
757 *need_kind = zend_get_type_by_const(ZEND_TYPE_CODE(arg_info->type)); in zend_verify_type_error_common()
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()
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()
2025 …all to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(o… in zend_invalid_method_call()
2681 … "array_key_exists() expects parameter 2 to be array, %s given", zend_get_type_by_const(Z_TYPE_P(s… in zend_array_key_exists_slow()
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()
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()
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()
H A Dzend_compile.c1130 …zend_error_noreturn(E_COMPILE_ERROR, msg, zend_get_type_by_const(ZEND_TYPE_CODE(return_info.type))… in zend_mark_function_as_generator()
5491zend_get_type_by_const(ZEND_TYPE_CODE(arg_info->type)), zend_get_type_by_const(ZEND_TYPE_CODE(arg_… in zend_compile_params()
6120 zend_get_type_by_const(ZEND_TYPE_CODE(type))); in zend_compile_prop_decl()
6147 ? ZSTR_VAL(ZEND_TYPE_NAME(type)) : zend_get_type_by_const(ZEND_TYPE_CODE(type)); in zend_compile_prop_decl()
6160 zend_get_type_by_const(ZEND_TYPE_CODE(type))); in zend_compile_prop_decl()
6171 zend_get_type_by_const(ZEND_TYPE_CODE(type)), in zend_compile_prop_decl()
6172 zend_get_type_by_const(ZEND_TYPE_CODE(type))); in zend_compile_prop_decl()
H A Dzend_gc.c409 ? "reference" : zend_get_type_by_const(GC_TYPE(ref))); in gc_trace_ref()
H A Dzend_inheritance.c554 const char *type_name = zend_get_type_by_const(ZEND_TYPE_CODE(arg_info->type)); in zend_append_type_hint()
948 : zend_get_type_by_const(ZEND_TYPE_CODE(parent->type)), in emit_incompatible_property_error()
H A Dzend_API.c99 ZEND_API char *zend_get_type_by_const(int type) /* {{{ */ in zend_get_type_by_const() function
137 return zend_get_type_by_const(Z_TYPE_P(arg)); in zend_zval_type_name()
H A Dzend_API.h363 ZEND_API char *zend_get_type_by_const(int type);
H A Dzend_operators.c144 zend_get_type_by_const(ctype)); \
H A Dzend_vm_def.h5086 …ll_user_func_array() expects parameter 2 to be array, %s given", zend_get_type_by_const(Z_TYPE_P(a…
8127 …r(strict, "strlen() expects parameter 1 to be string, %s given", zend_get_type_by_const(Z_TYPE_P(v…
8737 …RNING, "get_class() expects parameter 1 to be object, %s given", zend_get_type_by_const(Z_TYPE_P(o…
H A Dzend_vm_execute.h2039 …ll_user_func_array() expects parameter 2 to be array, %s given", zend_get_type_by_const(Z_TYPE_P(a… in ZEND_SEND_ARRAY_SPEC_HANDLER()
4573 …r(strict, "strlen() expects parameter 1 to be string, %s given", zend_get_type_by_const(Z_TYPE_P(v… in ZEND_STRLEN_SPEC_CONST_HANDLER()
9784 …RNING, "get_class() expects parameter 1 to be object, %s given", zend_get_type_by_const(Z_TYPE_P(o… in ZEND_GET_CLASS_SPEC_CONST_UNUSED_HANDLER()
13814 …r(strict, "strlen() expects parameter 1 to be string, %s given", zend_get_type_by_const(Z_TYPE_P(v… in ZEND_STRLEN_SPEC_TMPVAR_HANDLER()
16955 …RNING, "get_class() expects parameter 1 to be object, %s given", zend_get_type_by_const(Z_TYPE_P(o… in ZEND_GET_CLASS_SPEC_TMPVAR_UNUSED_HANDLER()
34626 …RNING, "get_class() expects parameter 1 to be object, %s given", zend_get_type_by_const(Z_TYPE_P(o… in ZEND_GET_CLASS_SPEC_UNUSED_UNUSED_HANDLER()
38044 …r(strict, "strlen() expects parameter 1 to be string, %s given", zend_get_type_by_const(Z_TYPE_P(v… in ZEND_STRLEN_SPEC_CV_HANDLER()
46763 …RNING, "get_class() expects parameter 1 to be object, %s given", zend_get_type_by_const(Z_TYPE_P(o… in ZEND_GET_CLASS_SPEC_CV_UNUSED_HANDLER()
/PHP-7.4/ext/standard/
H A Dvar.c85 zend_get_type_by_const(ZEND_TYPE_CODE(prop_info->type))); in php_object_property_dump()
274 zend_get_type_by_const(ZEND_TYPE_CODE(prop_info->type))); in zval_object_property_dump()
/PHP-7.4/ext/zlib/
H A Dzlib.c821 …ionary must be of type zero-terminated string or array, got %s", zend_get_type_by_const(Z_TYPE_P(o… in zlib_create_dictionary_string()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c607 smart_str_append_printf(str, "%s ", zend_get_type_by_const(ZEND_TYPE_CODE(arg_info->type))); in _parameter_string()
827 …smart_str_append_printf(str, "%s ", zend_get_type_by_const(ZEND_TYPE_CODE(fptr->common.arg_info[-1… in _function_string()
2880 char *name = zend_get_type_by_const(ZEND_TYPE_CODE(param->type)); in reflection_type_name()
/PHP-7.4/ext/ffi/
H A Dffi.c1598 …ZSTR_VAL(EX(func)->internal_function.function_name), buf1.start, zend_get_type_by_const(Z_TYPE_P(a… in zend_ffi_pass_incompatible()
1625 …le types when assigning to type '%s' from PHP '%s'", buf1.start, zend_get_type_by_const(Z_TYPE_P(a… in zend_ffi_assign_incompatible()

Completed in 312 milliseconds