Home
last modified time | relevance | path

Searched refs:ret (Results 426 – 441 of 441) sorted by relevance

1...<<1112131415161718

/php-src/Zend/
H A Dzend_compile.c78 return ret; in zend_alloc_cache_slots()
587 int ret; in zend_add_literal_string() local
592 return ret; in zend_add_literal_string()
605 return ret; in zend_add_func_name_literal()
628 return ret; in zend_add_ns_func_name_literal()
641 return ret; in zend_add_class_name_literal()
664 return ret; in zend_add_const_name_literal()
674 return ret; in zend_add_const_name_literal()
1977 int ret; in zendlex() local
1986 return ret; in zendlex()
[all …]
H A Dzend_execute.h107 ZEND_API bool zend_verify_internal_return_type(zend_function *zf, zval *ret);
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c626 sljit_u8 *ret; in ensure_buf() local
631 ret = compiler->buf->memory + compiler->buf->used_size; in ensure_buf()
633 return ret; in ensure_buf()
645 sljit_u8 *ret; in ensure_abuf() local
650 ret = compiler->abuf->memory + compiler->abuf->used_size; in ensure_abuf()
652 return ret; in ensure_abuf()
/php-src/ext/phar/
H A Dphar_internal.h591 int phar_get_entry_data(phar_entry_data **ret, char *fname, size_t fname_len, char *path, size_t pa…
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc3220 | ret
5829 int ret;
6242 if (ret != DASM_S_OK) {
6279 if (ret != DASM_S_OK) {
6340 int ret;
6365 ret = dasm_link(&dasm_state, &size);
6366 if (ret != DASM_S_OK) {
6381 if (ret != DASM_S_OK) {
6519 int ret;
6535 if (ret != DASM_S_OK) {
[all …]
H A Dir_x86.dasc6576 | ret ctx->param_stack_size
6581 | ret
10237 int ret;
10775 if (ret != DASM_S_OK) {
10805 if (ret != DASM_S_OK) {
10875 int ret;
10896 if (ret != DASM_S_OK) {
10910 if (ret != DASM_S_OK) {
10938 int ret;
10956 if (ret != DASM_S_OK) {
[all …]
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c196 int ret; in main() local
214 ret = magic_compile(ms, argv[1]) == -1 ? 1 : 0; in main()
215 if (ret == 1) in main()
218 return ret; in main()
/php-src/ext/sockets/
H A Dsockets.c1643 int ret = php_do_getsockopt_ipv6_rfc3542(php_sock, level, optname, return_value); local
1644 if (ret == SUCCESS) {
1646 } else if (ret == FAILURE) {
/php-src/ext/hash/xxhash/
H A Dxxhash.h3135 xxh_u64x2 ret; in XXH_vec_loadu() local
3136 XXH_memcpy(&ret, ptr, sizeof(xxh_u64x2)); in XXH_vec_loadu()
3138 ret = XXH_vec_revb(ret); in XXH_vec_loadu()
3140 return ret; in XXH_vec_loadu()
/php-src/ext/simplexml/
H A Dsimplexml.c614 zval ret; in sxe_property_get_adr() local
636 _node_as_zval(sxe, node, &ret, type, name, sxe->iter.nsprefix, sxe->iter.isprefix); in sxe_property_get_adr()
642 ZVAL_COPY_VALUE(&sxe->tmp, &ret); in sxe_property_get_adr()
/php-src/
H A DUPGRADING.INTERNALS176 - Removed the `ret` argument from the DOM_RET_OBJ macro, use the return
/php-src/Zend/Optimizer/
H A Dzend_optimizer.c260 uint32_t ret = op_array->cache_size; in alloc_cache_slots() local
262 return ret; in alloc_cache_slots()
/php-src/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt46 $ret = $phar->buildFromIterator(new myIterator);
47 foreach ($ret as $a => $val) {
48 $ret[$a] = str_replace(dirname($fname2) . DIRECTORY_SEPARATOR, '*', $val);
50 var_dump($ret);
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c5545 const char*ret;
5547 ret=luaO_pushvfstring(L,fmt,argp);
5548 return ret;
5551 const char*ret;
5555 ret=luaO_pushvfstring(L,fmt,argp);
5557 return ret;
/php-src/ext/opcache/jit/
H A Dzend_jit.c703 ZEND_EXT_API void zend_jit_status(zval *ret) in zend_jit_status() argument
719 add_assoc_zval(ret, "jit", &stats); in zend_jit_status()
/php-src/ext/reflection/
H A Dphp_reflection.c1159 static int read_attributes(zval *ret, HashTable *attributes, zend_class_entry *scope, in read_attributes() argument
1174 add_next_index_zval(ret, &tmp); in read_attributes()
1206 add_next_index_zval(ret, &tmp); in read_attributes()

Completed in 214 milliseconds

1...<<1112131415161718