Home
last modified time | relevance | path

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

1234

/php-src/ext/zip/
H A Dphp_zip.c616 int php_zip_glob(char *pattern, int pattern_len, zend_long flags, zval *return_value) /* {{{ */ in php_zip_glob()
723 int php_zip_pcre(zend_string *regexp, char *path, int path_len, zval *return_value) /* {{{ */ in php_zip_pcre()
/php-src/ext/spl/
H A Dspl_iterators.c3086 zval *data, *return_value = (zval*)puser; in spl_iterator_to_array_apply() local
3113 zval *data, *return_value = (zval*)puser; in spl_iterator_to_values_apply() local
H A Dspl_array.c1749 void spl_array_iterator_key(zval *object, zval *return_value) /* {{{ */ in spl_array_iterator_key()
/php-src/ext/standard/
H A Dbasic_functions.c1278 static void add_config_entries(HashTable *hash, zval *return_value) /* {{{ */
H A Darray.c1640 static inline void _php_search_array(zval *return_value, zval *value, zval *array, bool strict, int… in _php_search_array()
2701 static void php_compact_var(HashTable *eg_active_symbol_table, zval *return_value, zval *entry, uin…
/php-src/ext/dom/
H A Ddocument.c1438 static void php_dom_finish_loading_document(zval *this, zval *return_value, xmlDocPtr newdoc) in php_dom_finish_loading_document()
/php-src/ext/reflection/
H A Dphp_reflection.c3138 static void append_type(zval *return_value, zend_type type) { in append_type()
3149 static void append_type_mask(zval *return_value, uint32_t type_mask) { in append_type_mask()
4121 static void add_class_vars(zend_class_entry *ce, bool statics, zval *return_value) in add_class_vars()
/php-src/ext/soap/
H A Dphp_encoding.c604 zval return_value; in to_xml_user() local
H A Dsoap.c2153 zval* return_value,
/php-src/sapi/cli/
H A Dphp_cli_server.c422 static void add_response_header(sapi_header_struct *h, zval *return_value) /* {{{ */ in add_response_header()
/php-src/Zend/
H A Dzend_compile.h564 zval *return_value; member
H A Dzend_compile.c5249 static bool zend_handle_loops_and_finally_ex(zend_long depth, znode *return_value) /* {{{ */ in zend_handle_loops_and_finally_ex()
5298 static bool zend_handle_loops_and_finally(znode *return_value) /* {{{ */ in zend_handle_loops_and_finally()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c10743 ir_ref return_value = IR_UNUSED, ref, refcount, if_return_value_used = IR_UNUSED; local

Completed in 197 milliseconds

1234