Home
last modified time | relevance | path

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

123

/PHP-8.3/ext/sockets/
H A Dsendrecvmsg.c100 #define PUT_ENTRY(sizev, var_size, calc, from, to, level, type) \ in init_ancillary_registry() argument
/PHP-8.3/ext/standard/
H A Durl.c464 unsigned char const *from, *end; in php_url_encode_impl() local
H A Dproc_open.c923 static zend_result dup_proc_descriptor(php_file_descriptor_t from, php_file_descriptor_t *to, in dup_proc_descriptor()
H A Dbasic_functions.stub.php2049 function move_uploaded_file(string $from, string $to): bool {}
2096 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
/PHP-8.3/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.3/ext/phar/
H A Dphar_object.stub.php114 public function copy(string $from, string $to) {} // TODO make return type void
329 public function copy(string $from, string $to) {} // TODO make return type void
/PHP-8.3/ext/pdo_mysql/
H A Dmysql_driver.c303 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
/PHP-8.3/Zend/
H A Dzend_observer.c377 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.c558 void zend_generator_yield_from(zend_generator *generator, zend_generator *from) in zend_generator_yield_from()
H A Dzend_hash.c706 ZEND_API void ZEND_FASTCALL _zend_hash_iterators_update(HashTable *ht, HashPosition from, HashPosit… in _zend_hash_iterators_update()
/PHP-8.3/ext/mbstring/
H A Dmbstring.c461 …_zend_encoding_converter(unsigned char **to, size_t *to_length, const unsigned char *from, size_t … in php_mb_zend_encoding_converter()
2086 static zend_string* mb_get_substr_slow(unsigned char *in, size_t in_len, size_t from, size_t len, c… in mb_get_substr_slow()
2111 static zend_string* mb_get_substr(zend_string *input, size_t from, size_t len, const mbfl_encoding … in mb_get_substr()
2312 zend_long from, len; in PHP_FUNCTION() local
2365 zend_long from, len; in PHP_FUNCTION() local
2486 …ng(zend_string *input, zend_string *marker, const mbfl_encoding *enc, unsigned int from, int width) in mb_trim_string()
2594 zend_long from, width; in PHP_FUNCTION() local
/PHP-8.3/ext/oci8/
H A Doci8.stub.php474 function oci_lob_append(OCILob $to, OCILob $from): bool {}
486 function oci_lob_copy(OCILob $to, OCILob $from, ?int $length = null): bool {}
/PHP-8.3/ext/spl/
H A Dspl_heap.c87 static zend_always_inline void spl_heap_elem_copy(spl_ptr_heap *heap, void *to, void *from) { in spl_heap_elem_copy()
350 static spl_ptr_heap *spl_ptr_heap_clone(spl_ptr_heap *from) { /* {{{ */ in spl_ptr_heap_clone()
H A Dspl_dllist.c276 static void spl_ptr_llist_copy(spl_ptr_llist *from, spl_ptr_llist *to) /* {{{ */ in spl_ptr_llist_copy()
/PHP-8.3/ext/opcache/
H A Dzend_shared_alloc.c124 static void copy_shared_segments(void *to, void *from, int count, int size) in copy_shared_segments()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.c1380 static int zend_jit_add_range(zend_lifetime_interval **intervals, int var, uint32_t from, uint32_t … in zend_jit_add_range()
1455 …d_jit_begin_range(zend_lifetime_interval **intervals, int var, uint32_t block_start, uint32_t from) in zend_jit_begin_range()
1881 uint32_t from = zend_bitset_first(loop_body, set_size2); in zend_jit_compute_liveness() local
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
/PHP-8.3/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.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.h126 enum mbfl_no_encoding from; member
/PHP-8.3/ext/pgsql/
H A Dpgsql.c3222 zend_string *from = NULL, *to = NULL; in PHP_FUNCTION() local
3260 zend_string *from; in PHP_FUNCTION() local
3298 char *from, *tmp; in PHP_FUNCTION() local
3317 zend_string *from = NULL; in php_pgsql_escape_internal() local
/PHP-8.3/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()
H A DsljitLir.c291 #define SLJIT_UPDATE_WX_FLAGS(from, to, enable_exec) argument
/PHP-8.3/ext/mysqli/
H A Dmysqli_api.c1387 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument

Completed in 150 milliseconds

123