Home
last modified time | relevance | path

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

12

/php-src/ext/sockets/
H A Dsockets.c666 zval *arg1; local
691 zval *arg1; local
727 zval *arg1; local
765 zval *arg1; local
787 zval *arg1; local
821 zval *arg1; local
863 zval *arg1; local
1323 zval *arg1; local
1556 zval *arg1; local
2057 zval *arg1; local
[all …]
/php-src/ext/spl/
H A Dspl_engine.h24 static inline void spl_instantiate_arg_ex1(zend_class_entry *pce, zval *retval, zval *arg1) in spl_instantiate_arg_ex1()
31 zend_class_entry *pce, zval *retval, zval *arg1, zval *arg2) in spl_instantiate_arg_ex2()
H A Dspl_directory.c480 zval arg1; in spl_filesystem_object_create_info() local
509 zval arg1, arg2; in spl_filesystem_object_create_type() local
H A Dspl_array.c1824 static void spl_instantiate_child_arg(zend_class_entry *pce, zval *retval, zval *arg1, zval *arg2) … in spl_instantiate_child_arg()
/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.h151 #define ZEND_INI_ENTRY3_EX(name, default_value, modifiable, on_modify, arg1, arg2, arg3, displayer)… argument
154 #define ZEND_INI_ENTRY3(name, default_value, modifiable, on_modify, arg1, arg2, arg3) \ argument
157 #define ZEND_INI_ENTRY2_EX(name, default_value, modifiable, on_modify, arg1, arg2, displayer) \ argument
160 #define ZEND_INI_ENTRY2(name, default_value, modifiable, on_modify, arg1, arg2) \ argument
163 #define ZEND_INI_ENTRY1_EX(name, default_value, modifiable, on_modify, arg1, displayer) \ argument
166 #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/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
/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.c865 zval *arg1, *args; in PHP_FUNCTION() local
895 zval *arg1, *args; in PHP_FUNCTION() local
H A Dstreamsfuncs.c1464 zval *arg1; in PHP_FUNCTION() local
1527 zval *arg1; in PHP_FUNCTION() local
H A Dbrowscap.c307 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/zend_test/
H A Dtest.stub.php228 function zend_iterable(iterable $arg1, ?iterable $arg2 = null): void {}
243 …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.c2247 ir_ref _ir_CALL_1(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1) in _ir_CALL_1()
2253 ir_ref _ir_CALL_2(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2) in _ir_CALL_2()
2267 ir_ref _ir_CALL_3(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3) in _ir_CALL_3()
2282 ir_ref _ir_CALL_4(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir… in _ir_CALL_4()
2298 ir_ref _ir_CALL_5(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir… in _ir_CALL_5()
2350 void _ir_TAILCALL_1(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1) in _ir_TAILCALL_1()
2361 void _ir_TAILCALL_2(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2) in _ir_TAILCALL_2()
2379 void _ir_TAILCALL_3(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3) in _ir_TAILCALL_3()
2398 void _ir_TAILCALL_4(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, … in _ir_TAILCALL_4()
2418 void _ir_TAILCALL_5(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, … in _ir_TAILCALL_5()
/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.c1594 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.c1387 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
4428 zval *zobj = ZEND_THIS, arg1; in PHP_METHOD() local
/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.c5287 ir_ref func, arg1, arg2, arg3; in zend_jit_math_helper() local
5386 ir_ref arg1 = jit_Z_PTR(jit, op1_addr); in zend_jit_add_arrays() local
5610 ir_ref func, arg1, arg2, arg3; in zend_jit_long_math_helper() local
5783 ir_ref arg1 = jit_ZVAL_ADDR(jit, res_addr); in zend_jit_concat_helper() local
5790 ir_ref arg1 = jit_ZVAL_ADDR(jit, res_addr); in zend_jit_concat_helper() local
5819 ir_ref arg1 = jit_ZVAL_ADDR(jit, res_addr); in zend_jit_concat_helper() local
12668 ir_ref ref, arg1, arg2, if_true; local
/php-src/ext/sqlite3/
H A Dsqlite3.c2075 static int php_sqlite3_authorizer(void *autharg, int action, const char *arg1, const char *arg2, co… in php_sqlite3_authorizer()

Completed in 155 milliseconds

12