Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_API.h345 ZEND_API char *zend_get_type_by_const(int type);
H A Dzend_operators.c340 zend_get_type_by_const(ctype)); \
H A Dzend_API.c202 ZEND_API char *zend_get_type_by_const(int type) /* {{{ */ in zend_get_type_by_const() function
231 return zend_get_type_by_const(Z_TYPE_P(arg)); in zend_zval_type_name()
H A Dzend_compile.c3291 char *type_name = zend_get_type_by_const(arg_info->type_hint); in zend_get_function_declaration()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c710 string_printf(str, "%s ", zend_get_type_by_const(arg_info->type_hint)); in _parameter_string()

Completed in 54 milliseconds