Home
last modified time | relevance | path

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

1234

/php-src/ext/standard/
H A Dpassword.c122 static int php_password_bcrypt_get_info(zval *return_value, const zend_string *hash) { in php_password_bcrypt_get_info()
260 static int php_password_argon2_get_info(zval *return_value, const zend_string *hash) { in php_password_argon2_get_info()
H A Ddl.c281 PHPAPI void php_dl(const char *file, int type, zval *return_value, int start_now) in php_dl()
/php-src/ext/opcache/
H A Dzend_accelerator_module.c589 static int accelerator_get_scripts(zval *return_value)
766 static int add_blacklist_path(zend_blacklist_entry *p, zval *return_value)
/php-src/ext/pdo_dblib/
H A Ddblib_stmt.c464 static int pdo_dblib_stmt_get_column_meta(pdo_stmt_t *stmt, zend_long colno, zval *return_value) in pdo_dblib_stmt_get_column_meta()
/php-src/ext/intl/converter/
H A Dconverter.c64 static void php_converter_default_callback(zval *return_value, zval *zobj, zend_long reason, zval *… in php_converter_default_callback()
/php-src/main/
H A DSAPI.c1109 zval *return_value = (zval*)arg; in sapi_add_request_header() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_vio.c78 enum_func_status return_value = PASS; in MYSQLND_METHOD() local
H A Dmysqlnd_result_meta.c261 MYSQLND_FIELD_OFFSET return_value = 0; in MYSQLND_METHOD() local
/php-src/Zend/
H A Dzend_closures.c221 static void do_closure_bind(zval *return_value, zval *zclosure, zval *newthis, zend_object *scope_o… in do_closure_bind()
329 static zend_result zend_create_closure_from_callable(zval *return_value, zval *callable, char **err… in zend_create_closure_from_callable()
855 void zend_closure_from_frame(zval *return_value, zend_execute_data *call) { /* {{{ */ in zend_closure_from_frame()
H A Dzend_dtrace.c92 ZEND_API void dtrace_execute_internal(zend_execute_data *execute_data, zval *return_value) in dtrace_execute_internal()
/php-src/ext/zend_test/
H A Dobserver.c282 static void zend_test_execute_internal(zend_execute_data *execute_data, zval *return_value) { in zend_test_execute_internal()
H A Diterators.c64 static void test_traversable_it_key(zend_object_iterator *iter, zval *return_value) { in test_traversable_it_key()
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle.c25 void resourcebundle_extract_value( zval *return_value, ResourceBundle_object *source ) in resourcebundle_extract_value()
/php-src/ext/sodium/
H A Dsodium_pwhash.c104 static int php_sodium_argon2_get_info(zval *return_value, const zend_string *hash) { in php_sodium_argon2_get_info()
/php-src/ext/json/
H A Dphp_json.h109 static inline zend_result php_json_decode(zval *return_value, const char *str, size_t str_len, bool… in php_json_decode()
H A Djson_parser.y336 zval *return_value, in php_json_parser_init_ex()
352 zval *return_value, in php_json_parser_init()
H A Dphp_json_parser.h55 zval *return_value; member
/php-src/sapi/fuzzer/
H A Dfuzzer-execute-common.h82 static void fuzzer_execute_internal(zend_execute_data *execute_data, zval *return_value) { in fuzzer_execute_internal()

Completed in 43 milliseconds

1234