Searched refs:ArgumentCountError (Results 26 – 50 of 79) sorted by relevance
1234
/php-src/ext/intl/tests/ |
H A D | calendar_getLocale_error.phpt | 14 Fatal error: Uncaught ArgumentCountError: intlcal_get_locale() expects exactly 2 arguments, 1 given…
|
H A D | calendar_setTime_error.phpt | 14 Fatal error: Uncaught ArgumentCountError: intlcal_set_time() expects exactly 2 arguments, 1 given i…
|
H A D | calendar_set_error.phpt | 15 } catch (ArgumentCountError $exception) { 21 } catch (ArgumentCountError $exception) {
|
H A D | datepatterngenerator_get_best_pattern.phpt | 27 } catch(\ArgumentCountError $e) {
|
H A D | datepatterngenerator_get_best_pattern_icu72-1.phpt | 27 } catch(\ArgumentCountError $e) {
|
/php-src/ext/pgsql/tests/ |
H A D | bug72195.phpt | 12 } catch (ArgumentCountError $e) {
|
/php-src/ext/opcache/tests/jit/ |
H A D | recursive_wrong_args.phpt | 14 } catch (ArgumentCountError $e) {
|
H A D | recv_002.phpt | 22 Fatal error: Uncaught ArgumentCountError: Too few arguments to function test(), 0 passed in %srecv_…
|
H A D | send_val_002.phpt | 17 Fatal error: Uncaught ArgumentCountError: var_dump() expects at least 1 argument, 0 given in %ssend…
|
H A D | init_fcall_001.phpt | 16 Fatal error: Uncaught ArgumentCountError: ini_set() expects exactly 2 arguments, 0 given in %sinit_…
|
/php-src/Zend/tests/ |
H A D | bug55705.phpt | 9 Fatal error: Uncaught ArgumentCountError: Too few arguments to function f(), 0 passed in %s on line…
|
H A D | bug51827.phpt | 19 Fatal error: Uncaught ArgumentCountError: explode() expects at least 2 arguments, 0 given in [no ac…
|
H A D | bug70689.phpt | 22 Fatal error: Uncaught ArgumentCountError: Too few arguments to function foo(), 0 passed in %sbug706…
|
/php-src/Zend/tests/named_params/ |
H A D | call_user_func.phpt | 39 } catch (ArgumentCountError $e) { 44 } catch (ArgumentCountError $e) { 49 } catch (ArgumentCountError $e) {
|
/php-src/Zend/tests/nullable_types/ |
H A D | nullable_type_parameters_do_not_have_default_value.phpt | 11 Fatal error: Uncaught ArgumentCountError: Too few arguments to function f(), 0 passed in %snullable…
|
/php-src/ext/opcache/tests/opt/ |
H A D | coalesce_002.phpt | 17 Fatal error: Uncaught ArgumentCountError: var_dump() expects at least 1 argument, 0 given in %scoal…
|
H A D | tmp_001.phpt | 14 Fatal error: Uncaught ArgumentCountError: is_a() expects at least 2 arguments, 1 given in %stmp_001…
|
/php-src/tests/classes/ |
H A D | interfaces_003.phpt | 25 Fatal error: Uncaught ArgumentCountError: Too few arguments to function MyTestClass::__construct(),…
|
/php-src/ext/standard/tests/password/ |
H A D | password_hash_sensitive_parameter.phpt | 17 ArgumentCountError: password_hash() expects at least 2 arguments, 1 given in %spassword_hash_sensit…
|
/php-src/ext/reflection/tests/ |
H A D | ReflectionMethod_invoke_error2.phpt | 24 Fatal error: Uncaught ArgumentCountError: Too few arguments to function TestClass::methodWithArgs()…
|
H A D | ReflectionMethod_invokeArgs_error1.phpt | 28 Fatal error: Uncaught ArgumentCountError: Too few arguments to function TestClass::methodWithArgs()…
|
/php-src/ext/date/tests/ |
H A D | DateTime_construct_error.phpt | 25 ArgumentCountError: DateTime::__construct() expects at most 2 arguments, 3 given
|
/php-src/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_fetchobject_ctor_args.phpt | 49 } catch (ArgumentCountError $exception) { 56 } catch (ArgumentCountError $exception) {
|
/php-src/ext/sockets/tests/ |
H A D | socket_connect_params.phpt | 17 } catch (\ArgumentCountError $e) {
|
/php-src/ext/standard/tests/strings/ |
H A D | bug69751.phpt | 14 } catch (ArgumentCountError $e) {
|
Completed in 19 milliseconds
1234