/PHP-8.2/ext/standard/ |
H A D | basic_functions.stub.php | 1356 function move_uploaded_file(string $from, string $to): bool {} 1402 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
H A D | url.c | 463 unsigned char *to; in php_url_encode_impl() local
|
H A D | proc_open.c | 877 static zend_result dup_proc_descriptor(php_file_descriptor_t from, php_file_descriptor_t *to, in dup_proc_descriptor()
|
H A D | string.c | 2917 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 D | phar_object.stub.php | 130 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 D | zend_observer.c | 377 …d ZEND_FASTCALL zend_observer_fiber_switch_notify(zend_fiber_context *from, zend_fiber_context *to) in zend_observer_fiber_switch_notify()
|
H A D | zend_fibers.c | 388 zend_fiber_context *to = transfer->context; in zend_fiber_switch_context() local
|
/PHP-8.2/ext/pdo_mysql/ |
H A D | mysql_driver.c | 303 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
|
/PHP-8.2/ext/spl/ |
H A D | spl_heap.c | 88 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 D | spl_dllist.c | 279 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 D | zend_shared_alloc.c | 105 static void copy_shared_segments(void *to, void *from, int count, int size) in copy_shared_segments()
|
/PHP-8.2/Zend/Optimizer/ |
H A D | dfa_pass.c | 623 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 D | php_imap.stub.php | 408 …function imap_open(string $mailbox, string $user, #[\SensitiveParameter] string $password, int $fl…
|
H A D | php_imap.c | 3363 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 D | mbfl_encoding.h | 126 enum mbfl_no_encoding to; member
|
H A D | mbfilter.c | 104 const mbfl_encoding *to, in mbfl_buffer_converter_new()
|
/PHP-8.2/ext/mbstring/ |
H A D | mbstring.stub.php | 171 function mb_send_mail(string $to, string $subject, string $message, array|string $additional_header…
|
H A D | mbstring.c | 449 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 D | zend_jit_internal.h | 783 # define JIT_CACHE_FLUSH(from, to) __builtin___clear_cache((char*)(from), (char*)(to)) argument 788 # define JIT_CACHE_FLUSH(from, to) argument
|
H A D | zend_jit.c | 1358 …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 D | sljitNativeSPARC_common.c | 38 static void sparc_cache_flush(sljit_ins *from, sljit_ins *to) in sparc_cache_flush()
|
H A D | sljitNativePPC_common.c | 51 static void ppc_cache_flush(sljit_ins *from, sljit_ins *to) in ppc_cache_flush()
|
H A D | sljitNativeARM_T2_32.c | 56 #define COPY_BITS(src, from, to, bits) \ argument
|
/PHP-8.2/ext/mysqli/ |
H A D | mysqli_api.c | 1387 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
|
/PHP-8.2/ext/pgsql/ |
H A D | pgsql.c | 3183 zend_string *from = NULL, *to = NULL; in PHP_FUNCTION() local 3222 char *to = NULL; in PHP_FUNCTION() local
|