Home
last modified time | relevance | path

Searched refs:args (Results 51 – 75 of 560) sorted by relevance

12345678910>>...23

/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_helpers.h21 void umsg_format_helper(MessageFormatter_object *mfo, HashTable *args,
23 void umsg_parse_helper(UMessageFormat *fmt, int *count, zval **args,
/PHP-7.4/ext/standard/tests/strings/
H A Dsscanf_basic1.phpt19 echo "\n-- Try sccanf() WITHOUT optional args --\n";
24 echo "\n-- Try sccanf() WITH optional args --\n";
34 -- Try sccanf() WITHOUT optional args --
39 -- Try sccanf() WITH optional args --
H A Dsscanf_basic2.phpt19 echo "\n-- Try sccanf() WITHOUT optional args --\n";
24 echo "\n-- Try sccanf() WITH optional args --\n";
34 -- Try sccanf() WITHOUT optional args --
39 -- Try sccanf() WITH optional args --
H A Dsscanf_basic3.phpt16 echo "\n-- Try sccanf() WITHOUT optional args --\n";
21 echo "\n-- Try sccanf() WITH optional args --\n";
31 -- Try sccanf() WITHOUT optional args --
37 -- Try sccanf() WITH optional args --
H A Dsscanf_basic4.phpt16 echo "\n-- Try sccanf() WITHOUT optional args --\n";
21 echo "\n-- Try sccanf() WITH optional args --\n";
31 -- Try sccanf() WITHOUT optional args --
37 -- Try sccanf() WITH optional args --
H A Dsscanf_basic7.phpt16 echo "\n-- Try sccanf() WITHOUT optional args --\n";
21 echo "\n-- Try sccanf() WITH optional args --\n";
31 -- Try sccanf() WITHOUT optional args --
39 -- Try sccanf() WITH optional args --
H A Dvsprintf_variation2.phpt2 Test vsprintf() function : usage variations - unexpected values for args argument
5 /* Prototype : string vsprintf(string format, array args)
12 * the '$args' arguments of the function
15 echo "*** Testing vsprintf() : with unexpected values for args argument ***\n";
83 // loop through each element of the array for args
97 *** Testing vsprintf() : with unexpected values for args argument ***
H A Dsscanf_basic6.phpt22 echo "\n-- Try sccanf() WITHOUT optional args --\n";
27 echo "\n-- Try sccanf() WITH optional args --\n";
37 -- Try sccanf() WITHOUT optional args --
45 -- Try sccanf() WITH optional args --
H A Dvprintf_variation2.phpt2 Test vprintf() function : usage variations - unexpected values for args argument
5 /* Prototype : string vprintf(string format, array args)
12 * the '$args' arguments of the function
15 echo "*** Testing vprintf() : with unexpected values for args argument ***\n";
83 // loop through each element of the array for args
99 *** Testing vprintf() : with unexpected values for args argument ***
H A Dsscanf_basic5.phpt17 echo "\n-- Try sccanf() WITHOUT optional args --\n";
24 echo "\n-- Try sccanf() WITH optional args --\n";
37 -- Try sccanf() WITHOUT optional args --
47 -- Try sccanf() WITH optional args --
/PHP-7.4/ext/reflection/tests/
H A DReflectionProperty_getValue_error.phpt21 echo "Too few args:\n";
24 echo "\nToo many args:\n";
33 echo "\nStatic property / too many args:\n";
54 Too few args:
59 Too many args:
71 Static property / too many args:
/PHP-7.4/Zend/tests/arg_unpack/
H A Ddynamic.phpt6 $fn = function(...$args) {
7 var_dump($args);
H A Dnew.phpt7 public function __construct(...$args) {
8 var_dump($args);
H A Dby_ref_separation.phpt6 function inc(&... $args) {
7 foreach ($args as &$arg) {
H A Dnon_integer_keys.phpt5 function foo(...$args) {
6 var_dump($args);
/PHP-7.4/Zend/tests/
H A Dvm_stack_with_arg_extend.phpt6 function f(...$args) {
7 var_dump(count($args));
/PHP-7.4/Zend/tests/variadic/
H A Dby_ref.phpt6 function test(&... $args) {
8 foreach ($args as &$arg) {
H A Dtypehint_suppressed_error.phpt6 function test(array... $args) {
7 var_dump($args);
/PHP-7.4/ext/spl/tests/
H A DarrayObject_magicMethods1.phpt13 $args = func_get_args();
14 echo "In " . __METHOD__ . "(" . implode($args, ',') . ")\n";
17 $args = func_get_args();
18 echo "In " . __METHOD__ . "(" . implode($args, ',') . ")\n";
21 $args = func_get_args();
22 echo "In " . __METHOD__ . "(" . implode($args, ',') . ")\n";
25 $args = func_get_args();
26 echo "In " . __METHOD__ . "(" . implode($args, ',') . ")\n";
H A DarrayObject_magicMethods2.phpt13 $args = func_get_args();
14 echo "In " . __METHOD__ . "(" . implode($args, ',') . ")\n";
17 $args = func_get_args();
18 echo "In " . __METHOD__ . "(" . implode($args, ',') . ")\n";
21 $args = func_get_args();
22 echo "In " . __METHOD__ . "(" . implode($args, ',') . ")\n";
25 $args = func_get_args();
26 echo "In " . __METHOD__ . "(" . implode($args, ',') . ")\n";
H A DarrayObject_magicMethods3.phpt13 $args = func_get_args();
14 echo "In " . __METHOD__ . "(" . implode($args, ',') . ")\n";
17 $args = func_get_args();
18 echo "In " . __METHOD__ . "(" . implode($args, ',') . ")\n";
21 $args = func_get_args();
22 echo "In " . __METHOD__ . "(" . implode($args, ',') . ")\n";
25 $args = func_get_args();
26 echo "In " . __METHOD__ . "(" . implode($args, ',') . ")\n";
/PHP-7.4/ext/opcache/tests/opt/
H A Ddce_006.phpt21 $_main: ; (lines=1, args=0, vars=0, tmps=0)
26 foo: ; (lines=7, args=1, vars=2, tmps=1)
39 A::__destruct: ; (lines=1, args=0, vars=0, tmps=0)
/PHP-7.4/ext/standard/
H A Darray.c958 zval args[2]; in php_array_user_compare() local
1070 zval args[2]; in php_array_user_key_compare() local
3792 arg = args;
3868 arg = args;
4656 zval args[2]; local
4682 zval *args; local
5098 zval *args; local
5458 zval *args; local
5668 zval* args; local
6019 zval args[2]; local
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c1148 va_list args; in phpdbg_output_err_buf() local
1159 va_end(args); in phpdbg_output_err_buf()
1168 va_list args; in phpdbg_print() local
1177 va_end(args); in phpdbg_print()
1190 va_list args; in phpdbg_xml_internal() local
1213 va_list args; in phpdbg_log_internal() local
1220 va_end(args); in phpdbg_log_internal()
1229 va_list args; in phpdbg_out_internal() local
1240 va_end(args); in phpdbg_out_internal()
1271 va_list args; in phpdbg_rlog_internal() local
[all …]
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c806 c = Z_LVAL_P(args[0]) & 0xff; in ct_eval_func_call()
895 || !Z_STRLEN_P(args[1]) in ct_eval_func_call()
903 || Z_LVAL_P(args[1]) <= 0) { in ct_eval_func_call()
927 || zend_safe_address(Z_STRLEN_P(args[0]), Z_LVAL_P(args[1]), 0, &overflow) > 64 * 1024 in ct_eval_func_call()
948 if ((Z_TYPE_P(args[0]) != IS_STRING || Z_TYPE_P(args[1]) != IS_ARRAY) in ct_eval_func_call()
949 && (Z_TYPE_P(args[0]) != IS_ARRAY || Z_TYPE_P(args[1]) != IS_STRING)) { in ct_eval_func_call()
981 if ((Z_TYPE_P(args[0]) != IS_LONG && Z_TYPE_P(args[0]) != IS_DOUBLE) in ct_eval_func_call()
982 || (Z_TYPE_P(args[1]) != IS_LONG && Z_TYPE_P(args[1]) != IS_DOUBLE)) { in ct_eval_func_call()
1842 zval *name, *args[3] = {NULL}; in sccp_visit_instr() local
1873 if (args[i]) { in sccp_visit_instr()
[all …]

Completed in 64 milliseconds

12345678910>>...23