Home
last modified time | relevance | path

Searched refs:parameter (Results 101 – 125 of 535) sorted by relevance

12345678910>>...22

/php-src/ext/standard/tests/array/
H A Darray_fill_keys_variation1.phpt2 Test array_fill_keys() function : variation of parameter
5 echo "*** Testing array_fill_keys() : parameter variations ***\n";
35 *** Testing array_fill_keys() : parameter variations ***
H A Darray_fill_keys_variation2.phpt2 Test array_fill_keys() function : variation of parameter
7 echo "*** Testing array_fill_keys() : parameter variations ***\n";
44 *** Testing array_fill_keys() : parameter variations ***
H A Darray_fill_keys_variation4.phpt2 Test array_fill_keys() function : variation of parameter
7 echo "*** Testing array_fill_keys() : parameter variations ***\n";
45 *** Testing array_fill_keys() : parameter variations ***
/php-src/ext/pdo_pgsql/tests/
H A Dbug71573.phpt23 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: parameter was not defi…
H A Dgh7723.phpt31 SQLSTATE[HY093]: Invalid parameter number: :invalid
32 SQLSTATE[HY093]: Invalid parameter number: :invalid
/php-src/ext/gd/tests/
H A Dbug55005.phpt18 Deprecated: imagefilledpolygon(): Using the $num_points parameter is deprecated in %s on line %d
21 Deprecated: imagepolygon(): Using the $num_points parameter is deprecated in %s on line %d
/php-src/ext/zend_test/
H A Dtest.c546 zend_string *parameter; in ZEND_FUNCTION() local
549 Z_PARAM_STR(parameter) in ZEND_FUNCTION()
701 HashTable *parameter; in ZEND_FUNCTION() local
712 zend_hash_extend(parameter, parameter->nNumUsed + 10, true); in ZEND_FUNCTION()
905 zend_string *parameter; in ZEND_METHOD() local
908 Z_PARAM_STR(parameter) in ZEND_METHOD()
916 zend_string *parameter; in ZEND_METHOD() local
919 Z_PARAM_STR(parameter) in ZEND_METHOD()
927 zend_string *parameter; in ZEND_METHOD() local
930 Z_PARAM_STR(parameter) in ZEND_METHOD()
[all …]
/php-src/ext/reflection/tests/
H A DReflectionClass_isArray.phpt12 foreach ($reflection->getParameters() as $parameter) {
13 var_dump($parameter->isArray());
H A DReflectionProperty_constructor_error.phpt18 echo "\n\nWrong property parameter type:\n";
39 Wrong property parameter type:
H A Dparameters_001.phpt2 ReflectionParameter Check for parameter being optional
41 string(54) "The parameter specified by its name could not be found"
/php-src/ext/standard/tests/network/
H A Dbug73594a.phpt2 Bug #73594 (dns_get_record() does not populate $additional out parameter - $authns parameter)
/php-src/Zend/tests/named_params/
H A Dunpack_and_named_1.phpt57 Named parameter $b overwrites previous argument
58 Named parameter $b overwrites previous argument
/php-src/Zend/tests/type_declarations/iterable/
H A Diterable_002.phpt20 Deprecated: foo(): Implicitly marking parameter $iterable as nullable is deprecated, the explicit n…
22 Fatal error: Cannot use int as default value for parameter $iterable of type Traversable|array in %…
/php-src/ext/session/tests/
H A Dsession_set_cookie_params_variation7.phpt2 Test session_set_cookie_params() function : array parameter variation
19 echo "*** Testing session_set_cookie_params() : array parameter variation ***\n";
58 *** Testing session_set_cookie_params() : array parameter variation ***
/php-src/ext/intl/tests/
H A Dformatter_fail.phpt110 Deprecated: NumberFormatter::__construct(): Passing null to parameter #1 ($locale) of type string i…
112 Deprecated: NumberFormatter::__construct(): Passing null to parameter #2 ($style) of type int is de…
114 Deprecated: NumberFormatter::create(): Passing null to parameter #1 ($locale) of type string is dep…
116 Deprecated: NumberFormatter::create(): Passing null to parameter #2 ($style) of type int is depreca…
118 Deprecated: numfmt_create(): Passing null to parameter #1 ($locale) of type string is deprecated in…
120 Deprecated: numfmt_create(): Passing null to parameter #2 ($style) of type int is deprecated in %s …
/php-src/Zend/tests/traits/
H A Dbug60717.phpt73 Deprecated: HTML\Helper::attributes(): Implicitly marking parameter $attributes as nullable is depr…
75 Deprecated: HTML\TextArea::attributes(): Implicitly marking parameter $attributes as nullable is de…
77 Deprecated: HTML\HTMLAttributes::attributes(): Implicitly marking parameter $attributes as nullable…
/php-src/ext/standard/tests/math/
H A Dabs_variation.phpt86 Deprecated: abs(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on lin…
91 Deprecated: abs(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on lin…
129 Deprecated: abs(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on lin…
134 Deprecated: abs(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on lin…
H A Dceil_variation1.phpt79 Deprecated: ceil(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on li…
84 Deprecated: ceil(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on li…
122 Deprecated: ceil(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on li…
127 Deprecated: ceil(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on li…
H A Dfloor_variation1.phpt79 Deprecated: floor(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
84 Deprecated: floor(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
122 Deprecated: floor(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
127 Deprecated: floor(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
H A Dround_variation1.phpt123 Deprecated: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
128 Deprecated: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
166 Deprecated: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
171 Deprecated: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
/php-src/ext/pgsql/tests/
H A D31nb_async_query_prepared.phpt118 …d_prtlen() with 2 arguments is deprecated, use the 3-parameter signature with a null $row paramete…
120 …_is_null() with 2 arguments is deprecated, use the 3-parameter signature with a null $row paramete…
/php-src/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c543 zval *parameter = &stmt->param_bind[i].zv; in mysqlnd_stmt_execute_prepare_param_types() local
545 ZVAL_DEREF(parameter); in mysqlnd_stmt_execute_prepare_param_types()
548 if (Z_TYPE_P(parameter) != IS_LONG && in mysqlnd_stmt_execute_prepare_param_types()
558 if (Z_TYPE_P(parameter) != IS_LONG) { in mysqlnd_stmt_execute_prepare_param_types()
595 zval *parameter = &stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_types() local
602 ZVAL_DEREF(parameter); in mysqlnd_stmt_execute_store_types()
608 if (Z_TYPE_P(parameter) != IS_LONG) { in mysqlnd_stmt_execute_store_types()
732 zval *data, *parameter = &stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_param_values() local
734 ZVAL_DEREF(parameter); in mysqlnd_stmt_execute_store_param_values()
735 data = (copies && !Z_ISUNDEF(copies[i]))? &copies[i]: parameter; in mysqlnd_stmt_execute_store_param_values()
[all …]
/php-src/ext/dba/tests/
H A Ddba_fetch_legacy_signature.phpt41 Deprecated: Calling dba_fetch() with $dba at the 3rd parameter is deprecated in %s on line %d
44 Calling dba_fetch() with $dba at the 3rd parameter is deprecated
/php-src/ext/reflection/tests/types/
H A DReflectionType_001.phpt45 echo "** Method $idx - parameter $idx2\n";
104 Deprecated: foo(): Implicitly marking parameter $d as nullable is deprecated, the explicit nullable…
160 ** Method 0 - parameter 0
165 ** Method 1 - parameter 0
170 ** Method 2 - parameter 0
175 ** Method 3 - parameter 0
/php-src/ext/pdo/
H A Dpdo_stmt.c243 ZVAL_UNDEF(&param->parameter); in param_dtor()
255 zval *parameter; in really_register_bound_param() local
272 parameter = &param->parameter; in really_register_bound_param()
274 parameter = Z_REFVAL(param->parameter); in really_register_bound_param()
282 convert_to_long(parameter); in really_register_bound_param()
284 convert_to_boolean(parameter); in really_register_bound_param()
1413 Z_PARAM_ZVAL(parameter) in register_bound_param()
1441 ZVAL_COPY(&param.parameter, parameter); in register_bound_param()
1458 zval *parameter; in PHP_METHOD() local
1464 Z_PARAM_ZVAL(parameter) in PHP_METHOD()
[all …]

Completed in 75 milliseconds

12345678910>>...22