Home
last modified time | relevance | path

Searched refs:ZEND_ARG_USES_STRICT_TYPES (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_API.c211 ZEND_ARG_USES_STRICT_TYPES(), in zend_wrong_parameters_count_error()
232 …zend_internal_type_error(ZEND_ARG_USES_STRICT_TYPES(), "%s%s%s() expects parameter %d to be %s, %s… in zend_wrong_parameter_type_error()
242 …zend_internal_type_error(ZEND_ARG_USES_STRICT_TYPES(), "%s%s%s() expects parameter %d to be %s, %s… in zend_wrong_parameter_class_error()
253 …zend_internal_type_error(ZEND_ARG_USES_STRICT_TYPES(), "%s%s%s() expects parameter %d to be a vali… in zend_wrong_callback_error()
314 if (UNEXPECTED(ZEND_ARG_USES_STRICT_TYPES())) { in zend_parse_arg_bool_slow()
363 if (UNEXPECTED(ZEND_ARG_USES_STRICT_TYPES())) { in zend_parse_arg_long_slow()
404 if (UNEXPECTED(ZEND_ARG_USES_STRICT_TYPES())) { in zend_parse_arg_long_cap_slow()
442 } else if (UNEXPECTED(ZEND_ARG_USES_STRICT_TYPES())) { in zend_parse_arg_double_slow()
489 if (UNEXPECTED(ZEND_ARG_USES_STRICT_TYPES())) { in zend_parse_arg_str_slow()
760 ZEND_ARG_USES_STRICT_TYPES() || (flags & ZEND_PARSE_PARAMS_THROW); in zend_parse_arg()
[all …]
H A Dzend_compile.h528 #define ZEND_ARG_USES_STRICT_TYPES() \ macro
H A Dzend_execute.c938 is_return_type ? ZEND_RET_USES_STRICT_TYPES() : ZEND_ARG_USES_STRICT_TYPES()); in zend_check_type()

Completed in 36 milliseconds