Home
last modified time | relevance | path

Searched refs:variadic (Results 1 – 16 of 16) sorted by relevance

/PHP-7.4/Zend/tests/variadic/
H A Donly_last_error.phpt2 Only the last argument can be variadic
10 Fatal error: Only the last parameter can be variadic in %s on line %d
H A Dvariadic_implements_non_variadic.phpt2 A non-variadic function can be turned into a variadic one
H A Dnon_variadic_implements_variadic_error.phpt2 It's not possible to turn a variadic function into a non-variadic one
H A Dclosure_invoke.phpt2 Closure::__invoke() with variadic parameter
H A Doptional_params.phpt2 Optional parameter before variadic parameter
H A Dbasic.phpt2 Basic variadic function
H A Dtypehint_suppressed_error.phpt2 Error suppression for types on variadic arguments works
H A Dvariadic_changed_typehint_error.phpt2 Typehints for variadic arguments have to be compatible
H A Dremoving_parameter_error.phpt2 It's not possible to remove required parameter before a variadic parameter
/PHP-7.4/Zend/tests/type_declarations/
H A Dclosure_with_variadic.phpt2 Closure with variadic type declaration
/PHP-7.4/Zend/tests/
H A Dbug80049.phpt2 Bug #80049: Memleak when coercing integers to string via variadic argument
H A Dbug69599.phpt2 Bug #69599: Strange generator+exception+variadic crash
H A Dbug67938.phpt2 Bug #67938: Segfault when extending interface method with variadic
/PHP-7.4/sapi/phpdbg/
H A Dxml.md232 - variadic: has a non-empty value if the argument is variadic
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c3072 static void reflection_method_invoke(INTERNAL_FUNCTION_PARAMETERS, int variadic) in reflection_method_invoke() argument
3102 if (variadic) { in reflection_method_invoke()
3141 if (!variadic) { in reflection_method_invoke()
3170 if (!variadic) { in reflection_method_invoke()
/PHP-7.4/
H A DNEWS666 . Fixed bug #80049 (Memleak when coercing integers to string via variadic
2489 . Fixed bug #75677 (Clang ignores fastcall calling convention on variadic

Completed in 46 milliseconds