Home
last modified time | relevance | path

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

123

/PHP-8.1/Zend/
H A Dzend_observer.c285 ZEND_API void ZEND_FASTCALL zend_observer_fiber_switch_notify(zend_fiber_context *from, zend_fiber_… in zend_observer_fiber_switch_notify()
H A Dzend_generators.c503 void zend_generator_yield_from(zend_generator *generator, zend_generator *from) in zend_generator_yield_from()
H A Dzend_hash.h336 static zend_always_inline void zend_hash_iterators_update(HashTable *ht, HashPosition from, HashPos… in zend_hash_iterators_update()
/PHP-8.1/ext/dba/libinifile/
H A Dinifile.c409 static int inifile_filter(inifile *dba, inifile *from, const key_type *key, bool *found) in inifile_filter()
/PHP-8.1/ext/sockets/
H A Dsendrecvmsg.c102 #define PUT_ENTRY(sizev, var_size, calc, from, to, level, type) \ in init_ancillary_registry() argument
/PHP-8.1/ext/standard/
H A Durl.c464 unsigned char const *from, *end; in php_url_encode_impl() local
H A Dbasic_functions.stub.php480 function move_uploaded_file(string $from, string $to): bool {}
819 function strtr(string $string, string|array $from, ?string $to = null): string {}
1124 function rename(string $from, string $to, $context = null): bool {}
1127 function copy(string $from, string $to, $context = null): bool {}
1689 function stream_copy_to_stream($from, $to, ?int $length = null, int $offset = 0): int|false {}
H A Dproc_open.c886 static zend_result dup_proc_descriptor(php_file_descriptor_t from, php_file_descriptor_t *to, in dup_proc_descriptor()
/PHP-8.1/ext/phar/
H A Dphar_object.stub.php49 public function copy(string $from, string $to) {} // TODO make return type void
264 public function copy(string $from, string $to) {} // TODO make return type void
/PHP-8.1/ext/imap/
H A Dphp_imap.stub.php85 function imap_renamemailbox(IMAP\Connection $imap, string $from, string $to): bool {}
88 function imap_rename(IMAP\Connection $imap, string $from, string $to): bool {}
/PHP-8.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.h127 enum mbfl_no_encoding from; member
/PHP-8.1/ext/pdo_mysql/
H A Dmysql_driver.c303 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
/PHP-8.1/ext/ftp/
H A Dftp.stub.php83 function ftp_rename(FTP\Connection $ftp, string $from, string $to): bool {}
/PHP-8.1/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.1/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()
361 static spl_ptr_heap *spl_ptr_heap_clone(spl_ptr_heap *from) { /* {{{ */ in spl_ptr_heap_clone()
H A Dspl_dllist.c281 static void spl_ptr_llist_copy(spl_ptr_llist *from, spl_ptr_llist *to) /* {{{ */ in spl_ptr_llist_copy()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.c1367 static int zend_jit_add_range(zend_lifetime_interval **intervals, int var, uint32_t from, uint32_t … in zend_jit_add_range()
1442 …d_jit_begin_range(zend_lifetime_interval **intervals, int var, uint32_t block_start, uint32_t from) in zend_jit_begin_range()
1868 uint32_t from = zend_bitset_first(loop_body, set_size2); in zend_jit_compute_liveness() local
H A Dzend_jit_internal.h769 # define JIT_CACHE_FLUSH(from, to) __builtin___clear_cache((char*)(from), (char*)(to)) argument
774 # define JIT_CACHE_FLUSH(from, to) argument
/PHP-8.1/Zend/Optimizer/
H A Ddfa_pass.c637 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.1/ext/mbstring/
H A Dmbstring.c433 …_zend_encoding_converter(unsigned char **to, size_t *to_length, const unsigned char *from, size_t … in php_mb_zend_encoding_converter()
2127 zend_long from, len; in PHP_FUNCTION() local
2193 zend_long from, len; in PHP_FUNCTION() local
2278 zend_long from, width, swidth = 0; in PHP_FUNCTION() local
/PHP-8.1/ext/pgsql/
H A Dpgsql.c3277 zend_string *from = NULL, *to = NULL; in PHP_FUNCTION() local
3315 zend_string *from; in PHP_FUNCTION() local
3353 char *from, *tmp; in PHP_FUNCTION() local
3372 zend_string *from = NULL; in php_pgsql_escape_internal() local
/PHP-8.1/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.1/ext/mysqli/
H A Dmysqli_api.c1932 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument

Completed in 134 milliseconds

123