Home
last modified time | relevance | path

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

12345678910

/PHP-7.4/Zend/
H A Dzend_vm_execute.h1257 zval *ret; in ZEND_DO_ICALL_SPEC_RETVAL_UNUSED_HANDLER() local
1302 zval *ret; in ZEND_DO_ICALL_SPEC_RETVAL_USED_HANDLER() local
1347 zval *ret; in ZEND_DO_UCALL_SPEC_RETVAL_UNUSED_HANDLER() local
1370 zval *ret; in ZEND_DO_UCALL_SPEC_RETVAL_USED_HANDLER() local
1393 zval *ret; in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_UNUSED_HANDLER() local
2648 int ret; in ZEND_USER_OPCODE_SPEC_HANDLER() local
3447 int ret; in ZEND_JMPZ_EX_SPEC_CONST_HANDLER() local
3484 int ret; in ZEND_JMPNZ_EX_SPEC_CONST_HANDLER() local
4296 int ret; in ZEND_JMP_SET_SPEC_CONST_HANDLER() local
13504 int ret; in ZEND_JMPZ_EX_SPEC_TMPVAR_HANDLER() local
[all …]
H A Dzend_ast.c478 int ret = SUCCESS; in zend_ast_evaluate() local
H A Dzend_alloc.c1410 void *ret; local
1518 void *ret; local
H A Dzend_inheritance.c2538 inheritance_status ret = INHERITANCE_SUCCESS; in zend_can_early_bind() local
H A Dzend_API.h371 #define WRONG_PARAM_COUNT_WITH_RETVAL(ret) ZEND_WRONG_PARAM_COUNT_WITH_RETVAL(ret) argument
375 #define ZEND_WRONG_PARAM_COUNT_WITH_RETVAL(ret) { zend_wrong_param_count(); return ret; } argument
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c1563 int ret = SUCCESS; in phpdbg_interactive() local
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.c4082 zend_ssa_var_info *ret) in zend_init_func_return_info()
4104 zend_ssa_var_info *ret) in zend_func_return_info()
/PHP-7.4/ext/imap/
H A Dphp_imap.c4471 smart_str *ret = (smart_str*)stream; in _php_rfc822_soutr() local
4484 smart_str ret = {0}; in _php_rfc822_write_address() local
4535 int ret=0, num_ent=0; in _php_imap_address_size() local
/PHP-7.4/ext/standard/
H A Dmath.c849 PHPAPI int _php_math_basetozval(zval *arg, int base, zval *ret) in _php_math_basetozval()
/PHP-7.4/ext/date/
H A Dphp_date.c1442 int ret; in PHP_FUNCTION() local
2981 int ret; in php_date_initialize_from_hash() local
2989 int ret; in php_date_initialize_from_hash() local
4353 zval tmp_member, *ret; in date_interval_get_property_ptr_ptr() local
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c350 char *ret = (char *) malloc(len + 1); in PHP_INI_END() local
600 pcre_cache_entry *ret; in pcre_get_compiled_regex_cache_ex() local
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c375 char *ret; in get_mime_type() local
2727 char *ret = NULL; in do_cli_server() local
/PHP-7.4/ext/sodium/
H A Dlibsodium.c1833 int ret; in PHP_FUNCTION() local
3469 int ret; in PHP_FUNCTION() local
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c549 sljit_u8 *ret; in ensure_buf() local
568 sljit_u8 *ret; in ensure_abuf() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd.h111 #define mysqlnd_result_fetch_field_data(res,offset,ret) (res)->m.fetch_field_data((res), (offset), … argument
/PHP-7.4/ext/sockets/
H A Dsockets.c2022 int ret = php_do_getsockopt_ipv6_rfc3542(php_sock, level, optname, return_value); local
/PHP-7.4/main/
H A Dphp_streams.h497 #define php_stream_cast(stream, as, ret, show_err) _php_stream_cast((stream), (as), (ret), (show_er… argument
/PHP-7.4/ext/spl/
H A Dspl_array.c401 zval *ret; in spl_array_read_dimension_ex() local
/PHP-7.4/ext/gmp/
H A Dgmp.c735 int ret; in convert_to_gmp() local
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c679 zval ret; in sxe_property_get_adr() local
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c4689 int ret, i, num_args = 0; in ZEND_METHOD() local
4766 int ret, i, argc = 0; in ZEND_METHOD() local
/PHP-7.4/ext/gd/
H A Dgd.c2241 int ret = 0; in PHP_FUNCTION() local

Completed in 323 milliseconds

12345678910