Home
last modified time | relevance | path

Searched refs:parameter (Results 51 – 75 of 535) sorted by relevance

12345678910>>...22

/php-src/ext/soap/tests/
H A Dbug77410.phpt2 Bug #77410: Segmentation Fault when executing method with an empty parameter
19 'parameter' => [],
25 …ap/envelope/" xmlns:ns1="urn:test"><SOAP-ENV:Body><ns1:MyMethodRequest><parameter/></ns1:MyMethodR…
/php-src/ext/zend_test/tests/
H A Ddoc_comment_internal_symbols2.phpt18 $rp = new ReflectionProperty(new ZendTestPropertyAttribute(""), "parameter");
45 Property [ public string $parameter ]
52 Parameter #0 [ <required> string $parameter ]
82 Property [ public string $parameter ]
/php-src/ext/standard/tests/array/
H A Darray_map_variation9.phpt23 echo "-- checking binary safe array with one parameter callback function --\n";
26 echo "-- checking binary safe array with two parameter callback function --\n";
37 -- checking binary safe array with one parameter callback function --
48 -- checking binary safe array with two parameter callback function --
/php-src/Zend/tests/
H A Dthis_as_parameter.phpt2 $this as parameter
11 Fatal error: Cannot use $this as parameter in %sthis_as_parameter.php on line 2
H A Dbug69767.phpt2 Bug #69767 (Default parameter value with wrong type segfaults)
8 Fatal error: Cannot use int as default value for parameter $bar of type string in %s on line %d
H A Dbug71737.phpt2 Bug #71737: Memory leak in closure with parameter named $this
16 Fatal error: Cannot use $this as parameter in %s on line %d
H A Dclosure_use_parameter_name.phpt2 Can't use name of lexical variable for parameter
14 Fatal error: Cannot use lexical variable $a as a parameter name in %s on line %d
/php-src/ext/intl/tests/
H A Dbug70452.phpt7 // Rely on the default value for the second parameter
9 // Provide a valid option for the second parameter
14 // Provide an invalid value for the second parameter
/php-src/Zend/tests/named_params/
H A Dpositional_after_named.phpt2 Cannot used positional parameter after named parameter
H A Dattributes_duplicate_named_param.phpt2 Named params in attributes: Duplicate named parameter error
11 Fatal error: Duplicate named parameter $a in %s on line %d
/php-src/ext/reflection/tests/
H A DReflectionParameter_canBePassedByValue.phpt10 foreach($parameters as $parameter) {
11 echo "Name: ", $parameter->getName(), "\n";
12 echo "Is passed by reference: ", $parameter->isPassedByReference()?"yes":"no", "\n";
13 echo "Can be passed by value: ", $parameter->canBePassedByValue()?"yes":"no", "\n";
/php-src/ext/standard/tests/file/
H A Dpopen_pclose_error-sunos.phpt31 Warning: Wrong parameter count for popen() in %s on line %d
34 Warning: Wrong parameter count for popen() in %s on line %d
39 Warning: Wrong parameter count for pclose() in %s on line %d
42 Warning: Wrong parameter count for pclose() in %s on line %d
/php-src/ext/pgsql/tests/
H A Dbug37100.phpt47 …h_result() with 2 arguments is deprecated, use the 3-parameter signature with a null $row paramete…
51 …h_result() with 2 arguments is deprecated, use the 3-parameter signature with a null $row paramete…
/php-src/ext/pdo_pgsql/
H A Dpgsql_statement.c336 zval *parameter; in pgsql_stmt_param_hook() local
345 if (Z_ISREF(param->parameter)) { in pgsql_stmt_param_hook()
346 parameter = Z_REFVAL(param->parameter); in pgsql_stmt_param_hook()
348 parameter = &param->parameter; in pgsql_stmt_param_hook()
373 ZVAL_STR(parameter, str); in pgsql_stmt_param_hook()
375 ZVAL_EMPTY_STRING(parameter); in pgsql_stmt_param_hook()
386 Z_TYPE_P(parameter) == IS_NULL) { in pgsql_stmt_param_hook()
389 } else if (Z_TYPE_P(parameter) == IS_FALSE || Z_TYPE_P(parameter) == IS_TRUE) { in pgsql_stmt_param_hook()
394 convert_to_string(parameter); in pgsql_stmt_param_hook()
415 zval_ptr_dtor(&param->parameter); in pgsql_stmt_param_hook()
[all …]
/php-src/Zend/tests/return_types/
H A Dnever_parameter.phpt2 never return type: not valid as a parameter type
9 Fatal error: never cannot be used as a parameter type in %s on line %d
H A Dvoid_parameter.phpt2 void return type: not valid as a parameter type
9 Fatal error: void cannot be used as a parameter type in %s on line %d
/php-src/Zend/tests/variadic/
H A Dremoving_parameter_error.phpt2 It is possible to remove required parameter before a variadic parameter
/php-src/ext/iconv/tests/
H A Diconv_strlen-charset-length-cve-2007-4840.phpt2 iconv_strlen() charset parameter length checks (CVE-2007-4840)
11 Warning: iconv_strlen(): Encoding parameter exceeds the maximum allowed length of 64 characters in …
H A Diconv_mime_decode-charset-length-cve-2007-4840.phpt2 iconv_mime_decode() charset parameter length checks (CVE-2007-4840)
11 Warning: iconv_mime_decode(): Encoding parameter exceeds the maximum allowed length of 64 character…
H A Diconv_mime_decode_headers-charset-length-cve-2007-4840.phpt2 iconv_mime_decode_headers() charset parameter length checks (CVE-2007-4840)
11 Warning: iconv_mime_decode_headers(): Encoding parameter exceeds the maximum allowed length of 64 c…
H A Diconv_mime_encode_001.phpt2 iconv_mime_encode(): Encoding parameter exceeds the maximum allowed for preference "input-charset" …
29 Warning: iconv_mime_encode(): Encoding parameter exceeds the maximum allowed length of %d character…
32 Warning: iconv_mime_encode(): Encoding parameter exceeds the maximum allowed length of %d character…
H A Diconv_strpos-charset-length-cve-2007-4840.phpt2 iconv_strpos() charset parameter length checks (CVE-2007-4840)
11 Warning: iconv_strpos(): Encoding parameter exceeds the maximum allowed length of 64 characters in …
H A Diconv_strrpos-charset-length-cve-2007-4840.phpt2 iconv_strrpos() charset parameter length checks (CVE-2007-4840)
11 Warning: iconv_strrpos(): Encoding parameter exceeds the maximum allowed length of 64 characters in…
H A Diconv_substr-charset-length-cve-2007-4783.phpt2 iconv_substr() charset parameter length checks (CVE-2007-4783)
12 Warning: iconv_substr(): Encoding parameter exceeds the maximum allowed length of 64 characters in …
/php-src/ext/spl/tests/
H A DSplFixedArray__construct_param_null.phpt2 SplFixedArray::__construct() with null passed as parameter.
14 Deprecated: SplFixedArray::__construct(): Passing null to parameter #1 ($size) of type int is depre…

Completed in 117 milliseconds

12345678910>>...22