Home
last modified time | relevance | path

Searched refs:parameter (Results 76 – 100 of 535) sorted by relevance

12345678910>>...22

/php-src/ext/spl/tests/
H A DSplFixedArray_setSize_param_null.phpt2 SplFixedArray::setSize() with a null parameter
12 Deprecated: SplFixedArray::setSize(): Passing null to parameter #1 ($size) of type int is deprecate…
/php-src/Zend/tests/named_params/
H A Dduplicate_param.phpt22 Named parameter $a overwrites previous argument
23 Named parameter $a overwrites previous argument
H A Dctor_extra_named_args.phpt22 Unknown named parameter $x
23 Unknown named parameter $x
H A Dattributes_named_flags_incorrect.phpt2 Named flags parameter for Attribute attribute (incorrect parameter name)
/php-src/ext/gd/tests/
H A Dimagefilter_error1.phpt2 Testing wrong parameter passing in imagefilter() of GD library
19 Wrong parameter count for imagefilter()
/php-src/Zend/tests/variadic/
H A Doptional_params.phpt2 Optional parameter before variadic parameter
/php-src/ext/openssl/tests/
H A Dopenssl_public_encrypt_basic.phpt30 Warning: openssl_public_encrypt(): key parameter is not a valid public key in %s on line %d
33 Warning: openssl_public_encrypt(): key parameter is not a valid public key in %s on line %d
36 Warning: openssl_public_encrypt(): key parameter is not a valid public key in %s on line %d
/php-src/ext/odbc/tests/
H A Dodbc_columnprivileges_001.phpt29 Deprecated: odbc_columnprivileges(): Passing null to parameter #3 ($schema) of type string is depre…
31 Deprecated: odbc_columnprivileges(): Passing null to parameter #4 ($table) of type string is deprec…
33 Deprecated: odbc_columnprivileges(): Passing null to parameter #5 ($column) of type string is depre…
/php-src/Zend/tests/
H A Dbug43201.phpt33 Deprecated: chop(): Passing null to parameter #1 ($string) of type string is deprecated in %s on li…
39 Deprecated: chop(): Passing null to parameter #1 ($string) of type string is deprecated in %s on li…
45 Deprecated: chop(): Passing null to parameter #1 ($string) of type string is deprecated in %s on li…
51 Deprecated: chop(): Passing null to parameter #1 ($string) of type string is deprecated in %s on li…
57 Deprecated: chop(): Passing null to parameter #1 ($string) of type string is deprecated in %s on li…
63 Deprecated: chop(): Passing null to parameter #1 ($string) of type string is deprecated in %s on li…
H A Dbug54013.phpt2 Bug #54013 (ReflectionParam for duplicate parameter contains garbage) (PHP7)
24 Fatal error: Redefinition of parameter $aaaaaaaa in %sbug54013.php on line 5
H A Dns_073.phpt2 Testing type-hinted lambda parameter inside namespace
17 Deprecated: {closure:%s:%d}(): Implicitly marking parameter $x as nullable is deprecated, the expli…
H A Dbug75290.phpt15 ["parameter"]=>
28 ["parameter"]=>
/php-src/ext/standard/tests/file/
H A Dfile_get_contents_error002.phpt2 file_get_contents() test using negative parameter for length (last parameter)
/php-src/ext/date/tests/
H A Ddate_interval_create_from_date_string_nullparam.phpt2 Test date_interval_create_from_date_string() function : null parameter
11 Deprecated: date_interval_create_from_date_string(): Passing null to parameter #1 ($datetime) of ty…
H A Ddate_timestamp_set_nullparam2.phpt2 Test the function date_timestamp_set() with second null parameter.
17 Deprecated: date_timestamp_set(): Passing null to parameter #2 ($timestamp) of type int is deprecat…
/php-src/ext/zend_test/tests/
H A Dattribute-promotion-parameter-only.phpt2 Attribute on promoted property may only target parameter
20 var_dump($attr[0]->newInstance()->parameter);
/php-src/ext/standard/tests/strings/
H A Dprintf.phpt195 echo"\n\n*** Output for '%%%.2f' as the format parameter ***\n";
198 echo"\n\n*** Output for '%%' as the format parameter ***\n";
211 echo"\n\n*** Output for '%F' as the format parameter ***\n";
214 echo"\n\n*** Output for '%X' as the format parameter ***\n";
217 echo"\n\n*** Output with no format parameter ***\n";
667 *** Output for '%%%.2f' as the format parameter ***
670 *** Output for '%%' as the format parameter ***
681 *** Output for '%F' as the format parameter ***
684 *** Output for '%X' as the format parameter ***
687 *** Output with no format parameter ***
[all …]
H A Dprintf_64bit.phpt195 echo"\n\n*** Output for '%%%.2f' as the format parameter ***\n";
198 echo"\n\n*** Output for '%%' as the format parameter ***\n";
211 echo"\n\n*** Output for '%F' as the format parameter ***\n";
214 echo"\n\n*** Output for '%X' as the format parameter ***\n";
217 echo"\n\n*** Output with no format parameter ***\n";
667 *** Output for '%%%.2f' as the format parameter ***
670 *** Output for '%%' as the format parameter ***
681 *** Output for '%F' as the format parameter ***
684 *** Output for '%X' as the format parameter ***
687 *** Output with no format parameter ***
[all …]
/php-src/ext/pgsql/tests/
H A D04async_query.phpt78 …d_prtlen() with 2 arguments is deprecated, use the 3-parameter signature with a null $row paramete…
80 …_is_null() with 2 arguments is deprecated, use the 3-parameter signature with a null $row paramete…
/php-src/ext/reflection/tests/
H A Dbug29268.phpt17 foreach($parameters as $parameter)
19 $class = $parameter->getClass();
/php-src/Zend/tests/nullsafe_operator/
H A D013.phpt41 Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in %s on …
49 Deprecated: defined(): Passing null to parameter #1 ($constant_name) of type string is deprecated i…
52 Deprecated: chr(): Passing null to parameter #1 ($codepoint) of type int is deprecated in %s on lin…
55 Deprecated: ord(): Passing null to parameter #1 ($character) of type string is deprecated in %s on …
66 Deprecated: array_slice(): Passing null to parameter #2 ($offset) of type int is deprecated in %s o…
/php-src/ext/pdo_pgsql/tests/
H A Dgetnotify.phpt45 // Test PDO::FETCH_NUM as parameter
52 // Test PDO::FETCH_ASSOC as parameter
59 // Test PDO::FETCH_BOTH as parameter
72 // Test second parameter, should wait 2 seconds because no notify is queued
79 // Test second parameter, should return immediately because a notify is queued
/php-src/ext/standard/tests/array/
H A Darray_walk_recursive_variation9.phpt26 echo "-- callback function with only one parameter --\n";
43 echo "-- passing one more parameter to function with two parameters --\n";
64 -- callback function with only one parameter --
80 -- passing one more parameter to function with two parameters --
H A Darray_walk_variation9.phpt26 echo "-- callback function with only one parameter --\n";
43 echo "-- passing one more parameter to function with two parameters --\n";
64 -- callback function with only one parameter --
80 -- passing one more parameter to function with two parameters --
/php-src/ext/standard/tests/password/
H A Dpassword_bcrypt_errors.phpt25 Invalid bcrypt cost parameter specified: 3
26 Invalid bcrypt cost parameter specified: 32

Completed in 48 milliseconds

12345678910>>...22