Home
last modified time | relevance | path

Searched defs:retval (Results 101 – 125 of 148) sorted by relevance

123456

/php-src/ext/filter/
H A Dfilter.c291 int retval = 0; in php_sapi_filter() local
/php-src/ext/curl/
H A Dmulti.c378 zval retval; in _php_server_push_callback() local
/php-src/Zend/
H A Dzend_execute.c1312 static void zend_verify_internal_func_info(zend_function *fn, zval *retval) { in zend_verify_internal_func_info()
2233 zval *retval; in zend_undefined_index_write() local
2479 zval *retval = NULL; in zend_fetch_dimension_address_inner() local
2581 zval *retval; in zend_fetch_dimension_address() local
2733 zval *retval; in zend_fetch_dimension_address_read() local
3360 static zend_never_inline zend_result zend_fetch_static_property_address_ex(zval **retval, zend_prop… in zend_fetch_static_property_address_ex()
3437 static zend_always_inline zend_result zend_fetch_static_property_address(zval **retval, zend_proper… in zend_fetch_static_property_address()
H A Dzend_operators.c200 zend_ulong retval = (zend_ulong) ZEND_STRTOL(str, NULL, 0); in zend_atol_internal() local
1444 int retval = div_function_base(result, op1, op2); in div_function() local
3161 int retval; in zend_binary_strcmp() local
3177 int retval; in zend_binary_strncmp() local
H A Dzend_API.c1283 zend_result retval; in zend_parse_parameters_ex() local
1296 zend_result retval; in zend_parse_parameters() local
1310 zend_result retval; in zend_parse_method_parameters() local
1350 zend_result retval; in zend_parse_method_parameters_ex() local
3765 bool retval = 0; in zend_is_callable_check_func() local
4353 zval retval, *org_params = NULL; in zend_fcall_info_call() local
4991 zend_result retval = zend_update_static_property_ex(scope, key, value); in zend_update_static_property() local
/php-src/ext/gd/libgd/
H A Dgd_jpeg.c345 int retval; in gdImageCreateFromJpegCtxEx() local
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c304 int retval = 0; in php_firebird_fetch_blob() local
/php-src/ext/standard/
H A Dinfo.c265 char *major = NULL, *sub = NULL, *retval; in php_get_windows_name() local
H A Dstreamsfuncs.c768 int retval, sets = 0; in PHP_FUNCTION() local
879 zval retval; in user_space_stream_notifier() local
H A Dfilters.c1158 php_conv *retval = NULL; in php_conv_open() local
1563 php_stream_filter *retval = NULL; in strfilter_convert_create() local
/php-src/ext/com_dotnet/
H A Dcom_com.c655 GUID retval; in PHP_FUNCTION() local
H A Dcom_wrapper.c248 zval rv, *retval = NULL; in disp_invokeex() local
/php-src/sapi/phpdbg/
H A Dphpdbg.h265 zval retval; /* return value */ variable
H A Dphpdbg_prompt.c943 zval retval; in PHPDBG_COMMAND() local
H A Dphpdbg_bp.c1101 zval retval; in phpdbg_find_conditional_breakpoint() local
/php-src/ext/spl/
H A Dspl_observer.c1231 zval retval; in PHP_METHOD() local
1272 zval retval; in spl_multiple_iterator_get_all() local
H A Dspl_directory.c840 zval retval; in PHP_METHOD() local
1962 zval retval; in spl_filesystem_file_read_line_ex() local
2057 zend_result retval = spl_filesystem_file_open(intern, use_include_path); in PHP_METHOD() local
H A Dspl_array.c310 zval *retval; in spl_array_get_dimension_ptr() local
1824 static void spl_instantiate_child_arg(zend_class_entry *pce, zval *retval, zval *arg1, zval *arg2) … in spl_instantiate_child_arg()
/php-src/ext/dom/
H A Dphp_dom.c353 zval *retval; in dom_read_property() local
413 bool retval = false; in dom_property_exists() local
1653 void php_dom_create_implementation(zval *retval, bool modern) { in php_dom_create_implementation()
/php-src/ext/zip/
H A Dphp_zip.c890 zval *retval = NULL; in php_zip_get_property_ptr_ptr() local
930 zval *retval = NULL; in php_zip_read_property() local
957 bool retval = false; in php_zip_has_property() local
3064 int retval = 0; local
/php-src/ext/date/
H A Dphp_date.c751 int retval = ((((long)t->sse)-(((long)t->sse) - ((((long)t->sse) % 86400) + 3600))) * 10); in date_format() local
903 int retval = -1; in php_idate() local
1060 zend_long retval; in php_parse_date() local
1746 int retval = 0; in date_interval_has_property() local
4456 bool retval = false; in date_interval_initialize() local
4503 zval *retval; in date_interval_read_property() local
5036 bool retval = false; in date_period_initialize() local
/php-src/main/streams/
H A Dstreams.c545 zend_result retval; in _php_stream_fill_read_buffer() local
1154 ssize_t retval; in _php_stream_write_buffer() local
/php-src/ext/mbstring/
H A Dmbstring.c505 pcre2_code *retval; in _php_mb_compile_regex() local
2980 …zend_string *retval = zend_string_concat2(ZSTR_VAL(head), ZSTR_LEN(head), ZSTR_VAL(second), ZSTR_L… in php_mb_ulcfirst() local
3078 zend_string* retval = trim_each_wchar(str, &what_ht, NULL, 0, mode, enc); in mb_trim_default_chars() local
3118 zend_string *retval = trim_each_wchar(str, &what_ht, NULL, 0, mode, enc); in mb_trim_what_chars() local
3913 …numeric_entity_convert(uint32_t w, uint32_t *convmap, size_t conversion_map_size, uint32_t *retval) in html_numeric_entity_convert()
4032 …_entity_deconvert(uint32_t number, uint32_t *convmap, size_t conversion_map_size, uint32_t *retval) in html_numeric_entity_deconvert()
/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp1088 zval retval; in PHP_FUNCTION() local
/php-src/ext/phar/
H A Dutil.c1389 zval retval, zp[4], openssl; in phar_call_openssl_signverify() local

Completed in 193 milliseconds

123456