Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.h133 enum mbfl_no_encoding to; member
H A Dmbfilter.c116 const mbfl_encoding *to, in mbfl_buffer_converter_new()
/PHP-8.0/ext/pdo_mysql/
H A Dmysql_driver.c306 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
/PHP-8.0/ext/ftp/
H A Dftp.stub.php110 function ftp_rename($ftp, string $from, string $to): bool {}
/PHP-8.0/ext/spl/
H A Dspl_heap.c98 static zend_always_inline void spl_heap_elem_copy(spl_ptr_heap *heap, void *to, void *from) { in spl_heap_elem_copy()
329 void *to = spl_heap_elem(heap, i); in spl_ptr_heap_delete_top() local
H A Dspl_dllist.c322 static void spl_ptr_llist_copy(spl_ptr_llist *from, spl_ptr_llist *to) /* {{{ */ in spl_ptr_llist_copy()
/PHP-8.0/ext/opcache/
H A Dzend_shared_alloc.c104 static void copy_shared_segments(void *to, void *from, int count, int size) in copy_shared_segments()
/PHP-8.0/ext/opcache/Optimizer/
H A Ddfa_pass.c624 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.0/ext/mbstring/
H A Dmbstring.stub.php80 function mb_send_mail(string $to, string $subject, string $message, array|string $additional_header…
H A Dmbstring.c439 static size_t php_mb_zend_encoding_converter(unsigned char **to, size_t *to_length, const unsigned … in php_mb_zend_encoding_converter()
3452 char *to; in PHP_FUNCTION() local
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_out.c875 static int phpdbg_encode_xml(char **buf, char *msg, int msglen, int from, char *to) { in phpdbg_encode_xml()
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php360 function move_uploaded_file(string $from, string $to): bool {}
622 function strtr(string $string, string|array $from, ?string $to = null): string {} argument
833 function rename(string $from, string $to, $context = null): bool {}
836 function copy(string $from, string $to, $context = null): bool {}
1027 function mail(string $to, string $subject, string $message, array|string $additional_headers = [], …
1291 function stream_copy_to_stream($from, $to, ?int $length = null, int $offset = 0): int|false {}
H A Dproc_open.c809 static int dup_proc_descriptor(php_file_descriptor_t from, php_file_descriptor_t *to, in dup_proc_descriptor()
H A Dstring.c2863 static zend_string* php_char_to_str_ex(zend_string *str, char from, char *to, size_t to_len, int ca…
3177 char *to = NULL; local
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c789 …tic int zend_jit_add_range(zend_lifetime_interval **intervals, int var, uint32_t from, uint32_t to) in zend_jit_add_range()
1291 uint32_t to = from; in zend_jit_compute_liveness() local
/PHP-8.0/ext/imap/
H A Dphp_imap.c3556 bool _php_imap_mail(zend_string *to, zend_string *subject, zend_string *message, zend_string *heade… in _php_imap_mail()
3731 …zend_string *to=NULL, *message=NULL, *headers=NULL, *subject=NULL, *cc=NULL, *bcc=NULL, *rpath=NUL… in PHP_FUNCTION() local
/PHP-8.0/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 DsljitNativeARM_T2_32.c56 #define COPY_BITS(src, from, to, bits) \ argument
H A DsljitNativePPC_common.c51 static void ppc_cache_flush(sljit_ins *from, sljit_ins *to) in ppc_cache_flush()
/PHP-8.0/ext/mysqli/
H A Dmysqli_api.c1881 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
/PHP-8.0/ext/pgsql/
H A Dpgsql.c3279 zend_string *from = NULL, *to = NULL; in PHP_FUNCTION() local
3318 char *from = NULL, *to = NULL; in PHP_FUNCTION() local
/PHP-8.0/Zend/
H A Dzend_hash.h318 …nd_always_inline void zend_hash_iterators_update(HashTable *ht, HashPosition from, HashPosition to) in zend_hash_iterators_update()
H A Dzend_hash.c613 …I void ZEND_FASTCALL _zend_hash_iterators_update(HashTable *ht, HashPosition from, HashPosition to) in _zend_hash_iterators_update()
/PHP-8.0/ext/gd/libgd/
H A Dgd.c654 void gdImagePaletteCopy (gdImagePtr to, gdImagePtr from) in gdImagePaletteCopy()
/PHP-8.0/ext/exif/
H A Dexif.c3032 const zend_encoding *from, *to; in exif_process_user_comment() local

Completed in 200 milliseconds

12