Home
last modified time | relevance | path

Searched refs:args (Results 501 – 525 of 560) sorted by relevance

1...<<212223

/PHP-7.4/ext/snmp/tests/
H A Dsnmp2_set.phpt18 echo "4args (5 needed)\n";
145 4args (5 needed)
H A Dsnmpset.phpt18 echo "4args (5 needed)\n";
145 4args (5 needed)
/PHP-7.4/ext/standard/tests/array/
H A D009.phpt90 // args more than expected, expected 1 argument
97 // invalid args type, valid argument: array
/PHP-7.4/Zend/
H A Dzend_vm_def.h4921 zval *args; variable
4948 SEPARATE_ARRAY(args);
4949 ht = Z_ARRVAL_P(args);
5057 args = Z_REFVAL_P(args);
5074 zval *args; variable
5081 args = Z_REFVAL_P(args);
5103 ht = Z_ARRVAL_P(args);
8266 zend_array *args = NULL; variable
8279 args = zend_new_array(num_args);
8281 ZEND_HASH_FILL_PACKED(args) { in ZEND_HASH_FILL_PACKED() argument
[all …]
H A Dzend_API.c3549 ZEND_API int zend_fcall_info_args_ex(zend_fcall_info *fci, zend_function *func, zval *args) /* {{{ … in zend_fcall_info_args_ex() argument
3554 zend_fcall_info_args_clear(fci, !args); in zend_fcall_info_args_ex()
3556 if (!args) { in zend_fcall_info_args_ex()
3560 if (Z_TYPE_P(args) != IS_ARRAY) { in zend_fcall_info_args_ex()
3564 fci->param_count = zend_hash_num_elements(Z_ARRVAL_P(args)); in zend_fcall_info_args_ex()
3567 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(args), arg) { in zend_fcall_info_args_ex()
3582 ZEND_API int zend_fcall_info_args(zend_fcall_info *fci, zval *args) /* {{{ */ in zend_fcall_info_args() argument
3584 return zend_fcall_info_args_ex(fci, NULL, args); in zend_fcall_info_args()
3655 if (args) { in zend_fcall_info_call()
3657 zend_fcall_info_args(fci, args); in zend_fcall_info_call()
[all …]
H A Dzend_object_handlers.c224 zval args[2], ret; in zend_std_call_setter() local
233 ZVAL_STR(&args[0], prop_name); in zend_std_call_setter()
234 ZVAL_COPY_VALUE(&args[1], value); in zend_std_call_setter()
241 fci.params = args; in zend_std_call_setter()
/PHP-7.4/ext/standard/tests/strings/
H A Dstrlen.phpt128 /* Greater number of args than expected */
H A Dget_html_translation_table_basic1.phpt2 Test get_html_translation_table() function : basic functionality - with default args
H A Dstr_repeat.phpt57 var_dump( str_repeat() ); // Zero args
58 var_dump( str_repeat($input[0]) ); // args < expected
59 var_dump( str_repeat($input[0], 3, 4) ); // args > expected
H A Dimplode1.phpt121 /* args > than expected */
H A Dstrcspn_variation7.phpt2 …st strcspn() function : usage variations - with heredoc strings, varying start and default len args
H A Dstrspn_variation7.phpt2 Test strspn() function : usage variations - with heredoc strings, varying start and default len args
/PHP-7.4/sapi/phpdbg/
H A Dxml.md331 - there may be a variable number of &lt;print> elements with a variable count of args inside the &l…
332 - possible args are:
355 …nfo num="" /> (except for print opline) with num being the number of opcodes and one of these args:
519 - without other args, a &lt;setpromt str="" /> tag is emitted where the value of the str attribute …
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX_64.c1176 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
1183 …CHECK(check_sljit_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, loca… in sljit_emit_enter()
1184 set_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
1218 for (i = 0; i < args; i++) { in sljit_emit_enter()
1226 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
1230 …CHECK(check_sljit_set_context(compiler, options, args, scratches, saveds, fscratches, fsaveds, loc… in sljit_set_context()
1231 set_set_context(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
H A DsljitNativeARM_64.c922 sljit_s32 args, i, tmp, offs, prev, saved_regs_size; in sljit_emit_enter() local
974 args = get_arg_count(arg_types); in sljit_emit_enter()
976 if (args >= 1) in sljit_emit_enter()
978 if (args >= 2) in sljit_emit_enter()
980 if (args >= 3) in sljit_emit_enter()
H A DsljitLir.c420 compiler->args = -1; in sljit_create_compiler()
655 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in set_emit_enter() argument
658 SLJIT_UNUSED_ARG(args); in set_emit_enter()
672 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in set_set_context() argument
675 SLJIT_UNUSED_ARG(args); in set_set_context()
H A DsljitNativeMIPS_common.c756 sljit_s32 args, i, tmp, offs; in sljit_emit_enter() local
798 args = get_arg_count(arg_types); in sljit_emit_enter()
800 if (args >= 1) in sljit_emit_enter()
802 if (args >= 2) in sljit_emit_enter()
804 if (args >= 3) in sljit_emit_enter()
/PHP-7.4/sapi/apache2handler/
H A Dphp_functions.c153 ADD_STRING(args); in PHP_FUNCTION()
/PHP-7.4/ext/standard/tests/file/
H A Drename_variation13-win32.phpt21 /* Invalid args */
/PHP-7.4/ext/standard/
H A Dstring.c4922 zval *args = NULL; local
4932 Z_PARAM_VARIADIC('+', args, num_args)
4937 if (Z_TYPE(args[0]) == IS_ARRAY) {
4938 while (idx < Z_ARRVAL(args[0])->nNumUsed) {
4939 plocale = &Z_ARRVAL(args[0])->arData[idx].val;
4945 if (idx >= Z_ARRVAL(args[0])->nNumUsed) {
4949 plocale = &args[i];
5020 if (Z_TYPE(args[0]) == IS_ARRAY) {
5931 zval *args = NULL; local
5939 Z_PARAM_VARIADIC('*', args, num_args)
[all …]
H A Dproc_open.c446 static char *create_win_command_from_args(HashTable *args) { in create_win_command_from_args() argument
452 ZEND_HASH_FOREACH_VAL(args, arg_zv) { in create_win_command_from_args()
/PHP-7.4/ext/ffi/
H A Dffi_parser.c277 static int parse_parameter_declaration(int sym, HashTable **args);
2680 HashTable *args = NULL; in parse_array_or_function_declarators() local
2801 sym = parse_parameter_declaration(sym, &args); in parse_array_or_function_declarators()
2835 sym = parse_parameter_declaration(sym, &args); in parse_array_or_function_declarators()
2858 zend_ffi_make_func_type(dcl, args, nested_dcl); in parse_array_or_function_declarators()
2865 static int parse_parameter_declaration(int sym, HashTable **args) { in parse_parameter_declaration() argument
2873 zend_ffi_add_arg(args, name, name_len, &param_dcl); in parse_parameter_declaration()
/PHP-7.4/main/streams/
H A Dstreams.c243 va_list args; in php_stream_wrapper_log_error() local
246 va_start(args, fmt); in php_stream_wrapper_log_error()
247 vspprintf(&buffer, 0, fmt, args); in php_stream_wrapper_log_error()
248 va_end(args); in php_stream_wrapper_log_error()
/PHP-7.4/ext/session/
H A Dsession.c1942 zval *args = NULL; in PHP_FUNCTION() local
2057 if (zend_parse_parameters(argc, "+", &args, &num_args) == FAILURE) { in PHP_FUNCTION()
2066 if (!zend_is_callable(&args[i], 0, NULL)) { in PHP_FUNCTION()
2067 zend_string *name = zend_get_callable_name(&args[i]); in PHP_FUNCTION()
2082 ZVAL_COPY(&PS(mod_user_names).names[i], &args[i]); in PHP_FUNCTION()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c4767 HashTable *args; in ZEND_METHOD() local
4772 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|h", &args) == FAILURE) { in ZEND_METHOD()
4777 argc = args->nNumOfElements; in ZEND_METHOD()
4804 ZEND_HASH_FOREACH_VAL(args, val) { in ZEND_METHOD()
6349 ZEND_ARG_INFO(0, args)
6353 ZEND_ARG_ARRAY_INFO(0, args, 0)
6429 ZEND_ARG_INFO(0, args)
6434 ZEND_ARG_ARRAY_INFO(0, args, 0)
6524 ZEND_ARG_INFO(0, args)
6531 ZEND_ARG_ARRAY_INFO(0, args, 0)

Completed in 201 milliseconds

1...<<212223