We simply remove the second call to `odbc_data_source` since it is testing standard ZPP behavior.
PHP requires integer typehints to be written "int" and does not allow "integer" as an alias. This changes type error messages to match the actual type name and avoids confusing messages like "must be of the type integer, integer given".