Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 107) sorted by path

12345

/PHP-7.1/TSRM/
H A DTSRM.c69 #define TSRM_ERROR(args) tsrm_error args argument
87 #define TSRM_ERROR(args) argument
770 va_list args; in tsrm_error() local
/PHP-7.1/Zend/
H A Dzend.c1078 va_list args; in zend_error() local
1413 va_list args; in zend_output_debug_string() local
H A Dzend_API.c3475 ZEND_API int zend_fcall_info_args_ex(zend_fcall_info *fci, zend_function *func, zval *args) /* {{{ … in zend_fcall_info_args_ex()
3510 ZEND_API int zend_fcall_info_args(zend_fcall_info *fci, zval *args) /* {{{ */ in zend_fcall_info_args()
3577 …info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval *retval_ptr, zval *args) /* {{{ */ in zend_fcall_info_call()
H A Dzend_alloc.c341 va_list args; in zend_debug_alloc_output() local
H A Dzend_builtin_functions.c1882 static int copy_class_or_interface_name(zval *el, int num_args, va_list args, zend_hash_key *hash_k… in copy_class_or_interface_name()
1951 static int copy_function_name(zval *zv, int num_args, va_list args, zend_hash_key *hash_key) /* {{{… in copy_function_name()
H A Dzend_compile.c3147 zend_ast_list *args = zend_ast_get_list(ast); in zend_compile_args() local
3368 static zend_bool zend_args_contain_unpack(zend_ast_list *args) /* {{{ */ in zend_args_contain_unpack()
3380 int zend_compile_func_strlen(znode *result, zend_ast_list *args) /* {{{ */ in zend_compile_func_strlen()
3402 int zend_compile_func_typecheck(znode *result, zend_ast_list *args, uint32_t type) /* {{{ */ in zend_compile_func_typecheck()
3418 int zend_compile_func_cast(znode *result, zend_ast_list *args, uint32_t type) /* {{{ */ in zend_compile_func_cast()
3434 int zend_compile_func_defined(znode *result, zend_ast_list *args) /* {{{ */ in zend_compile_func_defined()
3473 int zend_compile_func_chr(znode *result, zend_ast_list *args) /* {{{ */ in zend_compile_func_chr()
3497 int zend_compile_func_ord(znode *result, zend_ast_list *args) /* {{{ */ in zend_compile_func_ord()
3565 int zend_compile_func_cufa(znode *result, zend_ast_list *args, zend_string *lcname) /* {{{ */ in zend_compile_func_cufa()
3583 int zend_compile_func_cuf(znode *result, zend_ast_list *args, zend_string *lcname) /* {{{ */ in zend_compile_func_cuf()
[all …]
H A Dzend_exceptions.c968 va_list args; in zend_error_va() local
H A Dzend_execute_API.c933 zval args[1]; in zend_lookup_class_ex() local
H A Dzend_extensions.c227 …void zend_extension_message_dispatcher(const zend_extension *extension, int num_args, va_list args) in zend_extension_message_dispatcher()
H A Dzend_hash.c1551 va_list args; in zend_hash_apply_with_arguments() local
H A Dzend_llist.c244 va_list args; in zend_llist_apply_with_arguments() local
H A Dzend_sprintf.c34 va_list args; in zend_sprintf() local
H A Dzend_ts_hash.c163 va_list args; in zend_ts_hash_apply_with_arguments() local
H A Dzend_vm_def.h4532 zval *args; variable
4683 zval *args; variable
7942 zend_array *args; variable
7957 ZEND_HASH_FILL_PACKED(args) { argument
H A Dzend_vm_execute.h1241 zval *args; local
1392 zval *args; local
1945 zend_array *args; local
1953 args = emalloc(sizeof(zend_array)); local
/PHP-7.1/ext/bcmath/libbcmath/src/
H A Dbcmath.h96 #define _PROTOTYPE(func, args) func args argument
98 #define _PROTOTYPE(func, args) func() argument
H A Drt.c44 va_list args; in bc_rt_warn() local
57 va_list args; in bc_rt_error() local
/PHP-7.1/ext/com_dotnet/
H A Dcom_com.c475 WORD flags, VARIANT *v, int nargs, zval *args) in php_com_do_invoke_byref()
602 WORD flags, VARIANT *v, int nargs, zval *args, int silent, int allow_noarg) in php_com_do_invoke_by_id()
649 WORD flags, VARIANT *v, int nargs, zval *args, int allow_noarg) in php_com_do_invoke()
H A Dcom_handlers.c122 zval args[2]; in com_write_dimension() local
361 zval *args = NULL; in com_call_method() local
H A Dcom_saproxy.c100 zval *args; in saproxy_read_dimension() local
217 zval *args = safe_emalloc(proxy->dimensions + 2, sizeof(zval), 0); in saproxy_write_dimension() local
/PHP-7.1/ext/dba/
H A Ddba.c633 zval *args = NULL; in php_dba_open() local
/PHP-7.1/ext/exif/
H A Dexif.c1560 va_list args; in exif_error_docref() local
/PHP-7.1/ext/filter/
H A Dcallback_filter.c26 zval *args; in php_filter_callback() local
/PHP-7.1/ext/filter/docs/
H A Dinput_get_args.php11 $args = array( variable
/PHP-7.1/ext/ftp/
H A Dftp.c1139 ftp_putcmd(ftpbuf_t *ftp, const char *cmd, const char *args) in ftp_putcmd()

Completed in 346 milliseconds

12345