Home
last modified time | relevance | path

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

12345678910

/PHP-7.4/Zend/
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.c1926 int ret; in string_compare_function_ex() local
1953 int ret = zend_binary_strcmp(ZSTR_VAL(str1), ZSTR_LEN(str1), ZSTR_VAL(str2), ZSTR_LEN(str2)); in string_compare_function() local
1975 …int ret = zend_binary_strcasecmp_l(ZSTR_VAL(str1), ZSTR_LEN(str1), ZSTR_VAL(str2), ZSTR_LEN(str1)); in string_case_compare_function() local
1989 int ret = strcoll(ZSTR_VAL(str1), ZSTR_VAL(str2)); in string_locale_compare_function() local
2027 int ret; in compare_function() local
H A Dzend_list.c349 zend_resource *ret = zend_register_persistent_resource_ex(str, rsrc_pointer, rsrc_type); in zend_register_persistent_resource() local
H A Dzend_API.c894 int ret; in zend_parse_parameter() local
2770 zval zv, *ret; in zend_register_class_alias_ex() local
2910 int ret = 0; in zend_is_callable_check_class() local
3340 zend_bool ret; in zend_is_callable_impl() local
3464 zend_bool ret = zend_is_callable_impl(callable, object, check_flags, fcc, error); in zend_is_callable_ex() local
3638 int ret; in zend_fcall_info_argn() local
3944 int ret = zend_declare_property_ex(ce, key, property, access_type, NULL); in zend_declare_property() local
4047 int ret; in zend_declare_class_constant() local
/PHP-7.4/ext/standard/
H A Dmail.c470 int ret; in php_mail() local
H A Duser_filters.c162 int ret = PSFS_ERR_FATAL; in userfilter_filter() local
H A Dhtml.c893 zend_string *ret, /* should have allocated TRAVERSE_FOR_ENTITIES_EXPAND_SIZE(olden) */ in traverse_for_entities()
1053 zend_string *ret; in php_unescape_html_entities() local
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_driver.c149 int ret; in odbc_handle_preparer() local
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_statement.c646 int ret; in pdo_mysql_stmt_fetch() local
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_func_info.c1629 uint32_t ret = 0; in zend_get_func_info() local
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.cpp833 UBool ret = co->ucal->inDaylightTime(CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION() local
923 UBool ret = co->ucal->isWeekend((UDate)date, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION() local
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c936 zend_long ret; in PHP_METHOD() local
1121 int ret = 1; in PHP_METHOD() local
/PHP-7.4/ext/soap/
H A Dphp_sdl.c72 sdlTypePtr ret = NULL; in get_element() local
1189 #define WSDL_CACHE_GET(ret,type,buf) memcpy(&ret,*buf,sizeof(type)); *buf += sizeof(type); argument
1190 #define WSDL_CACHE_GET_INT(ret,buf) ret = ((unsigned char)(*buf)[0])|((unsigned char)(*buf)[1]<<… argument
1191 #define WSDL_CACHE_GET_1(ret,type,buf) ret = (type)(**buf); (*buf)++; argument
1192 #define WSDL_CACHE_GET_N(ret,n,buf) memcpy(ret,*buf,n); *buf += n; argument
H A Dsoap.c2094 zval ret; local
2508 int ret = TRUE; local
2607 int ret = FALSE; local
3724 …lNodePtr body, sdlFunctionPtr function, char *function_name, char *uri, zval *ret, int version, in…
3826 …_response_call(sdlFunctionPtr function, char *function_name, char *uri, zval *ret, soapHeader* hea…
/PHP-7.4/ext/zip/
H A Dphp_zip.c142 int n, ret; in php_zip_extract_file() local
522 int ret; in php_zip_glob() local
1018 zval *ret, val; in php_zip_get_properties() local
1215 int ret; in PHP_NAMED_FUNCTION() local
2624 int ret; local
/PHP-7.4/ext/phar/
H A Ddirstream.c306 php_stream *ret; in phar_wrapper_open_dir() local
H A Dstream.c465 int ret; in phar_stream_flush() local
/PHP-7.4/main/streams/
H A Dfilter.c47 int ret; in php_stream_filter_register_factory() local
/PHP-7.4/ext/openssl/
H A Dopenssl.c959 time_t ret; in php_openssl_asn1_time_to_time_t() local
2166 zend_string *ret; in php_openssl_x509_fingerprint() local
2182 ZSTR_VAL(ret)[n * 2] = '\0'; in php_openssl_x509_fingerprint() local
2585 int ret=0; in check_cert() local
2623 int ret; in PHP_FUNCTION() local
5614 int ret; in PHP_FUNCTION() local
6800 zend_string *ret; in PHP_FUNCTION() local
6895 zend_string *ret; in PHP_FUNCTION() local
6933 zend_long ret; in PHP_FUNCTION() local
/PHP-7.4/main/
H A Dfopen_wrappers.c174 ssize_t ret; local
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c218 void *ret; local
243 zend_string *ret; local
/PHP-7.4/ext/com_dotnet/
H A Dcom_typeinfo.c486 int ret = 0; in php_com_process_typeinfo() local
/PHP-7.4/win32/
H A Dsendmail.c183 int ret; in TSendMail() local
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c1040 int resolved_path_len, ret = 0; in PHP_METHOD() local
1126 int ret; in PHP_METHOD() local
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_methods.cpp593 zval *ret = timezone_convert_to_datetimezone(to->utimezone, in PHP_FUNCTION() local

Completed in 141 milliseconds

12345678910