Home
last modified time | relevance | path

Searched refs:args (Results 201 – 225 of 513) sorted by relevance

12345678910>>...21

/PHP-8.1/ext/standard/tests/strings/
H A Dvprintf_variation12.phpt11 * the '$format' and '$args' arguments of the function
68 foreach($args_array as $args) {
70 $result = vprintf($formats, $args);
H A Dvprintf_variation4_64bit.phpt11 * the '$format' and '$args' arguments of the function
61 foreach($args_array as $args) {
63 $result = vprintf($formats, $args);
H A Dvprintf_variation12_64bit.phpt11 * the '$format' and '$args' arguments of the function
68 foreach($args_array as $args) {
70 $result = vprintf($formats, $args);
H A Dvprintf_variation4.phpt11 * the '$format' and '$args' arguments of the function
61 foreach($args_array as $args) {
63 $result = vprintf($formats, $args);
H A Dvprintf_variation16.phpt11 * are passed to the '$format' and '$args' arguments of the function
61 foreach($args_array as $args) {
63 $result = vprintf($formats, $args);
H A Dvprintf_variation16_64bit.phpt11 * are passed to the '$format' and '$args' arguments of the function
61 foreach($args_array as $args) {
63 $result = vprintf($formats, $args);
H A Dvprintf_variation14.phpt11 * the '$format' and '$args' arguments of the function
69 foreach($args_array as $args) {
71 $result = vprintf($formats, $args);
H A Dvprintf_variation14_64bit.phpt11 * the '$format' and '$args' arguments of the function
69 foreach($args_array as $args) {
71 $result = vprintf($formats, $args);
/PHP-8.1/tests/lang/
H A Dfunc_get_args.001.phpt2 func_get_args with no args
H A Dfunc_num_args.001.phpt2 func_num_args with no args
H A Dfunc_num_args.002.phpt2 func_num_args with variable number of args
H A Dfunc_get_args.002.phpt2 func_get_args with variable number of args
H A Dfunc_get_arg.002.phpt2 func_get_arg with variable number of args
/PHP-8.1/Zend/
H A Dzend.c1590 va_list args; in zend_error_at() local
1599 va_end(args); in zend_error_at()
1605 va_list args; in zend_error() local
1610 va_end(args); in zend_error()
1616 va_list args; in zend_error_unchecked() local
1621 va_end(args); in zend_error_unchecked()
1627 va_list args; in zend_error_at_noreturn() local
1636 va_end(args); in zend_error_at_noreturn()
1645 va_list args; in zend_error_noreturn() local
1650 va_end(args); in zend_error_noreturn()
[all …]
/PHP-8.1/Zend/tests/
H A Dclosure_extra_args.phpt2 Immediately invoked closure with extra args
H A Dbug69025.phpt6 public static function __callStatic($method, $args)
/PHP-8.1/ext/openssl/tests/
H A Dopenssl_csr_export_basic.phpt23 $args = array(
32 $csr = openssl_csr_new($dn, $privkey, $args);
H A Dopenssl_csr_sign_basic.phpt26 $args = array(
35 $csr = openssl_csr_new($dn, $privkey, $args);
37 var_dump(openssl_csr_sign($csr, null, $privkey, 365, $args));
H A Dopenssl_csr_get_subject_basic.phpt29 $args = array(
38 $csr = openssl_csr_new($dn, $privkey_file, $args);
/PHP-8.1/ext/mbstring/
H A Dphp_mbregex.c690 beg = args->region->beg[gn]; in mb_regex_groups_iter()
691 end = args->region->end[gn]; in mb_regex_groups_iter()
692 if (beg >= 0 && beg < end && end <= args->search_len) { in mb_regex_groups_iter()
693 …add_assoc_stringl_ex(args->groups, (char *)name, name_end - name, &args->search_str[beg], end - be… in mb_regex_groups_iter()
955 onig_foreach_name(re, mb_regex_groups_iter, &args); in _php_mb_regex_ereg_exec()
1083 zval args[1]; in _php_mb_regex_ereg_replace_exec() local
1093 onig_foreach_name(re, mb_regex_groups_iter, &args); in _php_mb_regex_ereg_replace_exec()
1096 ZVAL_COPY_VALUE(&args[0], &subpats); in _php_mb_regex_ereg_replace_exec()
1101 arg_replace_fci.params = args; in _php_mb_regex_ereg_replace_exec()
1411 mb_regex_groups_iter_args args = { in _php_mb_regex_ereg_search_exec() local
[all …]
/PHP-8.1/sapi/fuzzer/
H A Dfuzzer-sapi.h23 void fuzzer_call_php_func_zval(const char *func_name, int nargs, zval *args);
/PHP-8.1/ext/zend_test/
H A Dfiber.stub.php9 public function start(mixed ...$args): mixed {} argument
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_x86.lua168 local function wcall(func, args)
674 for i=1,#args do
675 local a = args[i]
1921 local t = args[nn]
1974 local a = args[narg]
2040 local function matchtm(tm, args)
2041 for i=1,#args do
2050 local args = {}
2061 args[i] = parseoperand(p)
2062 local nsz = args[i].opsize
[all …]
/PHP-8.1/Zend/tests/arg_unpack/
H A Dby_ref.phpt8 function test1(&...$args) {
9 foreach ($args as &$arg) {
/PHP-8.1/ext/hash/
H A Dphp_hash_gost.h32 PHP_HASH_API void PHP_GOSTInit(PHP_GOST_CTX *, ZEND_ATTRIBUTE_UNUSED HashTable *args);

Completed in 59 milliseconds

12345678910>>...21