Home
last modified time | relevance | path

Searched defs:to (Results 26 – 50 of 56) sorted by relevance

123

/PHP-8.2/ext/standard/
H A Dbasic_functions.stub.php1356 function move_uploaded_file(string $from, string $to): bool {}
1402 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
H A Durl.c463 unsigned char *to; in php_url_encode_impl() local
H A Dproc_open.c877 static zend_result dup_proc_descriptor(php_file_descriptor_t from, php_file_descriptor_t *to, in dup_proc_descriptor()
H A Dstring.c2917 static zend_string* php_char_to_str_ex(zend_string *str, char from, char *to, size_t to_len, bool c…
3230 char *to = NULL; local
/PHP-8.2/ext/phar/
H A Dphar_object.stub.php130 public function copy(string $from, string $to) {} // TODO make return type void
345 public function copy(string $from, string $to) {} // TODO make return type void
/PHP-8.2/Zend/
H A Dzend_observer.c377 …d ZEND_FASTCALL zend_observer_fiber_switch_notify(zend_fiber_context *from, zend_fiber_context *to) in zend_observer_fiber_switch_notify()
H A Dzend_fibers.c388 zend_fiber_context *to = transfer->context; in zend_fiber_switch_context() local
/PHP-8.2/ext/pdo_mysql/
H A Dmysql_driver.c303 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
/PHP-8.2/ext/spl/
H A Dspl_heap.c88 static zend_always_inline void spl_heap_elem_copy(spl_ptr_heap *heap, void *to, void *from) { in spl_heap_elem_copy()
351 void *to = spl_heap_elem(heap, i); in spl_ptr_heap_delete_top() local
H A Dspl_dllist.c279 static void spl_ptr_llist_copy(spl_ptr_llist *from, spl_ptr_llist *to) /* {{{ */ in spl_ptr_llist_copy()
/PHP-8.2/ext/opcache/
H A Dzend_shared_alloc.c105 static void copy_shared_segments(void *to, void *from, int count, int size) in copy_shared_segments()
/PHP-8.2/Zend/Optimizer/
H A Ddfa_pass.c623 static void zend_ssa_replace_control_link(zend_op_array *op_array, zend_ssa *ssa, int from, int to,… in zend_ssa_replace_control_link()
/PHP-8.2/ext/imap/
H A Dphp_imap.stub.php408 …function imap_open(string $mailbox, string $user, #[\SensitiveParameter] string $password, int $fl…
H A Dphp_imap.c3363 bool _php_imap_mail(zend_string *to, zend_string *subject, zend_string *message, zend_string *heade… in _php_imap_mail()
3538 …zend_string *to=NULL, *message=NULL, *headers=NULL, *subject=NULL, *cc=NULL, *bcc=NULL, *rpath=NUL… in PHP_FUNCTION() local
/PHP-8.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.h126 enum mbfl_no_encoding to; member
H A Dmbfilter.c104 const mbfl_encoding *to, in mbfl_buffer_converter_new()
/PHP-8.2/ext/mbstring/
H A Dmbstring.stub.php171 function mb_send_mail(string $to, string $subject, string $message, array|string $additional_header…
H A Dmbstring.c449 static size_t php_mb_zend_encoding_converter(unsigned char **to, size_t *to_length, const unsigned … in php_mb_zend_encoding_converter()
4003 char *to; in PHP_FUNCTION() local
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_internal.h783 # define JIT_CACHE_FLUSH(from, to) __builtin___clear_cache((char*)(from), (char*)(to)) argument
788 # define JIT_CACHE_FLUSH(from, to) argument
H A Dzend_jit.c1358 …tic int zend_jit_add_range(zend_lifetime_interval **intervals, int var, uint32_t from, uint32_t to) in zend_jit_add_range()
1860 uint32_t to = from; in zend_jit_compute_liveness() local
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c38 static void sparc_cache_flush(sljit_ins *from, sljit_ins *to) in sparc_cache_flush()
H A DsljitNativePPC_common.c51 static void ppc_cache_flush(sljit_ins *from, sljit_ins *to) in ppc_cache_flush()
H A DsljitNativeARM_T2_32.c56 #define COPY_BITS(src, from, to, bits) \ argument
/PHP-8.2/ext/mysqli/
H A Dmysqli_api.c1387 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
/PHP-8.2/ext/pgsql/
H A Dpgsql.c3183 zend_string *from = NULL, *to = NULL; in PHP_FUNCTION() local
3222 char *to = NULL; in PHP_FUNCTION() local

Completed in 214 milliseconds

123