Home
last modified time | relevance | path

Searched refs:args (Results 126 – 150 of 513) sorted by relevance

12345678910>>...21

/PHP-8.1/ext/opcache/tests/opt/
H A Dsccp_022.phpt28 ; (lines=1, args=0, vars=0, tmps=0)
34 ; (lines=11, args=1, vars=2, tmps=1)
50 ; (lines=9, args=0, vars=3, tmps=2)
H A Dsccp_017.phpt23 ; (lines=1, args=0, vars=0, tmps=0)
29 ; (lines=2, args=1, vars=1, tmps=0)
H A Dsccp_019.phpt22 ; (lines=1, args=0, vars=0, tmps=0)
28 ; (lines=2, args=1, vars=1, tmps=0)
H A Ddce_003.phpt20 ; (lines=1, args=0, vars=0, tmps=0)
26 ; (lines=3, args=1, vars=1, tmps=0)
H A Djmp_001.phpt20 ; (lines=1, args=0, vars=0, tmps=0)
26 ; (lines=4, args=0, vars=1, tmps=1)
H A Dsccp_005.phpt20 ; (lines=1, args=0, vars=0, tmps=0)
26 ; (lines=3, args=1, vars=1, tmps=0)
H A Dsccp_009.phpt21 ; (lines=1, args=0, vars=0, tmps=0)
27 ; (lines=3, args=1, vars=1, tmps=0)
H A Dsccp_007.phpt24 ; (lines=1, args=0, vars=0, tmps=0)
30 ; (lines=3, args=1, vars=1, tmps=0)
H A Dsccp_003.phpt27 ; (lines=1, args=0, vars=0, tmps=0)
33 ; (lines=3, args=0, vars=0, tmps=0)
H A Ddce_005.phpt22 ; (lines=1, args=0, vars=0, tmps=0)
28 ; (lines=2, args=1, vars=1, tmps=0)
/PHP-8.1/ext/ffi/tests/
H A Dbug77632.phpt18 $args = ["test\n"];
19 $libc->printf(...$args);
/PHP-8.1/Zend/tests/
H A Dbug65108.phpt7 static function __callStatic($name, $args) {}
21 function __call($name, $args) {}
H A Dfirst_class_callable_005.phpt6 public function __call($method, $args) {
10 public static function __callStatic($method, $args) {
H A Dis_callable_trampoline_uaf.phpt12 public function __call($func, $args) {
17 public static function __callStatic($func, $args) {
H A Dbug67938.phpt12 public function foo(...$args) {
15 public function bar(array $bar, ...$args) {
H A Dbug72598.phpt11 $args = [&$this];
13 $a = array_slice($args, 0, 1);
H A Dbug72598_2.phpt13 $args = [&$b];
16 $a = array_slice($args, 0, 1);
/PHP-8.1/Zend/tests/variadic/
H A Dtypehint_error.phpt6 function test(array... $args) {
7 var_dump($args);
/PHP-8.1/ext/phar/phar/
H A Dclicommand.inc22 protected $args = array();
41 $this->args = call_user_func(array($this, $this->cmds[$command]['arg']));
46 if (strlen($argv[$i]) == 2 && isset($this->args[$argv[$i][1]])) {
61 if (isset($this->args[''])) {
63 if (isset($this->args['']['require']) && $this->args['']['require']) {
67 $this->args['']['val'] = array();
69 $this->args['']['val'][] = $argv[$i++];
76 foreach($this->args as $arg => $inf) {
87 call_user_func(array($this, $this->cmds[$command]['run']), $this->args);
103 $typ = $this->args[$arg]['typ'];
[all …]
/PHP-8.1/Zend/tests/arg_unpack/
H A Dtraversable_throwing_exception.phpt6 function test(...$args) {
7 var_dump($args);
/PHP-8.1/ext/gd/tests/
H A Dgh8848.phpt17 foreach ($argslist as $args) {
19 imagecopyresized($image1, $image2, 1, 1, 1, 1, ...$args);
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c72 sljit_s32 args, size; in sljit_emit_enter() local
83 compiler->args = args; in sljit_emit_enter()
107 size += (args > 0 ? (args * 2) : 0) + (args > 2 ? 2 : 0); in sljit_emit_enter()
109 size += (args > 0 ? (2 + args * 3) : 0); in sljit_emit_enter()
117 if (args > 0) { in sljit_emit_enter()
130 if (args > 0) { in sljit_emit_enter()
135 if (args > 1) { in sljit_emit_enter()
140 if (args > 2) { in sljit_emit_enter()
147 if (args > 0) { in sljit_emit_enter()
153 if (args > 1) { in sljit_emit_enter()
[all …]
/PHP-8.1/ext/opcache/tests/
H A Djmp_elim_002.phpt7 function wp_get_archives( $args = '' ) {
15 $r = wp_parse_args( $args, $defaults );
/PHP-8.1/ext/standard/tests/strings/
H A Dstrncmp_error.phpt5 /* Test strncmp() function with more/less number of args and invalid args */
/PHP-8.1/sapi/fpm/fpm/
H A Dzlog.c142 va_copy(ap, args); in zlog_external()
256 va_list args; in zlog_ex() local
257 va_start(args, fmt); in zlog_ex()
258 vzlog(function, line, flags, fmt, args); in zlog_ex()
259 va_end(args); in zlog_ex()
589 va_list args; in zlog_stream_set_msg_prefix() local
595 va_start(args, fmt); in zlog_stream_set_msg_prefix()
597 va_end(args); in zlog_stream_set_msg_prefix()
727 va_list args; in zlog_stream_format() local
728 va_start(args, fmt); in zlog_stream_format()
[all …]

Completed in 45 milliseconds

12345678910>>...21