Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_gc.c145 zend_get_type_by_const(GC_TYPE(ref))); in gc_trace_ref()
H A Dzend_inheritance.c423 const char *type_name = zend_get_type_by_const(arg_info->type_hint); in zend_append_type_hint()
H A Dzend_API.h364 ZEND_API char *zend_get_type_by_const(int type);
H A Dzend_API.c165 ZEND_API char *zend_get_type_by_const(int type) /* {{{ */ in zend_get_type_by_const() function
201 return zend_get_type_by_const(Z_TYPE_P(arg)); in zend_zval_type_name()
H A Dzend_operators.c244 zend_get_type_by_const(ctype)); \
H A Dzend_compile.c1265 zend_error_noreturn(E_COMPILE_ERROR, msg, zend_get_type_by_const(return_info.type_hint)); in zend_mark_function_as_generator()
5252 zend_get_type_by_const(arg_info->type_hint), zend_get_type_by_const(arg_info->type_hint)); in zend_compile_params()
H A Dzend_execute.c676 *need_kind = zend_get_type_by_const(arg_info->type_hint); in zend_verify_type_error_common()
H A Dzend_vm_def.h3179 …all to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(o…
4695 …ll_user_func_array() expects parameter 2 to be array, %s given", zend_get_type_by_const(Z_TYPE_P(a…
7819 …r(strict, "strlen() expects parameter 1 to be string, %s given", zend_get_type_by_const(Z_TYPE_P(v…
H A Dzend_vm_execute.h4055 …r(strict, "strlen() expects parameter 1 to be string, %s given", zend_get_type_by_const(Z_TYPE_P(v…
5396 …all to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(o…
9333 …all to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(o…
11311 …all to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(o…
29517 …all to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(o…
32207 …all to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(o…
34103 …all to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(o…
36117 …r(strict, "strlen() expects parameter 1 to be string, %s given", zend_get_type_by_const(Z_TYPE_P(v…
39693 …all to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(o…
46697 …all to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(o…
[all …]
/PHP-7.1/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.1/ext/reflection/
H A Dphp_reflection.c721 string_printf(str, "%s ", zend_get_type_by_const(arg_info->type_hint)); in _parameter_string()
946 string_printf(str, "%s ", zend_get_type_by_const(fptr->common.arg_info[-1].type_hint)); in _function_string()

Completed in 233 milliseconds