Home
last modified time | relevance | path

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

12345

/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/reflection/
H A Dphp_reflection.c5137 HashTable *args = NULL; in ZEND_METHOD() local
6732 zval *args, uint32_t argc, HashTable *named_params, zend_string *filename) in call_attribute_constructor()
6794 zval *obj, zval *args, uint32_t argc, HashTable *named_params) /* {{{ */ in attribute_ctor_cleanup()
6826 zval *args = NULL; in ZEND_METHOD() local
/php-src/ext/opcache/jit/ir/
H A Dir.c2344 ir_ref _ir_CALL_N(ir_ctx *ctx, ir_type type, ir_ref func, uint32_t count, ir_ref *args)
2468 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.c2281 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/Zend/
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.h2236 zval *args; in ZEND_SEND_UNPACK_SPEC_HANDLER() local
2449 zval *args; in ZEND_SEND_ARRAY_SPEC_HANDLER() local
3408 zend_array *args = NULL; in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER() local
3551 zend_array *args = NULL; in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER() local
/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.c2387 zval *args; local
/php-src/ext/spl/
H A Dspl_iterators.c2045 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

Completed in 354 milliseconds

12345