Home
last modified time | relevance | path

Searched defs:args (Results 101 – 118 of 118) sorted by relevance

12345

/php-src/Zend/
H A Dzend_API.c4270 ZEND_API zend_result zend_fcall_info_args_ex(zend_fcall_info *fci, zend_function *func, zval *args)… in zend_fcall_info_args_ex()
4303 ZEND_API zend_result zend_fcall_info_args(zend_fcall_info *fci, zval *args) /* {{{ */ in zend_fcall_info_args()
4351 …info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval *retval_ptr, zval *args) /* {{{ */ in zend_fcall_info_call()
H A Dzend_hash.c2135 va_list args; in zend_hash_apply_with_arguments() local
H A Dzend_alloc.c340 va_list args; in zend_debug_alloc_output() local
H A Dzend_vm_execute.h2237 zval *args; in ZEND_SEND_UNPACK_SPEC_HANDLER() local
2450 zval *args; in ZEND_SEND_ARRAY_SPEC_HANDLER() local
3411 zend_array *args = NULL; in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER() local
3554 zend_array *args = NULL; in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER() local
/php-src/ext/standard/
H A Dbasic_functions.c933 zval val, *args = NULL, *p_longopts = NULL; local
H A Dstring.c4972 zval *args = NULL; local
5830 zval *args = NULL; local
/php-src/ext/opcache/jit/ir/
H A Dir.c2372 ir_ref _ir_CALL_N(ir_ctx *ctx, ir_type type, ir_ref func, uint32_t count, ir_ref *args)
2496 void _ir_TAILCALL_N(ir_ctx *ctx, ir_type type, ir_ref func, uint32_t count, ir_ref *args)
H A Dir_builder.h517 #define ir_CALL_N(type, func, count, args) _ir_CALL_N(_ir_CTX, type, func, count, args) argument
525 #define ir_TAILCALL_N(type, func, count, args) _ir_TAILCALL_N(_ir_CTX, type, func, count, ar… argument
/php-src/ext/gd/
H A Dgd.stub.php755 function imagefilter(GdImage $image, int $filter, ...$args): bool {}
/php-src/ext/dom/
H A Ddocument.c2247 zval *args; in PHP_METHOD() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c8688 static PCRE2_SPTR SLJIT_FUNC do_extuni_utf(jit_arguments *args, PCRE2_SPTR cc) in do_extuni_utf()
8756 static PCRE2_SPTR SLJIT_FUNC do_extuni_utf_invalid(jit_arguments *args, PCRE2_SPTR cc) in do_extuni_utf_invalid()
8821 static PCRE2_SPTR SLJIT_FUNC do_extuni_no_utf(jit_arguments *args, PCRE2_SPTR cc) in do_extuni_no_utf()
/php-src/sapi/cli/
H A Dphp_cli_server.c654 static int sapi_cli_server_register_entry_cb(zval *entry, int num_args, va_list args, zend_hash_key… in sapi_cli_server_register_entry_cb()
/php-src/ext/soap/
H A Dsoap.c2481 zval *args; in soap_client_call_impl() local
/php-src/ext/spl/
H A Dspl_iterators.c2049 zval args[5]; in PHP_METHOD() local
/php-src/ext/sodium/
H A Dlibsodium.c133 zval *args = zend_hash_find(Z_ARRVAL_P(frame), ZSTR_KNOWN(ZEND_STR_ARGS)); in ZEND_GET_MODULE() local
/php-src/ext/exif/
H A Dexif.c2005 va_list args; in exif_error_docref() local
/php-src/ext/mbstring/
H A Dmbstring.c3788 zval *args; in PHP_FUNCTION() local
/php-src/ext/reflection/
H A Dphp_reflection.c5140 HashTable *args = NULL; in ZEND_METHOD() local

Completed in 359 milliseconds

12345