Home
last modified time | relevance | path

Searched refs:args (Results 226 – 250 of 560) sorted by relevance

12345678910>>...23

/PHP-7.4/ext/standard/tests/array/
H A D001.phpt16 function make_nested_array ($depth, $breadth, $function = NULL, $args = array ()) {
21 $array = array (call_user_func_array ($function, $args));
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_error.phpt19 // args more than expected
26 // args more than expected
/PHP-7.4/Zend/tests/
H A Dbug63762.phpt26 'args' => NULL
50 Warning: args element is no array in %s on line %d
H A Dmagic_by_ref_006.phpt7 function __call(&$name, $args) { }
H A Dbug71474.phpt6 function __call($name, $args) {
H A Dmagic_by_ref_007.phpt7 function __call($name, &$args) { }
H A Dbug30791.phpt9 function __call($name, $args) {
H A Dbug81626.phpt7 public static function __callStatic(string $name, array $args): string
/PHP-7.4/ext/date/tests/
H A DExtendDateTime.phpt2 Extendig DatTime and calling __set_state without args
/PHP-7.4/ext/standard/tests/
H A Dbug75220.phpt19 function __call($func, $args)
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_csr_sign_basic.phpt22 $args = array(
31 $csr = openssl_csr_new($dn, $privkey, $args);
32 var_dump(openssl_csr_sign($csr, null, $privkey, 365, $args));
/PHP-7.4/ext/json/tests/
H A Djson_last_error_error.phpt10 var_dump(json_last_error('some', 4, 'args', 'here'));
/PHP-7.4/ext/standard/
H A Dscanf.c575 int argCount, zval *args, in php_sscanf_internal() argument
622 if ( ! Z_ISREF(args[ i ] ) ) { in php_sscanf_internal()
740 current = args + objIndex++; in php_sscanf_internal()
858 current = args + objIndex++; in php_sscanf_internal()
898 current = args + objIndex++; in php_sscanf_internal()
1051 current = args + objIndex++; in php_sscanf_internal()
1060 current = args + objIndex++; in php_sscanf_internal()
1164 current = args + objIndex++; in php_sscanf_internal()
/PHP-7.4/Zend/
H A Dzend_compile.c3232 || args->children != 1 in zend_compile_func_strlen()
3254 if (args->children != 1) { in zend_compile_func_typecheck()
3274 if (args->children != 1) { in zend_compile_func_cast()
3290 if (args->children != 1 || args->child[0]->kind != ZEND_AST_ZVAL) { in zend_compile_func_defined()
3327 if (args->children == 1 && in zend_compile_func_chr()
3344 if (args->children == 1 && in zend_compile_func_ord()
3421 if (args->children != 2) { in zend_compile_func_cufa()
3470 if (args->children < 1) { in zend_compile_func_cuf()
3474 zend_compile_init_user_func(args->child[0], args->children - 1, lcname); in zend_compile_func_cuf()
3543 if (args->children == 3) { in zend_compile_func_in_array()
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtr_variation4.phpt46 //strtr() call in three args syntax form
49 //strtr() call in two args syntax form
H A Dvprintf_variation15.phpt9 /* Prototype : string vprintf(string format, array args)
16 * are passed to the '$format' and '$args' arguments of the function
H A Dvprintf_variation15_64bit.phpt9 /* Prototype : string vprintf(string format, array args)
16 * are passed to the '$format' and '$args' arguments of the function
H A Dvprintf_variation19.phpt9 /* Prototype : string vprintf(string $format , array $args)
31 // initializing the args array
H A Dvprintf_variation3.phpt5 /* Prototype : string vprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
H A Dvsprintf_variation15.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * are passed to the '$format' and '$args' arguments of the function
H A Dvsprintf_variation15_64bit.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * are passed to the '$format' and '$args' arguments of the function
H A Dvsprintf_variation3.phpt5 /* Prototype : string vsprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
H A Dvprintf_variation19_64bit.phpt9 /* Prototype : string vprintf(string $format , array $args)
31 // initializing the args array
/PHP-7.4/ext/imap/tests/
H A DREADME.md39 args = /etc/dovecot/dovecotpass
43 args = uid=11459 gid=1002 home=/home/vmail/dovecot/mail/%d/%n
/PHP-7.4/ext/reflection/tests/
H A DReflectionProperty_export_error.phpt35 echo "\n\nIncorrect number of args:\n";
56 Incorrect number of args:

Completed in 45 milliseconds

12345678910>>...23