Home
last modified time | relevance | path

Searched refs:zend_type_to_string (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_execute.c598 zend_string *type_str = zend_type_to_string(prop->type); in zend_throw_auto_init_in_prop_error()
609 zend_string *type_str = zend_type_to_string(prop->type); in zend_throw_auto_init_in_ref_error()
828 type_str = zend_type_to_string(info->type); in zend_verify_property_type_error()
1682 zend_string *type_str = zend_type_to_string(error_prop->type); in zend_throw_incdec_ref_error()
1703 zend_string *type_str = zend_type_to_string(prop->type); in zend_throw_incdec_prop_error()
3126 zend_string *type1_str = zend_type_to_string(prop1->type); in zend_throw_ref_type_error_type()
3127 zend_string *type2_str = zend_type_to_string(prop2->type); in zend_throw_ref_type_error_type()
3142 zend_string *type_str = zend_type_to_string(prop->type); in zend_throw_ref_type_error_zval()
3153 zend_string *type1_str = zend_type_to_string(prop1->type); in zend_throw_conflicting_coercion_error()
3154 zend_string *type2_str = zend_type_to_string(prop2->type); in zend_throw_conflicting_coercion_error()
H A Dzend_compile.h875 ZEND_API zend_string *zend_type_to_string(zend_type type);
H A Dzend_compile.c1262 ZEND_API zend_string *zend_type_to_string(zend_type type) { in zend_type_to_string() function
1294 zend_string *str = zend_type_to_string(return_type); in zend_mark_function_as_generator()
6123 zend_string *overlap_type_str = zend_type_to_string(overlap_type); in zend_compile_typename()
6185 zend_string *type_str = zend_type_to_string(type); in zend_compile_typename()
6191 zend_string *type_str = zend_type_to_string(type); in zend_compile_typename()
6202 zend_string *type_str = zend_type_to_string(type); in zend_compile_typename()
6461 zend_string *type_str = zend_type_to_string(arg_info->type); in zend_compile_params()
6510 zend_string *str = zend_type_to_string(arg_info->type); in zend_compile_params()
7053 zend_string *str = zend_type_to_string(type); in zend_compile_prop_decl()
7081 zend_string *str = zend_type_to_string(type); in zend_compile_prop_decl()
[all …]
H A Dzend_API.c2117 ZSTR_VAL(zend_type_to_string((zend_type) ZEND_TYPE_INIT_MASK(arg_type)))); in zend_check_magic_method_arg_type()
2138 ZSTR_VAL(zend_type_to_string((zend_type) ZEND_TYPE_INIT_MASK(return_type)))); in zend_check_magic_method_return_type()
/PHP-8.0/ext/standard/
H A Dvar.c77 zend_string *type_str = zend_type_to_string(prop_info->type); in php_object_property_dump()
258 zend_string *type_str = zend_type_to_string(prop_info->type); in zval_object_property_dump()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c1943 zend_string *type_str = zend_type_to_string(prop->type); in zend_throw_auto_init_in_prop_error()
2069 zend_string *type_str = zend_type_to_string(prop->type); in zend_jit_check_array_promotion()
2544 zend_string *type_str = zend_type_to_string(prop->type); in _zend_jit_throw_inc_prop_error()
2555 zend_string *type_str = zend_type_to_string(prop->type); in _zend_jit_throw_dec_prop_error()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c663 zend_string *type_str = zend_type_to_string(arg_info->type); in _parameter_string()
854 zend_string *type_str = zend_type_to_string(fptr->common.arg_info[-1].type); in _function_string()
898 zend_string *type_str = zend_type_to_string(prop->type); in _property_string()
2900 return zend_type_to_string(type); in zend_type_to_string_without_null()
2914 RETURN_STR(zend_type_to_string(param->type)); in ZEND_METHOD()
2932 RETURN_STR(zend_type_to_string(param->type)); in ZEND_METHOD()

Completed in 137 milliseconds