Home
last modified time | relevance | path

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

12345678910

/PHP-7.4/ext/oci8/
H A Doci8_interface.c389 zend_string *ret = zend_string_init(buffer, buffer_len, 0); in PHP_FUNCTION() local
437 zend_string *ret = zend_string_init(buffer, buffer_len, 0); in PHP_FUNCTION() local
2208 zend_string *ret; in PHP_FUNCTION() local
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c297 int err, depth, ret; in verify_callback() local
1131 static void php_openssl_info_callback(const SSL *ssl, int where, int ret) /* {{{ */ in php_openssl_info_callback()
2548 static int php_openssl_sockop_cast(php_stream *stream, int castas, void **ret) /* {{{ */ in php_openssl_sockop_cast()
/PHP-7.4/ext/spl/
H A Dspl_observer.c203 int ret = FAILURE; in spl_object_storage_detach() local
567 zend_long ret; in SPL_METHOD() local
H A Dphp_spl.c258 int ret; in spl_autoload() local
H A Dspl_dllist.c241 static void spl_ptr_llist_pop(spl_ptr_llist *llist, zval *ret) /* {{{ */ in spl_ptr_llist_pop()
295 static void spl_ptr_llist_shift(spl_ptr_llist *llist, zval *ret) /* {{{ */ in spl_ptr_llist_shift()
/PHP-7.4/ext/ftp/
H A Dftp.c577 zend_string *ret; in ftp_mkdir() local
2011 char **ret = NULL; in ftp_genlist() local
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c455 int ret; in safe_odbc_disconnect() local
2675 RETCODE ret; in odbc_do_connect() local
3060 char *ret; in php_odbc_lasterror() local
/PHP-7.4/ext/exif/
H A Dexif.c4322 int ret = FALSE; in exif_scan_FILE_header() local
4421 int ret; in exif_read_from_impl() local
4486 int ret; in exif_read_from_stream() local
4507 int ret; in exif_read_from_file() local
4535 int i, ret, sections_needed = 0; in PHP_FUNCTION() local
4735 int ret, arg_c = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
/PHP-7.4/ext/standard/
H A Darray.c972 zend_long ret = zval_get_long(&retval); in php_array_user_compare() local
3610 int ret; local
3705 int ret; local
3837 zval *ret = NULL; local
4668 zend_long ret = zval_get_long(&retval); local
6193 int ret; local
H A Dproc_open.c954 int ret; in PHP_FUNCTION() local
H A Dftp_fopen_wrapper.c105 int ret = 0; in php_stream_ftp_stream_close() local
H A Dstring.c139 unsigned char *ret = (unsigned char *)ZSTR_VAL(str); in php_hex2bin() local
1528 zend_string *ret; local
1632 zend_string *ret; local
1678 zend_string *ret = NULL; local
5956 zend_string *ret; local
/PHP-7.4/ext/opcache/Optimizer/
H A Ddfa_pass.c1139 int ret = ssa->vars[v].use_chain; in zend_dfa_optimize_op_array() local
/PHP-7.4/ext/sockets/
H A Dmulticast.c88 int ret; in php_get_if_index_from_zval() local
/PHP-7.4/ext/gd/libgd/
H A Dgd_gif_in.c378 int i, j, ret; in GetCode_() local
/PHP-7.4/Zend/
H A Dzend_builtin_functions.c791 int ret = 1; in validate_constant_array() local
1278 int ret; in same_name() local
H A Dzend_compile.c64 uint32_t ret = op_array->cache_size; in zend_alloc_cache_slots() local
521 int ret; in zend_add_literal_string() local
533 int ret = zend_add_literal_string(&name); in zend_add_func_name_literal() local
549 int ret = zend_add_literal_string(&name); in zend_add_ns_func_name_literal() local
569 int ret = zend_add_literal_string(&name); in zend_add_class_name_literal() local
583 int ret = zend_add_literal_string(&name); in zend_add_const_name_literal() local
1629 int ret; in zendlex() local
2166 zend_op *ret; in zend_emit_final_return() local
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c162 int ret = 1, is_param = 1; in dispatch_param_event() local
426 int ret = 1; in PHP_METHOD() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_utils.c434 int ret = FAILURE; in phpdbg_parse_variable_with_arg() local
H A Dphpdbg_out.c867 int ret; in _phpdbg_asprintf() local
/PHP-7.4/ext/soap/
H A Dphp_http.c540 zend_resource *ret = zend_register_resource(phpurl, le_url); in make_http_soap_request() local
/PHP-7.4/ext/pcntl/
H A Dpcntl.c1575 int ret; in PHP_FUNCTION() local
/PHP-7.4/ext/xml/
H A Dcompat.c372 xmlEntityPtr ret = NULL; in _get_entity() local
/PHP-7.4/ext/ffi/
H A Dffi.c848 static void zend_ffi_callback_trampoline(ffi_cif* cif, void* ret, void** args, void* data) /* {{{ */ in zend_ffi_callback_trampoline()
2647 void *ret; in ZEND_FUNCTION() local
4297 int ret; in ZEND_METHOD() local
4897 int ret; local
4953 int ret = zend_ffi_preload_glob(filename); local
4986 int ret = zend_ffi_preload_glob(filename); local
/PHP-7.4/ext/mysqli/
H A Dmysqli.c396 int ret = 0; in mysqli_object_has_property() local

Completed in 206 milliseconds

12345678910