Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_API.c178 ZEND_ARG_USES_STRICT_TYPES(), in zend_wrong_parameters_none_error()
218 ZEND_ARG_USES_STRICT_TYPES(), in zend_wrong_parameters_count_error()
262 …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()
406 if (UNEXPECTED(ZEND_ARG_USES_STRICT_TYPES())) { in zend_parse_arg_bool_slow()
458 if (UNEXPECTED(ZEND_ARG_USES_STRICT_TYPES())) { in zend_parse_arg_long_slow()
502 if (UNEXPECTED(ZEND_ARG_USES_STRICT_TYPES())) { in zend_parse_arg_long_cap_slow()
543 } else if (UNEXPECTED(ZEND_ARG_USES_STRICT_TYPES())) { in zend_parse_arg_double_slow()
591 if (UNEXPECTED(ZEND_ARG_USES_STRICT_TYPES())) { in zend_parse_arg_str_slow()
869 ZEND_ARG_USES_STRICT_TYPES() || (flags & ZEND_PARSE_PARAMS_THROW); in zend_parse_arg()
986 zend_bool throw_exception = ZEND_ARG_USES_STRICT_TYPES() || (flags & ZEND_PARSE_PARAMS_THROW); in zend_parse_va_args()
[all …]
H A Dzend_compile.h588 #define ZEND_ARG_USES_STRICT_TYPES() \ macro
H A Dzend_execute.c1061 is_return_type ? ZEND_RET_USES_STRICT_TYPES() : ZEND_ARG_USES_STRICT_TYPES()); in zend_check_type()
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c1685 ZEND_ARG_USES_STRICT_TYPES(), in PHP_FUNCTION()

Completed in 40 milliseconds