/php-src/ext/intl/tests/ |
H A D | formatter_fail.phpt | 98 ArgumentCountError: NumberFormatter::__construct() expects at least 2 arguments, 0 given in %s on l… 101 ArgumentCountError: numfmt_create() expects at least 2 arguments, 0 given in %s on line %d 104 ArgumentCountError: NumberFormatter::create() expects at least 2 arguments, 0 given in %s on line %d
|
/php-src/ext/standard/tests/strings/ |
H A D | crypt.phpt | 23 } catch (ArgumentCountError $e) {
|
H A D | sprintf_rope_optimization_001.phpt | 116 ArgumentCountError: 4 arguments are required, 3 given in %s:32 175 ArgumentCountError: sprintf() expects at least 1 argument, 0 given in %s:97
|
/php-src/ext/reflection/tests/ |
H A D | bug81611.phpt | 2 Reflection Bug #81611 (ArgumentCountError when getting default value from ReflectionParameter with …
|
H A D | ReflectionClass_implementsInterface_001.phpt | 44 } catch (ArgumentCountError $e) { 49 } catch (ArgumentCountError $e) {
|
/php-src/ext/spl/tests/ |
H A D | arrayObject_natcasesort_basic1.phpt | 18 } catch (ArgumentCountError $e) {
|
H A D | arrayObject_natsort_basic1.phpt | 18 } catch (ArgumentCountError $e) {
|
/php-src/Zend/ |
H A D | zend_exceptions.stub.php | 154 class ArgumentCountError extends TypeError class
|
/php-src/ext/mysqli/tests/ |
H A D | mysqli_connect_error.phpt | 18 } catch (ArgumentCountError $exception) {
|
H A D | mysqli_connect_errno.phpt | 18 } catch (ArgumentCountError $exception) {
|
H A D | mysqli_fetch_object_oo.phpt | 120 ArgumentCountError: mysqli_result::fetch_object() expects at most 2 arguments, 3 given 122 ArgumentCountError: Too few arguments to function mysqli_fetch_object_construct::__construct(), 1 p…
|
H A D | mysqli_stmt_bind_param.phpt | 36 } catch (\ArgumentCountError $e) { 52 } catch (\ArgumentCountError $e) { 60 } catch (\ArgumentCountError $e) { 66 } catch (\ArgumentCountError $e) { 73 } catch (\ArgumentCountError $e) { 80 } catch (\ArgumentCountError $e) { 99 } catch (\ArgumentCountError $e) {
|
H A D | mysqli_fetch_object.phpt | 143 ArgumentCountError: Too few arguments to function mysqli_fetch_object_construct::__construct(), 0 p… 144 ArgumentCountError: Too few arguments to function mysqli_fetch_object_construct::__construct(), 1 p…
|
H A D | mysqli_stmt_execute_stored_proc_out.phpt | 45 } catch (\ArgumentCountError $e) {
|
H A D | mysqli_stmt_field_count.phpt | 55 } catch (\ArgumentCountError $e) {
|
H A D | mysqli_stmt_bind_result.phpt | 35 } catch (\ArgumentCountError $e) { 44 } catch (\ArgumentCountError $e) { 277 } catch (\ArgumentCountError $e) {
|
/php-src/ext/session/tests/user_session_module/ |
H A D | session_set_save_handler_class_013.phpt | 50 Fatal error: Uncaught ArgumentCountError: SessionHandler::close() expects exactly 0 arguments, 1 gi…
|
/php-src/ext/sqlite3/tests/ |
H A D | sqlite3_trampoline_createcollation_no_leak.phpt | 48 ArgumentCountError: SQLite3::createCollation() expects exactly 2 arguments, 3 given
|
/php-src/ext/standard/tests/network/ |
H A D | setcookie_array_option_error.phpt | 44 } catch (\ArgumentCountError $e) {
|
/php-src/Zend/tests/offsets/ |
H A D | appending_containers_in_fetch.phpt | 79 ArgumentCountError: B::offsetGet(): Argument #1 ($offset) not passed
|
H A D | reference_containers_appended.phpt | 76 ArgumentCountError: B::offsetGet(): Argument #1 ($offset) not passed
|
/php-src/Zend/tests/attributes/ |
H A D | 005_objects.phpt | 33 } catch (\ArgumentCountError $e) {
|
/php-src/ext/standard/tests/file/ |
H A D | bug38450_3.phpt | 106 Fatal error: Uncaught ArgumentCountError: Too few arguments to function VariableStream::__construct…
|
/php-src/ext/zend_test/tests/ |
H A D | zend_object_init_with_constructor.phpt | 152 ArgumentCountError: Too few arguments to function TestUserWithConstructorArgs::__construct(), 0 pas…
|
/php-src/ext/pgsql/tests/ |
H A D | deprecated_implicit_default_link.phpt | 67 } catch (ArgumentCountError) {
|