Home
last modified time | relevance | path

Searched defs:return_value (Results 26 – 50 of 78) sorted by relevance

1234

/PHP-7.3/ext/standard/
H A Dexec.c96 PHPAPI int php_exec(int type, char *cmd, zval *array, zval *return_value) in php_exec()
H A Dpassword.c376 static zend_string* php_password_get_salt(zval *return_value, size_t required_salt_len, HashTable *… in php_password_get_salt()
H A Dfilestat.c760 PHPAPI void php_stat(const char *filename, size_t filename_length, int type, zval *return_value) in php_stat()
/PHP-7.3/ext/date/
H A Dphp_date.c3308 static void php_date_add(zval *object, zval *interval, zval *return_value) /* {{{ */ in php_date_add()
3359 static void php_date_sub(zval *object, zval *interval, zval *return_value) /* {{{ */ in php_date_sub()
3459 static void php_date_timezone_set(zval *object, zval *timezone_object, zval *return_value) /* {{{ */ in php_date_timezone_set()
3554 …et(zval *object, zend_long h, zend_long i, zend_long s, zend_long ms, zval *return_value) /* {{{ */ in php_date_time_set()
3605 …hp_date_date_set(zval *object, zend_long y, zend_long m, zend_long d, zval *return_value) /* {{{ */ in php_date_date_set()
3654 …date_isodate_set(zval *object, zend_long y, zend_long w, zend_long d, zval *return_value) /* {{{ */ in php_date_isodate_set()
3707 static void php_date_timestamp_set(zval *object, zend_long timestamp, zval *return_value) /* {{{ */ in php_date_timestamp_set()
3876 static int php_date_timezone_initialize_from_hash(zval **return_value, php_timezone_obj **tzobj, Ha… in php_date_timezone_initialize_from_hash()
4337 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.3/ext/pcre/
H A Dphp_pcre.c1011 …d php_pcre_match_impl(pcre_cache_entry *pce, char *subject, size_t subject_len, zval *return_value, in php_pcre_match_impl()
2203 static size_t preg_replace_func_impl(zval *return_value, zval *regex, zend_fcall_info *fci, zend_fc… in preg_replace_func_impl()
2492 PHPAPI void php_pcre_split_impl(pcre_cache_entry *pce, zend_string *subject_str, zval *return_value, in php_pcre_split_impl()
2850 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.3/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()
2062 …system_object *intern, zend_function *func_ptr, int pass_num_args, zval *return_value, zval *arg2)… in spl_filesystem_file_call()
2124 …lesystem_object *intern, char delimiter, char enclosure, char escape, zval *return_value) /* {{{ */ in spl_filesystem_file_read_csv()
2931 Z_STRVAL_P(return_value)[Z_STRLEN_P(return_value)] = 0; in SPL_METHOD() local
H A Dspl_iterators.c1031 …ic void spl_recursive_tree_iterator_get_prefix(spl_recursive_it_object *object, zval *return_value) in spl_recursive_tree_iterator_get_prefix()
1066 …tic void spl_recursive_tree_iterator_get_entry(spl_recursive_it_object *object, zval *return_value) in spl_recursive_tree_iterator_get_entry()
1089 …c void spl_recursive_tree_iterator_get_postfix(spl_recursive_it_object *object, zval *return_value) in spl_recursive_tree_iterator_get_postfix()
3546 zval *data, *return_value = (zval*)puser; in spl_iterator_to_array_apply() local
3573 zval *data, *return_value = (zval*)puser; in spl_iterator_to_values_apply() local
/PHP-7.3/ext/pdo_mysql/
H A Dmysql_statement.c828 static int pdo_mysql_stmt_col_meta(pdo_stmt_t *stmt, zend_long colno, zval *return_value) /* {{{ */
H A Dmysql_driver.c433 static int pdo_mysql_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *return_value)
/PHP-7.3/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.3/ext/pdo/
H A Dpdo_stmt.c243 static void get_lazy_object(pdo_stmt_t *stmt, zval *return_value) /* {{{ */ in get_lazy_object()
822 static int do_fetch(pdo_stmt_t *stmt, int do_bind, zval *return_value, enum pdo_fetch_type how, enu… in do_fetch()
1733 static int generic_stmt_attr_get(pdo_stmt_t *stmt, zval *return_value, zend_long attr) in generic_stmt_attr_get()
/PHP-7.3/ext/interbase/
H A Dphp_ibase_udf.c186 zval callback, args[4], return_value; in call_php() local
H A Dibase_blobs.c109 int _php_ibase_blob_get(zval *return_value, ibase_blob *ib_blob, zend_ulong max_len) /* {{{ */ in _php_ibase_blob_get()
/PHP-7.3/ext/pdo_oci/
H A Doci_driver.c539 static int oci_handle_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *return_value) /* {{{ */ in oci_handle_get_attribute()
/PHP-7.3/Zend/
H A Dzend_execute.c2337 ZEND_API void execute_internal(zend_execute_data *execute_data, zval *return_value) in execute_internal()
2472 static zend_always_inline void i_init_func_execute_data(zend_op_array *op_array, zval *return_value in i_init_func_execute_data()
2579 …xecute_data(zend_execute_data *execute_data, zend_op_array *op_array, zval *return_value) /* {{{ */ in i_init_code_execute_data()
2599 …nit_func_execute_data(zend_execute_data *ex, zend_op_array *op_array, zval *return_value) /* {{{ */ in zend_init_func_execute_data()
2623 …xecute_data(zend_execute_data *execute_data, zend_op_array *op_array, zval *return_value) /* {{{ */ in zend_init_code_execute_data()
2634 …xecute_data(zend_execute_data *execute_data, zend_op_array *op_array, zval *return_value) /* {{{ */ in zend_init_execute_data()
H A Dzend_ini.c485 char *return_value; in zend_ini_string() local
H A Dzend_builtin_functions.c1091 …void add_class_vars(zend_class_entry *scope, zend_class_entry *ce, int statics, zval *return_value) in add_class_vars()
2447 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit)… in zend_fetch_debug_backtrace()
/PHP-7.3/ext/curl/
H A Dmulti.c557 static int _php_curl_multi_setopt(php_curlm *mh, zend_long option, zval *zvalue, zval *return_value in _php_curl_multi_setopt()
/PHP-7.3/ext/dom/
H A Dphp_dom.c1170 void php_dom_create_interator(zval *return_value, int ce_type) /* {{{ */ in php_dom_create_interator()
1185 PHP_DOM_EXPORT zend_bool php_dom_create_object(xmlNodePtr obj, zval *return_value, dom_object *domo… in php_dom_create_object()
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_vio.c80 enum_func_status return_value = PASS; in MYSQLND_METHOD() local
/PHP-7.3/ext/simplexml/
H A Dsimplexml.c1491 static inline void sxe_add_namespace_name(zval *return_value, xmlNsPtr ns) /* {{{ */ in sxe_add_namespace_name()
1505 …namespaces(php_sxe_object *sxe, xmlNodePtr node, zend_bool recursive, zval *return_value) /* {{{ */ in sxe_add_namespaces()
1560 …namespaces(php_sxe_object *sxe, xmlNodePtr node, zend_bool recursive, zval *return_value) /* {{{ */ in sxe_add_registered_namespaces()
/PHP-7.3/ext/filter/
H A Dfilter.c672 static void php_filter_array_handler(zval *input, zval *op, zval *return_value, zend_bool add_empty… in php_filter_array_handler()
/PHP-7.3/ext/json/
H A Djson_parser.tab.c1934 zval *return_value, in php_json_parser_init_ex()
1950 zval *return_value, in php_json_parser_init()
/PHP-7.3/main/
H A DSAPI.c1112 zval *return_value = (zval*)arg; in sapi_add_request_header() local
/PHP-7.3/ext/pdo_sqlite/
H A Dsqlite_driver.c284 static int pdo_sqlite_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *return_value) in pdo_sqlite_get_attribute()

Completed in 155 milliseconds

1234