/php-src/Zend/tests/function_arguments/ |
H A D | argument_count_incorrect_internal_strict.phpt | 8 } catch (ArgumentCountError $e) { 15 } catch (ArgumentCountError $e) { 21 ArgumentCountError 23 ArgumentCountError
|
H A D | argument_count_incorrect_userland.phpt | 38 ArgumentCountError 40 ArgumentCountError 42 ArgumentCountError 44 ArgumentCountError
|
H A D | argument_count_incorrect_userland_strict.phpt | 46 ArgumentCountError 48 ArgumentCountError 50 ArgumentCountError
|
H A D | argument_count_incorrect_internal.phpt | 7 } catch (ArgumentCountError $e) {
|
/php-src/ext/standard/tests/strings/ |
H A D | sprintf_error.phpt | 25 } catch (\ArgumentCountError $e) { 30 } catch (\ArgumentCountError $e) { 35 } catch (\ArgumentCountError $e) { 42 } catch (\ArgumentCountError $e) { 47 } catch (\ArgumentCountError $e) { 54 } catch (\ArgumentCountError $e) { 60 } catch (\ArgumentCountError $e) {
|
H A D | printf_error.phpt | 25 } catch (\ArgumentCountError $e) { 30 } catch (\ArgumentCountError $e) { 35 } catch (\ArgumentCountError $e) { 42 } catch (\ArgumentCountError $e) { 47 } catch (\ArgumentCountError $e) { 54 } catch (\ArgumentCountError $e) {
|
/php-src/Zend/tests/named_params/ |
H A D | missing_param.phpt | 11 } catch (ArgumentCountError $e) { 17 } catch (ArgumentCountError $e) { 23 } catch (ArgumentCountError $e) {
|
H A D | internal_variadics.phpt | 8 } catch (ArgumentCountError $e) { 14 } catch (ArgumentCountError $e) {
|
H A D | call_user_func_array_variadic.phpt | 9 Fatal error: Uncaught ArgumentCountError: array_multisort() expects at least 1 argument, 0 given in…
|
/php-src/ext/intl/tests/ |
H A D | calendar_get_getActualMaximum_Minumum_error2.phpt | 77 ArgumentCountError: 0, intlcal_get() expects exactly 2 arguments, 1 given 78 ArgumentCountError: 0, intlcal_get_actual_maximum() expects exactly 2 arguments, 1 given 79 ArgumentCountError: 0, intlcal_get_actual_minimum() expects exactly 2 arguments, 1 given 86 ArgumentCountError: 0, intlcal_get() expects exactly 2 arguments, 1 given 87 ArgumentCountError: 0, intlcal_get_actual_maximum() expects exactly 2 arguments, 1 given 88 ArgumentCountError: 0, intlcal_get_actual_minimum() expects exactly 2 arguments, 1 given
|
H A D | gregoriancalendar___construct_error.phpt | 11 } catch (ArgumentCountError $e) { 16 } catch (ArgumentCountError $e) { 21 } catch (ArgumentCountError $e) { 26 } catch (ArgumentCountError $e) {
|
H A D | msgfmt_fail2.phpt | 111 ArgumentCountError: MessageFormatter::__construct() expects exactly 2 arguments, 0 given in %s on l… 114 ArgumentCountError: msgfmt_create() expects exactly 2 arguments, 0 given in %s on line %d 117 ArgumentCountError: MessageFormatter::create() expects exactly 2 arguments, 0 given in %s on line %d 120 ArgumentCountError: MessageFormatter::__construct() expects exactly 2 arguments, 1 given in %s on l… 123 ArgumentCountError: msgfmt_create() expects exactly 2 arguments, 1 given in %s on line %d 126 ArgumentCountError: MessageFormatter::create() expects exactly 2 arguments, 1 given in %s on line %d
|
/php-src/ext/reflection/tests/ |
H A D | ReflectionMethod_006.phpt | 11 } catch (ArgumentCountError $re) { 16 } catch (ArgumentCountError $re) {
|
H A D | ReflectionClass_isSubclassOf_002.phpt | 14 } catch (ArgumentCountError $e) { 19 } catch (ArgumentCountError $e) {
|
H A D | ReflectionObject_isSubclassOf.002.phpt | 14 } catch (ArgumentCountError $e) { 19 } catch (ArgumentCountError $e) {
|
H A D | ReflectionMethod_constructor_error2.phpt | 19 } catch (ArgumentCountError $re) { 25 } catch (ArgumentCountError $re) {
|
/php-src/ext/spl/tests/ |
H A D | arrayObject_uasort_error1.phpt | 14 } catch (ArgumentCountError $e) { 20 } catch (ArgumentCountError $e) {
|
H A D | arrayObject_uksort_error1.phpt | 14 } catch (ArgumentCountError $e) { 20 } catch (ArgumentCountError $e) {
|
H A D | AppendIterator_invalid_ctor.phpt | 10 Fatal error: Uncaught ArgumentCountError: AppendIterator::__construct() expects exactly 0 arguments…
|
H A D | gh16477.phpt | 18 ArgumentCountError: SplFileObject::__construct() expects at least 1 argument, 0 given
|
/php-src/ext/date/tests/ |
H A D | DateTimeZone_construct_error.phpt | 15 } catch (ArgumentCountError $e) { 24 ArgumentCountError: DateTimeZone::__construct() expects exactly 1 argument, 2 given
|
H A D | mktime_error.phpt | 36 ArgumentCountError: mktime() expects at least 1 argument, 0 given 39 ArgumentCountError: mktime() expects at most 6 arguments, 7 given
|
/php-src/ext/pdo/tests/ |
H A D | bug_44173.phpt | 42 } catch (\ArgumentCountError $e) { 51 } catch (\ArgumentCountError $e) { 60 } catch (\ArgumentCountError $e) { 69 } catch (\ArgumentCountError $e) {
|
/php-src/ext/xsl/tests/ |
H A D | xsltprocessor_hasExsltSupport_wrongparam_001.phpt | 12 } catch (ArgumentCountError $exception) {
|
/php-src/ext/standard/tests/general_functions/ |
H A D | register_shutdown_functions_without_previous_call_frame_04.phpt | 11 Fatal error: Uncaught ArgumentCountError: func_get_arg() expects exactly 1 argument, 0 given in [no…
|