Searched refs:_ret (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_hash.h | 194 #define ZEND_HASH_INDEX_FIND(_ht, _h, _ret, _not_found) do { \ argument 197 _ret = &_ht->arPacked[_h]; \ 198 if (UNEXPECTED(Z_TYPE_P(_ret) == IS_UNDEF)) { \ 205 _ret = _zend_hash_index_find(_ht, _h); \ 206 if (UNEXPECTED(_ret == NULL)) { \ 217 #define ZEND_HASH_INDEX_LOOKUP(_ht, _h, _ret) do { \ argument 220 _ret = &_ht->arPacked[_h]; \ 221 if (EXPECTED(Z_TYPE_P(_ret) != IS_UNDEF)) { \ 226 _ret = zend_hash_index_lookup(_ht, _h); \
|
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | funcs.c | 336 int _ret = php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&_fd, 0); in file_buffer() local 337 if (SUCCESS == _ret) { in file_buffer()
|
/PHP-8.3/ext/fileinfo/ |
H A D | libmagic.patch | 1956 + int _ret = php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&_fd, 0); 1957 + if (SUCCESS == _ret) {
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_x86.dasc | 5718 | // _ret = &_ht->arPacked[h];
|
H A D | zend_jit_arm64.dasc | 5195 | // _ret = &_ht->arPacked[_h].val;
|
Completed in 56 milliseconds