Home
last modified time | relevance | path

Searched refs:param (Results 1 – 25 of 233) sorted by path

12345678910

/PHP-7.4/
H A DNEWS661 . Fixed bug #79979 (passing value to by-ref param via CUFA crashes). (cmb,
2810 . Fixed bug #74707 (Tidy has incorrect ReflectionFunction param counts for
H A DUPGRADING648 . The @param notation can now also be used to denote SQL query parameters.
H A Dconfigure.ac420 sys/param.h \
472 #include <sys/param.h>
/PHP-7.4/Zend/tests/
H A D022.phpt8 abstract function someMethod($param);
13 function someMethod($param = "default")
15 echo $param, "\n";
H A DErrorException_getSeverity.phpt12 const EXCEPTION_PARAM_MSG = "string message param";
H A Dbug34064.phpt2 Bug #34064 (arr[] as param to function in class gives invalid opcode)
H A Dbug46665.phpt2 Bug #46665 (Triggering autoload with a variable classname causes truncated autoload param)
H A Dbug54624.phpt7 function foo(A $param) {
17 function foo(AliasA $param) {
H A Dbug72038.phpt13 function test(&$param) {
14 $param = 1;
H A Dbug79979.phpt2 Bug #79979 (passing value to by-ref param via CUF(A) crashes)
H A Dclosure_032.phpt11 $c = function($param) { print_r(debug_backtrace()); debug_print_backtrace(); };
58 [$param] => <required>
H A Druntime_compile_time_binary_operands.phpt87 function makeParam($param) {
88 if ($param === PHP_INT_MIN) {
91 if ($param === PHP_INT_MAX) {
94 if (is_string($param)) {
95 …return '"' . strtr($param, ["\t" => '\t', "\n" => '\n', "\r" => '\r', "\v" => '\v', "\f" => '\f', …
97 return "(" . str_replace("\n", "", var_export($param, true)) . ")";
/PHP-7.4/Zend/tests/closures/
H A Dclosure_from_callable_reflection.phpt29 foreach ($refl->getParameters() as $param) {
30 if ($param->hasType()) {
31 $type = $param->getType();
/PHP-7.4/Zend/tests/generators/
H A Dbug65161.phpt12 new SyntaxError('param');
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Denum_forward_compat.phpt16 public function method(X $param) : object {}
20 public function method(object $param) : Y {}
/PHP-7.4/Zend/tests/typehints/
H A Dfq_nullable.phpt7 function test(?\stdClass $param) {}
H A Dor_null.phpt8 function unloadedClass(?I\Dont\Exist $param) {}
19 function loadedClass(?RealClass $param) {}
20 function loadedInterface(?RealInterface $param) {}
52 function callableF(?callable $param) {}
60 function iterableF(?iterable $param) {}
68 function intF(?int $param) {}
/PHP-7.4/Zend/
H A Dzend_execute_API.c758 zval *param; in zend_call_function() local
795 param = ZEND_CALL_ARG(call, i+1); in zend_call_function()
797 ZVAL_COPY(param, arg); in zend_call_function()
800 ZVAL_NEW_REF(param, arg); in zend_call_function()
H A Dzend_vm_def.h5099 zval *arg, *param; variable
5152 param++; in ZEND_HASH_FOREACH_VAL()
5186 param++; in ZEND_HASH_FOREACH_VAL()
5197 zval *arg, *param; variable
5208 ZVAL_COPY(param, arg);
5238 zval *param; variable
5297 zval *param; variable
5307 if (Z_OPT_REFCOUNTED_P(param)) Z_ADDREF_P(param); in ZEND_HASH_FILL_PACKED()
5309 param++; in ZEND_HASH_FILL_PACKED()
5313 if (Z_OPT_REFCOUNTED_P(param)) Z_ADDREF_P(param); in ZEND_HASH_FILL_PACKED()
[all …]
H A Dzend_vm_execute.h2052 zval *arg, *param; in ZEND_SEND_ARRAY_SPEC_HANDLER() local
2105 param++; in ZEND_SEND_ARRAY_SPEC_HANDLER()
2139 param++; in ZEND_SEND_ARRAY_SPEC_HANDLER()
3053 zval *param; in ZEND_RECV_INIT_SPEC_CONST_HANDLER() local
3188 zval *param; in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER() local
3198 if (Z_OPT_REFCOUNTED_P(param)) Z_ADDREF_P(param); in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
3200 param++; in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
3204 if (Z_OPT_REFCOUNTED_P(param)) Z_ADDREF_P(param); in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
3206 param++; in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
3855 zval *arg, *param; in ZEND_SEND_USER_SPEC_CONST_HANDLER() local
[all …]
H A Dzend_vm_gen.php1200 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno, $inline, $cold = f… argument
1234 if ($param == null) {
1239 …"static$zend_attributes ZEND_OPCODE_HANDLER_RET$zend_fastcall $spec_name($param ZEND_OPCODE_HANDLE…
2102 foreach ($params as $param => $x) {
2103 out($f,$m[1].$param.";\n");
2516 $param = isset($m[6]) ? $m[6] : null;
2525 foreach (explode(",", $param) as $p) {
2533 …$helpers[$helper] = array("op1"=>$op1,"op2"=>$op2,"param"=>$param,"code"=>"","inline"=>$inline,"co…
/PHP-7.4/docs/
H A Dparameter-parsing-api.md142 zval *param;
144 &l, &s, &s_len, &param) == FAILURE) {
/PHP-7.4/ext/bz2/tests/
H A Dbug72447.phpt8 $param = array('blocks' => $input);
11 stream_filter_append($fp, 'bzip2.compress', STREAM_FILTER_WRITE, $param);
/PHP-7.4/ext/date/tests/
H A Dbug21966.phpt2 Bug #21966 (date() or mktime() returning bad value for mktime month param of '2')
H A Dexamine_diff.inc21 * @param string|DateTime $end_date the end date in YYYY-MM-DD format
23 * @param string|DateTime $start_date the start date in YYYY-MM-DD format
25 * @param string $expect_spec the expected result of the tests, in the
29 * @param int $expect_days the number of days to compare with the
31 * @param bool $absolute should the result always be a positive number?

Completed in 178 milliseconds

12345678910