Home
last modified time | relevance | path

Searched refs:parameter (Results 1 – 25 of 535) sorted by last modified time

12345678910>>...22

/php-src/
H A DNEWS118 . Fixed bug #80269 (OpenSSL sets Subject wrong with extraattribs parameter).
122 . Introduced new serial_hex parameter to openssl_csr_sign. (Jakub Zelenka,
H A DUPGRADING58 . mb_http_output() now checks that the $encoding parameter does not
70 passed for parameter $row. Now, a warning is emitted in this case.
299 . Implicitly nullable parameter types are now deprecated.
326 3-parameter signature with a null $row parameter instead.
328 3-parameter signature with a null $row parameter instead.
330 3-parameter signature with a null $row parameter instead.
338 deprecated. Use the 2-parameter signature instead.
379 . The extra_attributes parameter in openssl_csr_new sets CSR attributes
381 . The dn parameter in openssl_csr_new allows setting array of values for
383 . New serial_hex parameter added to openssl_csr_sign to allow setting serial
[all …]
/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
H A Dtest_arginfo.h90 ZEND_ARG_TYPE_INFO(0, parameter, IS_STRING, 0)
197 ZEND_ARG_TYPE_INFO(0, parameter, IS_STRING, 0)
/php-src/ext/reflection/
H A Dphp_reflection.c2180 zval parameter; in ZEND_METHOD() local
2188 &parameter in ZEND_METHOD()
2190 zend_hash_next_index_insert_new(Z_ARRVAL_P(return_value), &parameter); in ZEND_METHOD()
/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/build/
H A Dphp.m4911 dnl dynamically loadable library. Optional parameter "sapi_class" can be set to
/php-src/ext/standard/tests/array/
H A Darray_walk_closure.phpt242 ["parameter"]=>
H A Darray_map_variation10.phpt24 echo "-- anonymous function with NULL parameter --\n";
67 -- anonymous function with NULL parameter --
/php-src/ext/spl/tests/
H A Dspl_autoload_013.phpt39 ["parameter"]=>
H A Dbug71236.phpt21 ["parameter"]=>
/php-src/ext/reflection/tests/
H A Dclosures_003_v1.phpt15 $parameter = new ReflectionParameter ($closure, 'b');
16 $method = $parameter->getDeclaringFunction ();
17 unset ($parameter);
H A DReflectionClass_export_basic1.phpt23 Deprecated: A::pubf(): Implicitly marking parameter $h as nullable is deprecated, the explicit null…
H A Dbug62715.phpt20 …eprecated: test(): Optional parameter $a declared before required parameter $c is implicitly treat…
22 …eprecated: test(): Optional parameter $b declared before required parameter $c is implicitly treat…
H A Dparameters_002.phpt76 Deprecated: test(): Implicitly marking parameter $opt as nullable is deprecated, the explicit nulla…
/php-src/Zend/
H A Dzend_language_parser.y255 %type <ast> extends_from parameter optional_type_without_static argument global_var
792 attributes parameter { $$ = zend_ast_with_attributes($2, $1); }
793 | parameter { $$ = $1; }
804 parameter:
/php-src/Zend/tests/
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 Dcall_user_func_005.phpt2 Passing Closure as parameter to an non-existent function
21 …{closure:%s:%d}(): Optional parameter $a declared before required parameter $b is implicitly treat…
32 ["parameter"]=>
H A Dclosure_032.phpt59 [parameter] => Array
H A Dclosure_066.phpt15 ["parameter"]=>
H A Dbug75290.phpt15 ["parameter"]=>
28 ["parameter"]=>
/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
/php-src/tests/classes/
H A Dtype_hinting_003.phpt42 Deprecated: Test::f2(): Implicitly marking parameter $ar as nullable is deprecated, the explicit nu…
H A Dtype_hinting_004.phpt146 Deprecated: f2(): Implicitly marking parameter $a as nullable is deprecated, the explicit nullable …
148 Deprecated: C::f2(): Implicitly marking parameter $a as nullable is deprecated, the explicit nullab…
150 Deprecated: D::f2(): Implicitly marking parameter $a as nullable is deprecated, the explicit nullab…
/php-src/tests/lang/
H A Dtype_hints_002.phpt19 Deprecated: T::f(): Implicitly marking parameter $p as nullable is deprecated, the explicit nullabl…

Completed in 67 milliseconds

12345678910>>...22