Home
last modified time | relevance | path

Searched refs:parameter (Results 201 – 225 of 535) sorted by relevance

12345678910>>...22

/php-src/Zend/tests/
H A Dmagic_methods_017.phpt2 __callStatic first parameter should be a string typed
H A Dmagic_methods_018.phpt2 __callStatic second parameter should be an array typed
H A Dstrlen_deprecation_to_exception.phpt17 strlen(): Passing null to parameter #1 ($string) of type string is deprecated
H A Dmagic_by_ref_002.phpt2 passing second parameter of __set() by ref
H A Dmagic_by_ref_003.phpt2 passing parameter of __get() by ref
H A Dmagic_by_ref_004.phpt2 passing parameter of __unset() by ref
H A Dns_074.phpt2 Testing type-hinted lambda parameter inside namespace
H A Dmagic_by_ref_001.phpt2 passing first parameter of __set() by ref
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc.phpt28 /* no result set, one output parameter */
70 // no result set, one output parameter
105 // no result set, one input parameter, output parameter
143 // no result set, one input parameter, output parameter
150 …printf("[039] Cannot bind input parameter, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error…
/php-src/sapi/phpdbg/
H A Dphpdbg_parser.y78 …: parameter { phpdbg_stack_push(PHPDBG_G(parser_stack), &$1); $$.top = PHPDBG_G(parser_stack)->top…
79 …| parameters parameter { phpdbg_stack_push(PHPDBG_G(parser_stack), &$2); $$.top = PHPDBG_G(parser_…
83 parameter
/php-src/ext/pgsql/tests/
H A D98old_api.phpt62 Deprecated: pg_fieldprtlen(): Passing null to parameter #2 ($row) of type int is deprecated in %s o…
68 Deprecated: pg_fieldisnull(): Passing null to parameter #2 ($row) of type int is deprecated in %s o…
74 Deprecated: pg_result(): Passing null to parameter #2 ($row) of type int is deprecated in %s on lin…
/php-src/ext/xmlwriter/tests/
H A Dxmlwriter_open_uri_error_001.phpt2 xmlwriter_open_uri with empty string as parameter
/php-src/ext/xsl/tests/
H A Dxsltprocessor_hasExsltSupport_wrongparam_001.phpt2 Check XSLTProcessor::hasExsltSupport() with 1 parameter
/php-src/ext/gd/tests/
H A Dimagefilter_error13.phpt2 Testing wrong parameter value of COLORIZE in imagefilter() of GD library
/php-src/ext/gmp/tests/
H A Dbug69803.phpt2 Bug #69803: gmp_random_range() modifies second parameter if GMP number
/php-src/ext/random/tests/02_engine/
H A Dmt19937_error.phpt2 Random: Engine: Mt19937: Invalid $mode parameter values must be rejected
/php-src/Zend/tests/type_declarations/
H A Dscalar_float_with_invalid_default.phpt15 Fatal error: Cannot use bool as default value for parameter $arg of type float in %s on line %d
H A Dnullable_null.phpt11 Deprecated: test(): Implicitly marking parameter $a as nullable is deprecated, the explicit nullabl…
/php-src/Zend/tests/type_declarations/union_types/
H A Dillegal_default_value_argument.phpt11 Fatal error: Cannot use string as default value for parameter $arg of type int|float in %s on line …
/php-src/ext/sockets/tests/
H A Dsocket_read_params.phpt2 ext/sockets - socket_read- test with incorrect parameter
/php-src/ext/standard/tests/general_functions/
H A Dregister_tick_function_error.phpt2 register_tick_function only accepts a valid callback as parameter
H A Dunregister_tick_function_error.phpt2 unregister_tick_function only accepts a valid callback as parameter
/php-src/Zend/tests/nullable_types/
H A Dinvariant_param_and_return_succeeds.phpt2 Invariant parameter and return types work with nullable types
/php-src/Zend/tests/type_declarations/mixed/syntax/
H A Dmixed_parameter_error1.phpt2 Test that the mixed parameter type can't be used together with any other type
/php-src/ext/spl/tests/
H A DSplFixedArray__construct_param_string.phpt2 SplFixedArray::__construct() with string passed as parameter.

Completed in 24 milliseconds

12345678910>>...22