Home
last modified time | relevance | path

Searched defs:ret (Results 176 – 200 of 268) sorted by relevance

1234567891011

/PHP-7.3/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp244 zend_function *ret; in IntlPartsIterator_get_method() local
/PHP-7.3/ext/sysvshm/
H A Dsysvshm.c258 int ret; in PHP_FUNCTION() local
/PHP-7.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c323 int mode_backup, substchar_backup, ret, n, m, r; in mbfl_filt_conv_illegal_output() local
/PHP-7.3/ext/pdo/
H A Dpdo_sql_parser.c402 int ret = 0; in pdo_parse_params() local
/PHP-7.3/ext/gd/libgd/
H A Dgdkanji.c562 int ret; in any2eucjp() local
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_list.c237 zend_op_array *ret; in phpdbg_compile_file() local
H A Dphpdbg_out.c876 int ret; in _phpdbg_xml_asprintf() local
887 int ret; in _phpdbg_asprintf() local
/PHP-7.3/ext/opcache/Optimizer/
H A Dsccp.c1932 static void join_hash_tables(HashTable *ret, HashTable *ht1, HashTable *ht2) in join_hash_tables()
1957 zval ret; in join_partial_arrays() local
1974 zval ret; in join_partial_objects() local
H A Dzend_optimizer.c78 int er, ret; in zend_optimizer_eval_binary_op() local
236 uint32_t ret = op_array->cache_size; in alloc_cache_slots() local
H A Dzend_func_info.c1690 uint32_t ret = 0; in zend_get_func_info() local
/PHP-7.3/main/
H A Dmain.c909 size_t ret; in php_printf() local
2664 PHPAPI int php_execute_simple_script(zend_file_handle *primary_file, zval *ret) in php_execute_simple_script()
2717 int ret = -1; in php_handle_auth_data() local
H A Dreentrancy.c118 int ret = 0; in php_readdir_r() local
/PHP-7.3/ext/dom/
H A Ddom_iterators.c63 xmlEntityPtr ret; in create_notation() local
/PHP-7.3/ext/standard/
H A Dbasic_functions.c3973 int ret, af = AF_INET; in PHP_NAMED_FUNCTION() local
5120 int ret; local
5257 int ret; local
5925 int oldmask; int ret; local
H A Dmail.c474 int ret; in php_mail() local
/PHP-7.3/Zend/
H A Dzend_API.c851 int ret; in zend_parse_parameter() local
1608 zval tmp, *ret; in add_get_assoc_string_ex() local
1618 zval tmp, *ret; in add_get_assoc_stringl_ex() local
2913 int ret = 0; in zend_is_callable_check_class() local
3341 zend_bool ret; in zend_is_callable_impl() local
3465 zend_bool ret = zend_is_callable_impl(callable, object, check_flags, fcc, error); in zend_is_callable_ex() local
3647 int ret; in zend_fcall_info_argn() local
3793 int ret = zend_declare_property_ex(ce, key, property, access_type, NULL); in zend_declare_property() local
3896 int ret; in zend_declare_class_constant() local
H A Dzend_smart_str.h78 char *ret = ZSTR_VAL(dest->s) + ZSTR_LEN(dest->s); in smart_str_extend_ex() local
H A Dzend_operators.c1891 int ret; in string_compare_function_ex() local
1918 int ret = zend_binary_strcmp(ZSTR_VAL(str1), ZSTR_LEN(str1), ZSTR_VAL(str2), ZSTR_LEN(str2)); in string_compare_function() local
1940 …int ret = zend_binary_strcasecmp_l(ZSTR_VAL(str1), ZSTR_LEN(str1), ZSTR_VAL(str2), ZSTR_LEN(str1)); in string_case_compare_function() local
1955 int ret = strcoll(ZSTR_VAL(str1), ZSTR_VAL(str2)); in string_locale_compare_function() local
1994 int ret; in compare_function() local
/PHP-7.3/ext/zip/lib/
H A Dzip_source_win32handle.c392 DWORD ret; in _win32_read_file() local
/PHP-7.3/ext/hash/
H A Dhash_sha3.c46 uint64_t ret = 0; in load64() local
/PHP-7.3/ext/pdo_odbc/
H A Dodbc_driver.c149 int ret; in odbc_handle_preparer() local
/PHP-7.3/ext/intl/calendar/
H A Dcalendar_methods.cpp835 UBool ret = co->ucal->inDaylightTime(CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION() local
926 UBool ret = co->ucal->isWeekend((UDate)date, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION() local
/PHP-7.3/ext/soap/
H A Dphp_sdl.c72 sdlTypePtr ret = NULL; in get_element() local
1180 #define WSDL_CACHE_GET(ret,type,buf) memcpy(&ret,*buf,sizeof(type)); *buf += sizeof(type); argument
1181 #define WSDL_CACHE_GET_INT(ret,buf) ret = ((unsigned char)(*buf)[0])|((unsigned char)(*buf)[1]<<… argument
1182 #define WSDL_CACHE_GET_1(ret,type,buf) ret = (type)(**buf); (*buf)++; argument
1183 #define WSDL_CACHE_GET_N(ret,n,buf) memcpy(ret,*buf,n); *buf += n; argument
/PHP-7.3/ext/zip/
H A Dphp_zip.c146 int n, ret; in php_zip_extract_file() local
523 int ret; in php_zip_glob() local
1011 zval *ret, val; in php_zip_get_properties() local
1208 int ret; in PHP_NAMED_FUNCTION() local
2751 int ret, i; in ZIPARCHIVE_METHOD() local
/PHP-7.3/ext/phar/
H A Ddirstream.c307 php_stream *ret; in phar_wrapper_open_dir() local

Completed in 212 milliseconds

1234567891011