Home
last modified time | relevance | path

Searched defs:retval (Results 51 – 75 of 148) sorted by relevance

123456

/php-src/TSRM/
H A DTSRM.c698 void *retval = (void *) tsrm_new_thread_begin_handler; in tsrm_set_new_thread_begin_handler() local
707 void *retval = (void *) tsrm_new_thread_end_handler; in tsrm_set_new_thread_end_handler() local
716 void *retval = (void *) tsrm_shutdown_handler; in tsrm_set_shutdown_handler() local
/php-src/ext/standard/
H A Dbasic_functions.c1258 static void add_config_entry(zend_ulong h, zend_string *key, zval *entry, zval *retval)
1299 zval *retval = cfg_get_entry_ex(varname); local
1452 zval retval; local
1476 zval retval; local
1501 zval retval; local
1536 zval retval; local
1602 zval retval; local
H A Dquot_print.c58 zend_string *retval; in php_quot_print_decode() local
H A Dcrypt_freesec.c185 int retval; in ascii_to_bin() local
578 int retval; in des_cipher() local
H A Dassert.c207 zval retval; in PHP_FUNCTION() local
/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitExecAllocatorApple.c112 void *retval; in alloc_chunk() local
/php-src/ext/intl/common/
H A Dcommon_date.cpp100 zval retval; in intl_datetime_decompose() local
/php-src/sapi/fuzzer/
H A Dfuzzer-execute-common.h126 zval retval, func, args[2]; in opcache_invalidate() local
/php-src/ext/intl/converter/
H A Dconverter.c212 zval retval; in php_converter_to_u_callback() local
294 zval retval; in php_converter_from_u_callback() local
920 zend_object *retval = php_converter_object_ctor(ce, &objval); in php_converter_create_object() local
929 zend_object *retval = php_converter_object_ctor(object->ce, &objval); in php_converter_clone_object() local
/php-src/ext/dom/
H A Delement.c115 zend_result dom_element_tag_name_read(dom_object *obj, zval *retval) in dom_element_tag_name_read()
129 static zend_result dom_element_reflected_attribute_read(dom_object *obj, zval *retval, const char *… in dom_element_reflected_attribute_read()
163 zend_result dom_element_class_name_read(dom_object *obj, zval *retval) in dom_element_class_name_read()
181 zend_result dom_element_id_read(dom_object *obj, zval *retval) in dom_element_id_read()
204 zend_result dom_element_schema_type_info_read(dom_object *obj, zval *retval) in dom_element_schema_type_info_read()
1644 bool retval; in PHP_METHOD() local
H A Dnodelist.c122 zend_result dom_nodelist_length_read(dom_object *obj, zval *retval) in dom_nodelist_length_read()
H A Dnamednodemap.c66 zend_result dom_namednodemap_length_read(dom_object *obj, zval *retval) in dom_namednodemap_length_read()
/php-src/Zend/
H A Dzend_ini.c726 zend_ulong retval = ZEND_STRTOUL(digits, &digits_end, base); in zend_ini_parse_quantity_internal() local
877 zend_long retval = zend_ini_parse_quantity(value, &errstr); in zend_ini_parse_quantity_warn() local
891 zend_ulong retval = zend_ini_parse_uquantity(value, &errstr); in zend_ini_parse_uquantity_warn() local
H A Dzend_generators.h70 zval retval; member
H A Dzend_interfaces.c90 ZEND_API void zend_user_it_new_iterator(zend_class_entry *ce, zval *object, zval *retval) in zend_user_it_new_iterator()
404 zval retval; in zend_user_serialize() local
H A Dzend_vm_def.h1712 zval *retval; variable
2069 zval *retval; variable
2234 zval *retval; variable
3986 zval retval; variable
4094 zval retval; variable
4201 zval retval; variable
4577 zval *retval; variable
8868 zval retval; variable
9345 zval retval; variable
/php-src/ext/intl/uchar/
H A Duchar.c167 zval retval; in enumCharType_callback() local
271 zval retval; in enumCharNames_callback() local
/php-src/main/streams/
H A Dxp_socket.c81 int retval; in php_sockop_write() local
125 int retval; in php_sock_stream_wait_for_data() local
/php-src/main/
H A Dmain.c1747 zend_result retval = SUCCESS; in php_request_startup() local
2051 zend_result retval = SUCCESS; in php_module_startup() local
2434 PHPAPI bool php_execute_script_ex(zend_file_handle *primary_file, zval *retval) in php_execute_script_ex()
2646 zend_result retval = FAILURE; in php_lint_script() local
/php-src/ext/spl/
H A Dspl_iterators.c264 zval retval, child; in spl_recursive_it_move_forward_ex() local
516 static zend_result spl_get_iterator_from_aggregate(zval *retval, zend_class_entry *ce, zend_object … in spl_get_iterator_from_aggregate()
1319 zval *zobject, retval; in spl_dual_it_construct() local
1656 zval retval; in spl_filter_it_fetch() local
1744 zval retval; in PHP_METHOD() local
1763 zval retval; in PHP_METHOD() local
2035 zval retval; in PHP_METHOD() local
2339 zval retval, zchildren, zflags; in spl_caching_it_next() local
3193 zval retval; in spl_iterator_func_apply() local
/php-src/ext/mysqli/
H A Dmysqli.c231 static int mysqli_read_na(mysqli_object *obj, zval *retval, bool quiet) in mysqli_read_na()
347 HashTable *retval, *props = obj->prop_handler; in mysqli_object_get_debug_info() local
/php-src/ext/pdo/
H A Dpdo_stmt.c722 zval grp_val, *pgrp, retval, old_ctor_args = {{0}, {0}, {0}}; in do_fetch() local
2278 zval *retval; in row_prop_read() local
2353 zval *retval = NULL; in row_prop_exists() local
2384 zval *retval = row_read_column_number(stmt, column, &tmp_val); in row_dim_exists() local
/php-src/ext/intl/collator/
H A Dcollator_convert.c29 #define COLLATOR_CONVERT_RETURN_FAILED(retval) { \ argument
/php-src/ext/zend_test/
H A Dfiber.c77 zval retval; in zend_test_fiber_execute() local
/php-src/sapi/cli/
H A Dphp_cli_server.c885 zend_result retval = SUCCESS; in php_cli_server_poller_iter_on_active() local
1012 size_t retval = 0; in php_cli_server_buffer_size() local
1285 php_socket_t retval = SOCK_ERR; in php_network_listen_socket() local
1538 static void normalize_vpath(char **retval, size_t *retval_len, const char *vpath, size_t vpath_len,… in normalize_vpath()
2245 zval retval; in php_cli_server_dispatch_router() local
2526 zend_result retval = SUCCESS; in php_cli_server_ctor() local
2743 zend_result retval = SUCCESS; in php_cli_server_do_event_loop() local

Completed in 126 milliseconds

123456