Home
last modified time | relevance | path

Searched defs:return_value (Results 51 – 75 of 76) sorted by relevance

1234

/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_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_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_compile.h506 zval *return_value; member
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/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/phar/
H A Dfunc_interceptors.c437 static void phar_fancy_stat(zend_stat_t *stat_sb, int type, zval *return_value) in phar_fancy_stat()
/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/standard/
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)
H A Dfile.c2082 …elimiter, char enclosure, int escape_char, size_t buf_len, char *buf, zval *return_value) /* {{{ */ in php_fgetcsv()
H A Dbasic_functions.c4720 static void add_config_entries(HashTable *hash, zval *return_value) /* {{{ */
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c381 static int pdo_pgsql_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *return_value) in pdo_pgsql_get_attribute()
/PHP-7.4/ext/intl/converter/
H A Dconverter.c65 static void php_converter_default_callback(zval *return_value, zval *zobj, zend_long reason, zval *… in php_converter_default_callback()
/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/spl/
H A Dspl_observer.c1194 …multiple_iterator_get_all(spl_SplObjectStorage *intern, int get_type, zval *return_value) /* {{{ */ in spl_multiple_iterator_get_all()
H A Dspl_array.c1551 void spl_array_iterator_key(zval *object, zval *return_value) /* {{{ */ in spl_array_iterator_key()
/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/sapi/cgi/
H A Dcgi_main.c1677 static void add_response_header(sapi_header_struct *h, zval *return_value) /* {{{ */
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd.h110 #define mysqlnd_fetch_all(result, flags, return_value) (result)->m.fetch_all((result), (flags), (re… argument
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c174 static void _default_get_name(zval *object, zval *return_value) /* {{{ */ in _default_get_name()
1285 static void reflection_export_impl(zval *return_value, zval *object, zend_bool return_output) { in reflection_export_impl()
3745 static void add_class_vars(zend_class_entry *ce, int statics, zval *return_value) in add_class_vars()
/PHP-7.4/ext/soap/
H A Dphp_encoding.c602 zval return_value; in to_xml_user() local
H A Dsoap.c2593 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/imap/
H A Dphp_imap.c773 zval t_map, *return_value; in mail_getquota() local
/PHP-7.4/ext/mbstring/
H A Dmbstring.c2320 zval *return_value; /* php function return value structure pointer */ member

Completed in 345 milliseconds

1234