Home
last modified time | relevance | path

Searched defs:arg1 (Results 1 – 25 of 31) sorted by relevance

12

/php-src/ext/sockets/
H A Dsockets.c673 zval *arg1; local
698 zval *arg1; local
734 zval *arg1; local
772 zval *arg1; local
796 zval *arg1; local
830 zval *arg1; local
875 zval *arg1; local
1355 zval *arg1; local
1603 zval *arg1; local
2112 zval *arg1; local
[all …]
/php-src/Zend/
H A Dzend_interfaces.h50 zend_function **fn_proxy, const char *function_name, zval *retval, zval* arg1) in zend_call_method_with_1_params()
56 zend_function **fn_proxy, const char *function_name, zval *retval, zval* arg1, zval* arg2) in zend_call_method_with_2_params()
H A Dzend_ini.h153 #define ZEND_INI_ENTRY3_EX(name, default_value, modifiable, on_modify, arg1, arg2, arg3, displayer)… argument
156 #define ZEND_INI_ENTRY3(name, default_value, modifiable, on_modify, arg1, arg2, arg3) \ argument
159 #define ZEND_INI_ENTRY2_EX(name, default_value, modifiable, on_modify, arg1, arg2, displayer) \ argument
162 #define ZEND_INI_ENTRY2(name, default_value, modifiable, on_modify, arg1, arg2) \ argument
165 #define ZEND_INI_ENTRY1_EX(name, default_value, modifiable, on_modify, arg1, displayer) \ argument
168 #define ZEND_INI_ENTRY1(name, default_value, modifiable, on_modify, arg1) \ argument
H A Dzend_interfaces.c38 …ion_name, size_t function_name_len, zval *retval_ptr, uint32_t param_count, zval* arg1, zval* arg2) in zend_call_method()
/php-src/ext/standard/
H A Dquot_print.c199 zend_string *arg1; in PHP_FUNCTION() local
H A Dhead.c297 zval *arg1 = NULL, *arg2 = NULL; in PHP_FUNCTION() local
H A Dformatted_print.c862 zval *arg1, *args; in PHP_FUNCTION() local
892 zval *arg1, *args; in PHP_FUNCTION() local
H A Dstreamsfuncs.c1461 zval *arg1; in PHP_FUNCTION() local
1524 zval *arg1; in PHP_FUNCTION() local
H A Dbrowscap.c305 static void php_browscap_parser_cb(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg… in php_browscap_parser_cb()
H A Dbasic_functions.c2401 static void php_simple_ini_parser_cb(zval *arg1, zval *arg2, zval *arg3, int callback_type, zval *a…
2458 static void php_ini_parser_cb_with_sections(zval *arg1, zval *arg2, zval *arg3, int callback_type, …
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h392 #define SLJIT_ARGS1(ret, arg1) \ argument
394 #define SLJIT_ARGS1V(arg1) \ argument
397 #define SLJIT_ARGS2(ret, arg1, arg2) \ argument
399 #define SLJIT_ARGS2V(arg1, arg2) \ argument
402 #define SLJIT_ARGS3(ret, arg1, arg2, arg3) \ argument
404 #define SLJIT_ARGS3V(arg1, arg2, arg3) \ argument
407 #define SLJIT_ARGS4(ret, arg1, arg2, arg3, arg4) \ argument
409 #define SLJIT_ARGS4V(arg1, arg2, arg3, arg4) \ argument
H A DsljitNativeRISCV_common.c1148 …em2(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg1, sljit_sw arg1… in emit_op_mem2()
/php-src/ext/zend_test/
H A Dtest.stub.php233 function zend_iterable(iterable $arg1, ?iterable $arg2 = null): void {}
248 …function zend_call_method(object|string $obj_or_class, string $method, mixed $arg1 = UNKNOWN, mixe…
H A Dtest.c119 zval *arg1; in ZEND_FUNCTION() local
396 zval *arg1, *arg2; in ZEND_FUNCTION() local
407 zval *arg1, *arg2; in ZEND_FUNCTION() local
432 zval *class_or_object, *arg1 = NULL, *arg2 = NULL; in ZEND_FUNCTION() local
/php-src/ext/opcache/jit/ir/
H A Dir.c2304 ir_ref _ir_CALL_1(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1)
2310 ir_ref _ir_CALL_2(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2)
2324 ir_ref _ir_CALL_3(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3)
2339 ir_ref _ir_CALL_4(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir…
2355 ir_ref _ir_CALL_5(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir…
2407 void _ir_TAILCALL_1(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1)
2418 void _ir_TAILCALL_2(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2)
2436 void _ir_TAILCALL_3(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3)
2455 void _ir_TAILCALL_4(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, …
2475 void _ir_TAILCALL_5(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, …
/php-src/sapi/apache2handler/
H A Dapache_config.c89 static const char *real_flag_hnd(cmd_parms *cmd, void *dummy, const char *arg1, const char *arg2, i… in real_flag_hnd()
/php-src/main/
H A Dphp_ini.c183 static void php_ini_parser_cb(zval *arg1, zval *arg2, zval *arg3, int callback_type, HashTable *tar… in php_ini_parser_cb()
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c1608 static void fpm_conf_ini_parser(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg) /… in fpm_conf_ini_parser()
H A Dfpm_main.c1384 static void fastcgi_ini_parser(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg) /*… in fastcgi_ini_parser()
/php-src/ext/phar/
H A Dphar_object.c1117 zval *zobj = ZEND_THIS, arg1, arg2; in PHP_METHOD() local
1978 zval ret, arg1; in phar_rename_archive() local
4432 zval *zobj = ZEND_THIS, arg1; in PHP_METHOD() local
/php-src/ext/spl/
H A Dspl_directory.c478 zval arg1; in spl_filesystem_object_create_info() local
507 zval arg1, arg2; in spl_filesystem_object_create_type() local
H A Dspl_array.c1822 static void spl_instantiate_child_arg(zend_class_entry *pce, zval *retval, zval *arg1, zval *arg2) … in spl_instantiate_child_arg()
/php-src/ext/tidy/
H A Dtidy.c278 zend_string *data, *arg1, *config_str = NULL; in php_tidy_quick_repair() local
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c5331 ir_ref func, arg1, arg2, arg3; in zend_jit_math_helper() local
5430 ir_ref arg1 = jit_Z_PTR(jit, op1_addr); in zend_jit_add_arrays() local
5654 ir_ref func, arg1, arg2, arg3; in zend_jit_long_math_helper() local
5827 ir_ref arg1 = jit_ZVAL_ADDR(jit, res_addr); in zend_jit_concat_helper() local
5834 ir_ref arg1 = jit_ZVAL_ADDR(jit, res_addr); in zend_jit_concat_helper() local
5863 ir_ref arg1 = jit_ZVAL_ADDR(jit, res_addr); in zend_jit_concat_helper() local
12735 ir_ref ref, arg1, arg2, if_true; local
/php-src/ext/sqlite3/
H A Dsqlite3.c2066 static int php_sqlite3_authorizer(void *autharg, int action, const char *arg1, const char *arg2, co… in php_sqlite3_authorizer()

Completed in 222 milliseconds

12