Home
last modified time | relevance | path

Searched defs:return_value (Results 1 – 25 of 76) sorted by last modified time

1234

/PHP-7.4/ext/pcre/
H A Dphp_pcre.c1172 PHPAPI void php_pcre_match_impl(pcre_cache_entry *pce, zend_string *subject_str, zval *return_value, in php_pcre_match_impl()
2244 static size_t preg_replace_func_impl(zval *return_value, zval *regex, zend_fcall_info *fci, zend_fc… in preg_replace_func_impl()
2534 PHPAPI void php_pcre_split_impl(pcre_cache_entry *pce, zend_string *subject_str, zval *return_value, in php_pcre_split_impl()
2892 PHPAPI void php_pcre_grep_impl(pcre_cache_entry *pce, zval *input, zval *return_value, zend_long f… in php_pcre_grep_impl()
/PHP-7.4/Zend/
H A Dzend_closures.c281 static int zend_create_closure_from_callable(zval *return_value, zval *callable, char **error) /* {… in zend_create_closure_from_callable()
H A Dzend_vm_execute.h3519 zval *return_value; in ZEND_RETURN_SPEC_CONST_HANDLER() local
4080 zval *return_value = NULL; in ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER() local
13729 zval *return_value = NULL; in ZEND_INCLUDE_OR_EVAL_SPEC_TMPVAR_HANDLER() local
17855 zval *return_value; in ZEND_RETURN_SPEC_TMP_HANDLER() local
20715 zval *return_value; in ZEND_RETURN_SPEC_VAR_HANDLER() local
36954 zval *return_value; in ZEND_RETURN_SPEC_CV_HANDLER() local
37560 zval *return_value = NULL; in ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER() local
53696 zval *return_value; local
55174 zval *return_value; local
55464 zval *return_value; local
[all …]
H A Dzend_vm_def.h4296 zval *return_value; variable
6007 zval *return_value = NULL; variable
7487 zval *return_value = EX_VAR(EX(func)->op_array.opcodes[Z_OPLINE_NUM_P(fast_call)].op2.var); in ZEND_VM_HELPER() local
H A Dzend_execute.c3449 ZEND_API void execute_internal(zend_execute_data *execute_data, zval *return_value) in execute_internal()
3594 static zend_always_inline void i_init_func_execute_data(zend_op_array *op_array, zval *return_value in i_init_func_execute_data()
3686 …xecute_data(zend_execute_data *execute_data, zend_op_array *op_array, zval *return_value) /* {{{ */ in i_init_code_execute_data()
3712 …nit_func_execute_data(zend_execute_data *ex, zend_op_array *op_array, zval *return_value) /* {{{ */ in zend_init_func_execute_data()
3742 …xecute_data(zend_execute_data *execute_data, zend_op_array *op_array, zval *return_value) /* {{{ */ in zend_init_code_execute_data()
3749 …xecute_data(zend_execute_data *execute_data, zend_op_array *op_array, zval *return_value) /* {{{ */ in zend_init_execute_data()
H A Dzend_compile.c4196 static int zend_handle_loops_and_finally_ex(zend_long depth, znode *return_value) /* {{{ */ in zend_handle_loops_and_finally_ex()
4245 static int zend_handle_loops_and_finally(znode *return_value) /* {{{ */ in zend_handle_loops_and_finally()
/PHP-7.4/ext/standard/
H A Darray.c2560 static void php_compact_var(HashTable *eg_active_symbol_table, zval *return_value, zval *entry) /* …
H A Dfilestat.c768 PHPAPI void php_stat(const char *filename, size_t filename_length, int type, zval *return_value) in php_stat()
H A Dstring.c1060 PHPAPI void php_explode(const zend_string *delim, zend_string *str, zval *return_value, zend_long l… in php_explode()
1096 …explode_negative_limit(const zend_string *delim, zend_string *str, zval *return_value, zend_long l… in php_explode_negative_limit()
1183 PHPAPI void php_implode(const zend_string *glue, zval *pieces, zval *return_value) in php_implode()
3002 static void php_strtr_array(zval *return_value, zend_string *input, HashTable *pats)
/PHP-7.4/ext/intl/locale/
H A Dlocale_methods.c1430 zend_string* return_value = NULL; in lookup_loc_range() local
/PHP-7.4/ext/mbstring/
H A Dmbstring.c2320 zval *return_value; /* php function return value structure pointer */ member
/PHP-7.4/ext/date/
H A Dphp_date.c3354 static void php_date_add(zval *object, zval *interval, zval *return_value) /* {{{ */ in php_date_add()
3406 static void php_date_sub(zval *object, zval *interval, zval *return_value) /* {{{ */ in php_date_sub()
3507 static void php_date_timezone_set(zval *object, zval *timezone_object, zval *return_value) /* {{{ */ in php_date_timezone_set()
3603 …et(zval *object, zend_long h, zend_long i, zend_long s, zend_long ms, zval *return_value) /* {{{ */ in php_date_time_set()
3655 …hp_date_date_set(zval *object, zend_long y, zend_long m, zend_long d, zval *return_value) /* {{{ */ in php_date_date_set()
3705 …date_isodate_set(zval *object, zend_long y, zend_long w, zend_long d, zval *return_value) /* {{{ */ in php_date_isodate_set()
3759 static void php_date_timestamp_set(zval *object, zend_long timestamp, zval *return_value) /* {{{ */ in php_date_timestamp_set()
3929 static int php_date_timezone_initialize_from_hash(zval **return_value, php_timezone_obj **tzobj, Ha… in php_date_timezone_initialize_from_hash()
4412 static int php_date_interval_initialize_from_hash(zval **return_value, php_interval_obj **intobj, H… in php_date_interval_initialize_from_hash()
/PHP-7.4/ext/mysqli/
H A Dmysqli.c1134 void php_mysqli_fetch_into_hash_aux(zval *return_value, MYSQL_RES * result, zend_long fetchtype) in php_mysqli_fetch_into_hash_aux()
/PHP-7.4/ext/zip/
H A Dphp_zip.c511 int php_zip_glob(char *pattern, int pattern_len, zend_long flags, zval *return_value) /* {{{ */ in php_zip_glob()
617 int php_zip_pcre(zend_string *regexp, char *path, int path_len, zval *return_value) /* {{{ */ in php_zip_pcre()
/PHP-7.4/ext/imap/
H A Dphp_imap.c773 zval t_map, *return_value; in mail_getquota() local
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1677 static void add_response_header(sapi_header_struct *h, zval *return_value) /* {{{ */
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c408 static void add_response_header(sapi_header_struct *h, zval *return_value) /* {{{ */ in add_response_header()
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c451 static int pdo_mysql_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *return_value)
/PHP-7.4/ext/ftp/
H A Dftp.c505 ftp_raw(ftpbuf_t *ftp, const char *cmd, const size_t cmd_len, zval *return_value) in ftp_raw()
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_statement.c636 static int pgsql_stmt_get_column_meta(pdo_stmt_t *stmt, zend_long colno, zval *return_value) in pgsql_stmt_get_column_meta()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c1510 static inline void sxe_add_namespace_name(zval *return_value, xmlNsPtr ns) /* {{{ */ in sxe_add_namespace_name()
1524 …namespaces(php_sxe_object *sxe, xmlNodePtr node, zend_bool recursive, zval *return_value) /* {{{ */ in sxe_add_namespaces()
1579 …namespaces(php_sxe_object *sxe, xmlNodePtr node, zend_bool recursive, zval *return_value) /* {{{ */ in sxe_add_registered_namespaces()
/PHP-7.4/ext/spl/
H A Dspl_directory.c435 …*file_path, size_t file_path_len, int use_copy, zend_class_entry *ce, zval *return_value) /* {{{ */ in spl_filesystem_object_create_info()
478 …nt ht, spl_filesystem_object *source, int type, zend_class_entry *ce, zval *return_value) /* {{{ */ in spl_filesystem_object_create_type()
2066 …system_object *intern, zend_function *func_ptr, int pass_num_args, zval *return_value, zval *arg2)… in spl_filesystem_file_call()
2128 …ilesystem_object *intern, char delimiter, char enclosure, int escape, zval *return_value) /* {{{ */ in spl_filesystem_file_read_csv()
/PHP-7.4/ext/posix/
H A Dposix.c1193 int php_posix_passwd_to_array(struct passwd *pw, zval *return_value) /* {{{ */ in php_posix_passwd_to_array()
1330 static int posix_addlimit(int limit, const char *name, zval *return_value) { in posix_addlimit()
/PHP-7.4/ext/soap/
H A Dphp_encoding.c602 zval return_value; in to_xml_user() local
/PHP-7.4/ext/dom/
H A Dphp_dom.c1172 void php_dom_create_interator(zval *return_value, int ce_type) /* {{{ */ in php_dom_create_interator()
1187 PHP_DOM_EXPORT zend_bool php_dom_create_object(xmlNodePtr obj, zval *return_value, dom_object *domo… in php_dom_create_object()

Completed in 351 milliseconds

1234