Home
last modified time | relevance | path

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

12345678910>>...22

/php-src/ext/standard/tests/strings/
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_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-src/tests/lang/
H A Dfunc_num_args.001.phpt2 func_num_args with no args
H A Dfunc_get_args.001.phpt2 func_get_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-src/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-src/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-src/ext/opcache/tests/match/
H A D003.phpt32 ; (lines=15, args=0, vars=1, tmps=2)
54 ; (lines=9, args=1, vars=1, tmps=0)
/php-src/Zend/
H A Dzend_attributes_arginfo.h135 …ZVAL_COPY_VALUE(&attribute_Attribute_class_Attribute_0->args[0].value, &attribute_Attribute_class_… in register_class_Attribute()
153 …ZVAL_COPY_VALUE(&attribute_Attribute_class_ReturnTypeWillChange_0->args[0].value, &attribute_Attri… in register_class_ReturnTypeWillChange()
171 …ZVAL_COPY_VALUE(&attribute_Attribute_class_AllowDynamicProperties_0->args[0].value, &attribute_Att… in register_class_AllowDynamicProperties()
189 …ZVAL_COPY_VALUE(&attribute_Attribute_class_SensitiveParameter_0->args[0].value, &attribute_Attribu… in register_class_SensitiveParameter()
224 …ZVAL_COPY_VALUE(&attribute_Attribute_class_Override_0->args[0].value, &attribute_Attribute_class_O… in register_class_Override()
/php-src/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()
1408 mb_regex_groups_iter_args args = { in _php_mb_regex_ereg_search_exec() local
[all …]
/php-src/ext/zend_test/
H A Dfiber.stub.php12 public function start(mixed ...$args): mixed {} argument
/php-src/sapi/fuzzer/
H A Dfuzzer-sapi.h23 void fuzzer_call_php_func_zval(const char *func_name, int nargs, zval *args);
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.lua168 local function wcall(func, args)
678 for i=1,#args do
679 local a = args[i]
1927 local t = args[nn]
1980 local a = args[narg]
2046 local function matchtm(tm, args)
2047 for i=1,#args do
2056 local args = {}
2067 args[i] = parseoperand(p)
2068 local nsz = args[i].opsize
[all …]
/php-src/Zend/tests/arg_unpack/
H A Dby_ref.phpt8 function test1(&...$args) {
9 foreach ($args as &$arg) {
/php-src/ext/hash/
H A Dphp_hash_gost.h32 PHP_HASH_API void PHP_GOSTInit(PHP_GOST_CTX *, ZEND_ATTRIBUTE_UNUSED HashTable *args);
/php-src/ext/standard/
H A Dscanf.h38 PHPAPI int php_sscanf_internal(char *string,char *format,int argCount,zval *args,
/php-src/Zend/tests/named_params/
H A Dunpack_and_named_2.phpt2 Named args before unpacking (not supported)

Completed in 81 milliseconds

12345678910>>...22