Home
last modified time | relevance | path

Searched defs:ret (Results 226 – 250 of 258) sorted by relevance

1234567891011

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c2409 ir_ref ref, ret, if_zero, addr; in zend_jit_trace_exit_stub() local
3246 size_t ret; in zend_jit_setup() local
3273 size_t ret; in zend_jit_setup() local
6012 ir_ref if_def, ret; in zend_jit_simple_assign() local
8801 ir_ref ret; local
9471 ir_ref call, if_may_have_undef, ret; local
9623 ir_ref if_deprecated, ret; local
9639 ir_ref ret; local
9985 ir_ref if_deprecated, ret; local
10001 ir_ref ret; local
[all …]
H A Dzend_jit.c702 ZEND_EXT_API void zend_jit_status(zval *ret) in zend_jit_status()
/php-src/Zend/
H A Dzend_compile.c76 uint32_t ret = op_array->cache_size; in zend_alloc_cache_slots() local
585 int ret; in zend_add_literal_string() local
597 int ret = zend_add_literal_string(&name); in zend_add_func_name_literal() local
613 int ret = zend_add_literal_string(&name); in zend_add_ns_func_name_literal() local
633 int ret = zend_add_literal_string(&name); in zend_add_class_name_literal() local
647 int ret = zend_add_literal_string(&name); in zend_add_const_name_literal() local
1973 int ret; in zendlex() local
2650 zend_op *ret; in zend_emit_final_return() local
H A Dzend_API.c1099 zend_result ret; in zend_parse_parameter() local
3459 zval zv, *ret; in zend_register_class_alias_ex() local
3640 bool ret = 0; in zend_is_callable_check_class() local
4050 bool ret; in zend_is_callable_at_frame() local
4165 bool ret = zend_is_callable_at_frame(callable, object, frame, check_flags, fcc, error); in zend_is_callable_ex() local
H A Dzend_inheritance.c3091 zend_class_entry *ret = zend_inheritance_cache_get(ce, parent, traits_and_interfaces); in zend_do_link_class() local
3362 zend_class_entry *ret = zend_inheritance_cache_get(ce, parent_ce, NULL); in zend_try_early_bind() local
H A Dzend_alloc.c1475 void *ret; local
1583 void *ret; local
H A Dzend_builtin_functions.c433 bool ret = 1; in validate_constant_array_argument() local
H A Dzend_ast.c538 zend_result ret = SUCCESS; in zend_ast_evaluate_inner() local
/php-src/Zend/Optimizer/
H A Dzend_optimizer.c260 uint32_t ret = op_array->cache_size; in alloc_cache_slots() local
H A Dzend_inference.c4542 const zend_op_array *op_array, const zend_script *script, zend_ssa_var_info *ret) in zend_init_func_return_info()
4559 zend_ssa_var_info *ret) in zend_func_return_info()
/php-src/ext/dom/
H A Dnode.c48 zend_string *ret; in dom_node_get_node_name_attribute_or_element() local
2115 int ret = -1; in dom_canonicalization() local
H A Ddocument.c1134 …int ret = xmlDOMWrapAdoptNode(NULL, original_document, nodep, new_document, NULL, /* options, unus… in php_dom_adopt_node() local
1320 xmlDocPtr ret; in dom_document_parser() local
/php-src/ext/pcntl/
H A Dpcntl.c1458 int fd, ret; in PHP_FUNCTION() local
/php-src/ext/pcre/
H A Dphp_pcre.c377 char *ret = (char *) malloc(len + 1); in PHP_INI_END() local
611 pcre_cache_entry *ret; in pcre_get_compiled_regex_cache_ex() local
/php-src/ext/standard/
H A Dstring.c85 unsigned char *ret = (unsigned char *)ZSTR_VAL(str); in php_hex2bin() local
1545 zend_string *ret; local
1627 zend_string *ret = NULL; local
5852 zend_string *ret; local
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c985 int resolved_path_len, ret = 0; in PHP_METHOD() local
/php-src/ext/date/
H A Dphp_date.c1016 int ret; in PHP_FUNCTION() local
2864 bool ret = php_date_initialize(*dateobj, ZSTR_VAL(tmp), ZSTR_LEN(tmp), NULL, NULL, 0); in php_date_initialize_from_hash() local
2870 bool ret; in php_date_initialize_from_hash() local
4583 zval *ret; in date_interval_get_property_ptr_ptr() local
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c136 int ret = match(ms, ml->magic, ml->nmagic, b, in file_softmagic() local
/php-src/ext/tidy/
H A Dtidy.c216 int ret = tidyLoadConfig(doc, path); in php_tidy_load_config() local
/php-src/ext/opcache/jit/ir/
H A Dir_cfg.c1849 uint32_t ret = ctx->cfg_schedule[++b]; in ir_next_block() local
/php-src/ext/spl/
H A Dspl_observer.c227 zend_result ret = FAILURE; in spl_object_storage_detach() local
/php-src/sapi/cli/
H A Dphp_cli_server.c398 char *ret; in get_mime_type() local
2841 char *ret = NULL; in do_cli_server() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c616 sljit_u8 *ret; in ensure_buf() local
635 sljit_u8 *ret; in ensure_abuf() local
/php-src/ext/sockets/
H A Dsockets.c1594 int ret = php_do_getsockopt_ipv6_rfc3542(php_sock, level, optname, return_value); local
/php-src/ext/sodium/
H A Dlibsodium.c1424 int ret; in PHP_FUNCTION() local
3326 int ret; in PHP_FUNCTION() local

Completed in 360 milliseconds

1234567891011