Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_helpers.c1978 zend_string *type_str = zend_type_to_string(prop->type); in zend_throw_auto_init_in_prop_error() local
2104 zend_string *type_str = zend_type_to_string(prop->type); in zend_jit_check_array_promotion() local
2197 zend_string *type_str = zend_type_to_string(error_prop->type); in zend_jit_throw_inc_ref_error() local
2209 zend_string *type_str = zend_type_to_string(error_prop->type); in zend_jit_throw_dec_ref_error() local
2637 zend_string *type_str = zend_type_to_string(prop->type); in _zend_jit_throw_inc_prop_error() local
2648 zend_string *type_str = zend_type_to_string(prop->type); in _zend_jit_throw_dec_prop_error() local
/PHP-8.2/ext/standard/
H A Dvar.c79 zend_string *type_str = zend_type_to_string(prop_info->type); in php_object_property_dump() local
268 zend_string *type_str = zend_type_to_string(prop_info->type); in zval_object_property_dump() local
/PHP-8.2/ext/soap/
H A Dphp_encoding.h182 char *type_str; member
/PHP-8.2/Zend/
H A Dzend_execute.c598 zend_string *type_str = zend_type_to_string(prop->type); in zend_throw_auto_init_in_prop_error() local
608 zend_string *type_str = zend_type_to_string(prop->type); in zend_throw_auto_init_in_ref_error() local
817 zend_string *type_str; in zend_verify_property_type_error() local
1796 zend_string *type_str = zend_type_to_string(error_prop->type); in zend_throw_incdec_ref_error() local
1817 zend_string *type_str = zend_type_to_string(prop->type); in zend_throw_incdec_prop_error() local
3378 zend_string *type_str = zend_type_to_string(prop->type); in zend_throw_ref_type_error_zval() local
H A Dzend_inheritance.c862 zend_string *type_str = zend_type_to_string_resolved(arg_info->type, scope); in zend_append_type_hint() local
1261 zend_string *type_str = zend_type_to_string_resolved(parent->type, parent->ce); in emit_incompatible_property_error() local
H A Dzend_compile.c6556 zend_string *type_str = zend_type_to_string(type); in zend_compile_typename() local
6944 zend_string *type_str = zend_type_to_string(arg_info->type); in zend_compile_params() local
H A Dzend_API.c467 zend_string *type_str = zend_type_to_string(arg_info->type); in zend_null_arg_deprecated() local
/PHP-8.2/ext/snmp/
H A Dsnmp.c635 zend_string *type_str, HashTable *type_ht, zend_string *value_str, HashTable *value_ht in php_snmp_parse_oid()
1132 zend_string *oid_str, *type_str = NULL, *value_str = NULL; in php_snmp() local
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c673 zend_string *type_str = zend_type_to_string(arg_info->type); in _parameter_string() local
864 zend_string *type_str = zend_type_to_string(fptr->common.arg_info[-1].type); in _function_string() local
911 zend_string *type_str = zend_type_to_string(prop->type); in _property_string() local

Completed in 152 milliseconds