Home
last modified time | relevance | path

Searched refs:arguments (Results 51 – 75 of 861) sorted by last modified time

12345678910>>...35

/php-src/docs/source/core/data-structures/
H A Dzval.rst106 uint32_t num_args; /* arguments number for EX(This) */
/php-src/docs-old/
H A Dparameter-parsing-api.md52 reading the arguments from the stack, it receives a single zval to convert
93 * - variable arguments list (0 or more)
94 + - variable arguments list (1 or more)
107 double* arguments, respectively. A non-zero value will be written to the
252 /* Function that doesn't accept any arguments */
H A Dself-contained-extensions.md106 for handling arguments passed to your functions. See `./ext/ext_skel.php --help`
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c9839 static sljit_s32 SLJIT_FUNC SLJIT_FUNC_ATTRIBUTE do_callout_jit(struct jit_arguments *arguments, pc… in do_callout_jit() argument
9845 if (arguments->callout == NULL) in do_callout_jit()
9850 begin = arguments->begin; in do_callout_jit()
9860 callout_block->subject_length = arguments->end - arguments->begin; in do_callout_jit()
9890 return (arguments->callout)(callout_block, arguments->callout_data); in do_callout_jit()
H A Dpcre2_jit_match.c62 arguments->stack = &local_stack; in jit_machine_stack_exec()
63 return executable_func(arguments); in jit_machine_stack_exec()
117 jit_arguments arguments; in pcre2_jit_match()
131 arguments.begin = subject; in pcre2_jit_match()
132 arguments.end = subject + length; in pcre2_jit_match()
133 arguments.match_data = match_data; in pcre2_jit_match()
134 arguments.startchar_ptr = subject; in pcre2_jit_match()
135 arguments.mark_ptr = NULL; in pcre2_jit_match()
136 arguments.options = options; in pcre2_jit_match()
152 arguments.callout = NULL; in pcre2_jit_match()
[all …]
/php-src/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt12 // Calling finfo_file() with all possible arguments
/php-src/ext/ffi/tests/
H A Dbug77706.phpt2 Bug #77706 (Error messages in FFI for incompatible arguments)
58 FFI\Exception: Incorrect number of arguments for C function 'time', expecting exactly 1 parameter
59 FFI\Exception: Incorrect number of arguments for C function 'time', expecting exactly 1 parameter
60 FFI\Exception: Incorrect number of arguments for C function 'fprintf', expecting at least 2 paramet…
/php-src/ext/opcache/tests/jit/
H A Drecursive_wrong_args.phpt19 Too few arguments to function f(), 0 passed in %s on line %d and exactly 1 expected
H A Drecv_002.phpt2 JIT RECV: too few arguments
22 Fatal error: Uncaught ArgumentCountError: Too few arguments to function test(), 0 passed in %srecv_…
H A Drecv_004.phpt2 JIT RECV: default arguments with type checks
H A Dinit_fcall_001.phpt16 Fatal error: Uncaught ArgumentCountError: ini_set() expects exactly 2 arguments, 0 given in %sinit_…
/php-src/ext/dom/tests/
H A DregisterPhpFunctionNS.phpt9 public static function __callStatic(string $name, array $arguments): mixed {
10 var_dump($name, $arguments);
11 return strtoupper($arguments[0]);
18 public function __call(string $name, array $arguments): mixed {
19 $this->state[] = [$name, $arguments[0]];
20 return $arguments[0];
/php-src/ext/xsl/tests/
H A DregisterPHPFunctionNS.phpt9 public static function __callStatic(string $name, array $arguments): mixed {
10 var_dump($name, $arguments);
18 public function __call(string $name, array $arguments): mixed {
19 $this->state[] = [$name, $arguments[0]];
20 return $arguments[0];
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_createafunction_trampoline.phpt15 public function __call(string $name, array $arguments) {
17 return strtoupper($arguments[0]);
H A Dpdo_sqlite_createcollation_trampoline.phpt15 public function __call(string $name, array $arguments) {
17 return strnatcmp(...$arguments);
H A Dpdo_sqlite_createaggregate_trampoline.phpt15 public function __call(string $name, array $arguments) {
17 $context = $arguments[0];
24 $context['total'] += (int) $arguments[2];
/php-src/ext/intl/tests/
H A Dformatter_fail.phpt98 ArgumentCountError: NumberFormatter::__construct() expects at least 2 arguments, 0 given in %s on l…
101 ArgumentCountError: numfmt_create() expects at least 2 arguments, 0 given in %s on line %d
104 ArgumentCountError: NumberFormatter::create() expects at least 2 arguments, 0 given in %s on line %d
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_variation4.phpt54 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
71 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
H A Dsession_set_save_handler_variation5.phpt62 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
78 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
H A Dsession_set_save_handler_variation6.phpt66 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
90 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
105 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
H A Dsession_set_save_handler_iface_001.phpt86 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
H A Dsession_set_save_handler_iface_002.phpt84 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
H A Dsession_set_save_handler_multiple.phpt76 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
84 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
/php-src/ext/standard/tests/streams/
H A Dstream_context_set_option_basic.phpt27 Deprecated: Calling stream_context_set_option() with 2 arguments is deprecated, use stream_context_…
H A Dstream_context_set_option_error.phpt33 Deprecated: Calling stream_context_set_option() with 2 arguments is deprecated, use stream_context_…

Completed in 78 milliseconds

12345678910>>...35