Home
last modified time | relevance | path

Searched refs:parameter (Results 26 – 50 of 535) sorted by relevance

12345678910>>...22

/php-src/ext/reflection/tests/internal_parameter_default_value/
H A DReflectionParameter_isDefaultValueAvailable_Internal.phpt8 foreach ($method->getParameters() as $parameter) {
9 var_dump($parameter->isDefaultValueAvailable());
17 foreach ($method->getParameters() as $parameter) {
18 var_dump($parameter->isDefaultValueAvailable());
H A DReflectionParameter_toString_Internal.phpt8 foreach ($method->getParameters() as $k => $parameter) {
9 echo $parameter . "\n";
17 foreach ($method->getParameters() as $parameter) {
18 echo $parameter . "\n";
H A DReflectionParameter_getDefaultValue_Internal.phpt8 foreach ($method->getParameters() as $k => $parameter) {
10 var_dump($parameter->getDefaultValue());
21 foreach ($method->getParameters() as $parameter) {
23 var_dump($parameter->getDefaultValue());
H A DReflectionParameter_isDefaultValueConstant_Internal.phpt8 foreach ($method->getParameters() as $parameter) {
10 var_dump($parameter->isDefaultValueConstant());
21 foreach ($method->getParameters() as $parameter) {
23 var_dump($parameter->isDefaultValueConstant());
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c597 zval *parameter; in pdo_firebird_stmt_param_hook() local
617 parameter = Z_REFVAL(param->parameter); in pdo_firebird_stmt_param_hook()
619 parameter = &param->parameter; in pdo_firebird_stmt_param_hook()
628 zval_ptr_dtor(parameter); in pdo_firebird_stmt_param_hook()
667 switch (Z_TYPE_P(parameter)) { in pdo_firebird_stmt_param_hook()
684 switch (is_numeric_string(Z_STRVAL_P(parameter), Z_STRLEN_P(parameter), &lval, &dval, 0)) { in pdo_firebird_stmt_param_hook()
721 switch (Z_TYPE_P(parameter)) { in pdo_firebird_stmt_param_hook()
785 parameter = Z_REFVAL(param->parameter); in pdo_firebird_stmt_param_hook()
787 parameter = &param->parameter; in pdo_firebird_stmt_param_hook()
789 zval_ptr_dtor(parameter); in pdo_firebird_stmt_param_hook()
[all …]
/php-src/ext/standard/tests/array/
H A Darray_count_values_variation.phpt2 Test array_count_values() function : Test all normal parameter variations
6 * Test behaviour with parameter variations
9 echo "*** Testing array_count_values() : parameter variations ***\n";
34 *** Testing array_count_values() : parameter variations ***
H A Darray_column_scalar_index_weak_types.phpt5 echo "\n-- Testing array_column() column key parameter should be a string or an integer (testing bo…
17 echo "\n-- Testing array_column() column key parameter should be a string or integer (testing array…
24 echo "\n-- Testing array_column() index key parameter should be a string or an integer (testing boo…
36 echo "\n-- Testing array_column() index key parameter should be a string or integer (testing array)…
47 -- Testing array_column() column key parameter should be a string or an integer (testing bool) --
61 -- Testing array_column() column key parameter should be a string or integer (testing array) --
64 -- Testing array_column() index key parameter should be a string or an integer (testing bool) --
78 -- Testing array_column() index key parameter should be a string or integer (testing array) --
H A Darray_column_scalar_index_strict_types.phpt7 echo "\n-- Testing array_column() column key parameter should be a string or an integer (testing bo…
19 echo "\n-- Testing array_column() column key parameter should be a string or integer (testing array…
26 echo "\n-- Testing array_column() index key parameter should be a string or an integer (testing boo…
38 echo "\n-- Testing array_column() index key parameter should be a string or integer (testing array)…
49 -- Testing array_column() column key parameter should be a string or an integer (testing bool) --
53 -- Testing array_column() column key parameter should be a string or integer (testing array) --
56 -- Testing array_column() index key parameter should be a string or an integer (testing bool) --
60 -- Testing array_column() index key parameter should be a string or integer (testing array) --
H A Dcurrent_variation5.phpt7 echo "\n-- Function: reference parameter --\n";
21 echo "\n-- Function: normal parameter --\n";
39 -- Function: reference parameter --
45 -- Function: normal parameter --
H A Darray_fill_keys_variation3.phpt2 Test array_fill_keys() function : variation of parameter
7 echo "*** Testing array_fill_keys() : parameter variations ***\n";
19 *** Testing array_fill_keys() : parameter variations ***
/php-src/ext/iconv/tests/
H A Diconv_set_encoding-charset-length-cve-2007-4840.phpt2 iconv_set_encoding() charset parameter length checks (CVE-2007-4840)
13 Warning: iconv_set_encoding(): Encoding parameter exceeds the maximum allowed length of 64 characte…
16 Warning: iconv_set_encoding(): Encoding parameter exceeds the maximum allowed length of 64 characte…
19 Warning: iconv_set_encoding(): Encoding parameter exceeds the maximum allowed length of 64 characte…
H A Diconv-charset-length-cve-2007-4840.phpt2 iconv() charset parameter length checks (CVE-2007-4840)
12 Warning: iconv(): Encoding parameter exceeds the maximum allowed length of 64 characters in %s on l…
15 Warning: iconv(): Encoding parameter exceeds the maximum allowed length of 64 characters in %s on l…
/php-src/ext/reflection/tests/
H A Dbug48757.phpt2 Bug #48757 (ReflectionFunction::invoke() parameter issues)
9 function another_test($parameter) {
10 var_dump($parameter);
H A Dbug33312.phpt13 foreach ($method->getParameters() as $parameter) {
14 if ($parameter->isDefaultValueAvailable()) {
15 print $parameter->getDefaultValue()."\n";
H A DReflectionParameter_002.phpt23 foreach($parameters as $parameter) {
24 var_dump($parameter);
25 if($parameter->isPassedByReference()) {
38 foreach($parameters as $parameter) {
39 var_dump($parameter);
40 if($parameter->isPassedByReference()) {
H A Dbug29523.phpt17 foreach($function->getParameters() as $parameter)
19 var_dump($parameter->isOptional());
20 if ($parameter->isOptional())
H A Dclosures_003.phpt15 $parameter = new ReflectionParameter (array ($closure, '__invoke'), 'b');
16 $method = $parameter->getDeclaringFunction ();
17 unset ($parameter);
H A Dclosures_003_v1.phpt15 $parameter = new ReflectionParameter ($closure, 'b');
16 $method = $parameter->getDeclaringFunction ();
17 unset ($parameter);
/php-src/ext/pdo/
H A Dpdo_sql_parser.re216 /* parameter was not defined */
222 zval *parameter;
223 if (Z_ISREF(param->parameter)) {
224 parameter = Z_REFVAL(param->parameter);
226 parameter = &param->parameter;
262 if (Z_TYPE_P(parameter) == IS_NULL) {
280 buf = zval_try_get_string(parameter);
298 zval *parameter;
299 if (Z_ISREF(param->parameter)) {
300 parameter = Z_REFVAL(param->parameter);
[all …]
/php-src/Zend/tests/
H A Drequired_param_after_optional_named_args.phpt16 …eprecated: test(): Optional parameter $a declared before required parameter $b is implicitly treat…
/php-src/ext/standard/tests/array/range/
H A Drange_inputs_null_variations.phpt27 Deprecated: range(): Passing null to parameter #1 ($start) of type string|int|float is deprecated i…
29 Deprecated: range(): Passing null to parameter #2 ($end) of type string|int|float is deprecated in …
36 Deprecated: range(): Passing null to parameter #1 ($start) of type string|int|float is deprecated i…
52 Deprecated: range(): Passing null to parameter #2 ($end) of type string|int|float is deprecated in …
69 Deprecated: range(): Passing null to parameter #1 ($start) of type string|int|float is deprecated i…
83 Deprecated: range(): Passing null to parameter #2 ($end) of type string|int|float is deprecated in …
98 Deprecated: range(): Passing null to parameter #1 ($start) of type string|int|float is deprecated i…
106 Deprecated: range(): Passing null to parameter #2 ($end) of type string|int|float is deprecated in …
/php-src/ext/zend_test/
H A Dtest.stub.php113 public string $parameter; variable in ZendTestParameterAttribute
115 public function __construct(string $parameter) {} argument
130 public string $parameter; variable in ZendTestPropertyAttribute
132 public function __construct(string $parameter) {} argument
138 string $parameter argument
142 string $parameter argument
149 string $parameter argument
243 string $parameter argument
/php-src/ext/standard/tests/strings/
H A Dsprintf_variation52.phpt11 echo"\n-- Testing for '%%%.2f' as the format parameter --\n";
14 echo"\n-- Testing for '%%' as the format parameter --\n";
27 echo"\n-- Testing for '%X' as the format parameter --\n";
41 -- Testing for '%%%.2f' as the format parameter --
44 -- Testing for '%%' as the format parameter --
55 -- Testing for '%X' as the format parameter --
/php-src/ext/pdo_pgsql/tests/
H A Dbug69344.phpt44 SQLSTATE[HY093]: Invalid parameter number: parameter was not defined
45 SQLSTATE[HY093]: Invalid parameter number: parameter was not defined
/php-src/ext/zend_test/tests/
H A Dattribute_hash_table_leak.phpt2 Verify that parameter attributes for native functions do not leak.
19 public function override(string $parameter): int
30 public function override(#[ZendTestParameterAttribute] string $parameter): int
46 public function override(#[SomeAttribute] string $parameter): int

Completed in 42 milliseconds

12345678910>>...22