Home
last modified time | relevance | path

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

1234567891011

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_perf_dump.c120 int fd, ret; in zend_jit_perf_jitdump_open() local
H A Dzend_jit_internal.h380 #define ZEND_JIT_TRACE_STOP_OK(ret) \ argument
383 #define ZEND_JIT_TRACE_STOP_DONE(ret) \ argument
386 #define ZEND_JIT_TRACE_STOP_REPEAT(ret) \ argument
389 #define ZEND_JIT_TRACE_STOP_MAY_RECOVER(ret) \ argument
H A Dzend_jit.c785 ZEND_EXT_API void zend_jit_status(zval *ret) in zend_jit_status()
833 static void handle_dasm_error(int ret) { in handle_dasm_error()
898 int ret; in dasm_link_and_encode() local
4935 int ret; in zend_jit_startup() local
/PHP-8.1/ext/intl/calendar/
H A Dcalendar_methods.cpp696 UBool ret = co->ucal->inDaylightTime(CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION() local
773 UBool ret = co->ucal->isWeekend((UDate)date, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION() local
/PHP-8.1/ext/pdo/
H A Dpdo_dbh.c963 zend_long ret; in PHP_METHOD() local
1133 bool ret = true; in PHP_METHOD() local
/PHP-8.1/Zend/Optimizer/
H A Dsccp.c1989 static void join_hash_tables(HashTable *ret, HashTable *ht1, HashTable *ht2) in join_hash_tables()
2014 zval ret; in join_partial_arrays() local
2031 zval ret; in join_partial_objects() local
/PHP-8.1/ext/soap/
H A Dphp_sdl.c71 sdlTypePtr ret = NULL; in get_element() local
1190 #define WSDL_CACHE_GET(ret,type,buf) memcpy(&ret,*buf,sizeof(type)); *buf += sizeof(type); argument
1191 #define WSDL_CACHE_GET_INT(ret,buf) ret = ((unsigned char)(*buf)[0])|((unsigned char)(*buf)[1]<<… argument
1192 #define WSDL_CACHE_GET_1(ret,type,buf) ret = (type)(**buf); (*buf)++; argument
1193 #define WSDL_CACHE_GET_N(ret,n,buf) memcpy(ret,*buf,n); *buf += n; argument
/PHP-8.1/ext/pdo_mysql/
H A Dmysql_statement.c592 int ret; in pdo_mysql_stmt_fetch() local
/PHP-8.1/main/streams/
H A Dfilter.c45 int ret; in php_stream_filter_register_factory() local
/PHP-8.1/ext/phar/
H A Ddirstream.c292 php_stream *ret; in phar_wrapper_open_dir() local
/PHP-8.1/ext/ffi/
H A Dffi.c879 static void zend_ffi_callback_trampoline(ffi_cif* cif, void* ret, void** args, void* data) /* {{{ */ in zend_ffi_callback_trampoline()
2686 void *ret; in ZEND_FUNCTION() local
4329 int ret; in ZEND_METHOD() local
4599 zend_ffi_ctype *ret; in ZEND_METHOD() local
4638 zend_ffi_ctype *ret; in ZEND_METHOD() local
4716 zend_ffi_ctype *ret; in ZEND_METHOD() local
4761 zend_ffi_ctype *ret; in ZEND_METHOD() local
4803 zend_ffi_ctype *ret; in ZEND_METHOD() local
5157 int ret; local
5213 int ret = zend_ffi_preload_glob(filename); local
[all …]
/PHP-8.1/ext/standard/
H A Dmath.c716 PHPAPI void _php_math_basetozval(zend_string *str, int base, zval *ret) in _php_math_basetozval()
831 zend_string *ret; in _php_math_longtobase_pwr2() local
H A Darray.c906 zend_long ret = zval_get_long(&retval); in php_array_user_compare_unstable() local
912 zend_long ret = zval_get_long(&retval); in php_array_user_compare_unstable() local
1041 zend_long ret = zval_get_long(&retval); in php_array_user_key_compare_unstable() local
3559 int ret; local
3663 int ret; local
3795 zval *ret = NULL; local
4546 zend_long ret = zval_get_long(&retval); local
5980 int ret; local
H A Duser_filters.c146 int ret = PSFS_ERR_FATAL; in userfilter_filter() local
H A Durl.c107 php_url *ret = ecalloc(1, sizeof(php_url)); in php_url_parse_ex2() local
H A Dhtml.c822 zend_string *ret, /* should have allocated TRAVERSE_FOR_ENTITIES_EXPAND_SIZE(olden) */ in traverse_for_entities()
982 zend_string *ret; in php_unescape_html_entities() local
/PHP-8.1/ext/snmp/
H A Dsnmp.c1693 int ret; in php_snmp_read_property() local
1752 int ret = 0; in php_snmp_has_property() local
1962 int ret = SUCCESS; in php_snmp_write_exceptions_enabled() local
/PHP-8.1/ext/hash/
H A Dhash_sha3.c44 uint64_t ret = 0; in load64() local
/PHP-8.1/Zend/
H A Dzend_list.c344 zend_resource *ret = zend_register_persistent_resource_ex(str, rsrc_pointer, rsrc_type); in zend_register_persistent_resource() local
/PHP-8.1/main/
H A Dfopen_wrappers.c165 ssize_t ret; local
/PHP-8.1/ext/zip/
H A Dphp_zip.c130 int n, ret; in php_zip_extract_file() local
615 int ret; in php_zip_glob() local
997 zval *ret, val; in php_zip_get_properties() local
1222 int ret; in PHP_FUNCTION() local
2739 int ret; local
/PHP-8.1/ext/exif/
H A Dexif.c225 ssize_t ret = php_stream_read(stream, buf + total_read, count - total_read); in ZEND_GET_MODULE() local
4313 bool ret = false; in exif_scan_FILE_header() local
4411 bool ret; in exif_read_from_impl() local
4474 bool ret; in exif_read_from_stream() local
4494 bool ret; in exif_read_from_file() local
4521 bool ret; in PHP_FUNCTION() local
4725 bool ret; in PHP_FUNCTION() local
/PHP-8.1/ext/com_dotnet/
H A Dcom_typeinfo.c481 int ret = 0; in php_com_process_typeinfo() local
/PHP-8.1/win32/
H A Dsendmail.c183 int ret; in TSendMail() local
/PHP-8.1/ext/opcache/
H A Dzend_file_cache.c245 void *ret; local
279 zend_string *ret = accel_new_interned_string(str); local

Completed in 215 milliseconds

1234567891011