Home
last modified time | relevance | path

Searched defs:type_str (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c2161 zend_string *type_str = zend_type_to_string(prop->type); in zend_throw_auto_init_in_prop_error() local
2280 zend_string *type_str = zend_type_to_string(prop->type); in zend_jit_check_array_promotion() local
2418 zend_string *type_str = zend_type_to_string(error_prop->type); in zend_jit_throw_inc_ref_error() local
2430 zend_string *type_str = zend_type_to_string(error_prop->type); in zend_jit_throw_dec_ref_error() local
2879 zend_string *type_str = zend_type_to_string(prop->type); in _zend_jit_throw_inc_prop_error() local
2890 zend_string *type_str = zend_type_to_string(prop->type); in _zend_jit_throw_dec_prop_error() local
/php-src/Zend/
H A Dzend_execute.c613 zend_string *type_str = zend_type_to_string(prop->type); in zend_throw_auto_init_in_prop_error() local
623 zend_string *type_str = zend_type_to_string(prop->type); in zend_throw_auto_init_in_ref_error() local
832 zend_string *type_str = zend_type_to_string(c->type); in zend_verify_class_constant_type_error() local
842 zend_string *type_str; in zend_verify_property_type_error() local
865 zend_string *type_str = zend_type_to_string(info->type); in zend_magic_get_property_type_inconsistency_error() local
2084 zend_string *type_str = zend_type_to_string(error_prop->type); in zend_throw_incdec_ref_error() local
2105 zend_string *type_str = zend_type_to_string(prop->type); in zend_throw_incdec_prop_error() local
3712 zend_string *type_str = zend_type_to_string(prop->type); in zend_throw_ref_type_error_zval() local
H A Dzend_inheritance.c880 zend_string *type_str = zend_type_to_string_resolved(arg_info->type, scope); in zend_append_type_hint() local
1288 zend_string *type_str = zend_type_to_string_resolved(parent->type, parent->ce); in emit_incompatible_property_error() local
1302 zend_string *type_str = zend_type_to_string_resolved(set_type, parent->ce); in emit_set_hook_type_error() local
1577 zend_string *type_str = zend_type_to_string_resolved(parent->type, parent->ce); in emit_incompatible_class_constant_error() local
H A Dzend_compile.c7219 zend_string *type_str = zend_type_to_string(type); in zend_compile_typename_ex() local
7683 zend_string *type_str = zend_type_to_string(arg_info->type); in zend_compile_params() local
8781 zend_string *type_str = zend_type_to_string(type); in zend_compile_class_const_decl() local
8798 zend_string *type_str = zend_type_to_string(type); in zend_compile_class_const_decl() local
H A Dzend_API.c511 zend_string *type_str = zend_type_to_string(arg_info->type); in zend_null_arg_deprecated() local
/php-src/ext/standard/
H A Dvar.c81 zend_string *type_str = zend_type_to_string(prop_info->type); in php_object_property_dump() local
285 zend_string *type_str = zend_type_to_string(prop_info->type); in zval_object_property_dump() local
/php-src/ext/soap/
H A Dphp_encoding.h182 char *type_str; member
/php-src/ext/snmp/
H A Dsnmp.c638 zend_string *type_str, HashTable *type_ht, zend_string *value_str, HashTable *value_ht in php_snmp_parse_oid()
1130 zend_string *oid_str, *type_str = NULL, *value_str = NULL; in php_snmp() local
/php-src/ext/reflection/
H A Dphp_reflection.c602 zend_string *type_str = ZEND_TYPE_IS_SET(c->type) ? zend_type_to_string(c->type) : NULL; in _class_const_string() local
708 zend_string *type_str = zend_type_to_string(arg_info->type); in _parameter_string() local
901 zend_string *type_str = zend_type_to_string(fptr->common.arg_info[-1].type); in _function_string() local
964 zend_string *type_str = zend_type_to_string(prop->type); in _property_string() local

Completed in 104 milliseconds