Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/intl/timezone/
H A Dtimezone_class.cpp50 TimeZone_object *to; in timezone_object_construct() local
148 TimeZone_object *to = Z_INTL_TIMEZONE_P(zv_timezone); in timezone_process_timezone_argument() local
295 TimeZone_object *to; in TimeZone_get_debug_info() local
346 static void TimeZone_object_init(TimeZone_object *to) in TimeZone_object_init()
364 TimeZone_object* to = php_intl_timezone_fetch_object(object); in TimeZone_objects_free() local
H A Dtimezone_class.h52 #define TIMEZONE_ERROR(to) (to)->err argument
53 #define TIMEZONE_ERROR_P(to) &(TIMEZONE_ERROR(to)) argument
/PHP-8.0/ext/intl/transliterator/
H A Dtransliterator_class.c39 Transliterator_object *to; in transliterator_object_construct() local
71 static void transliterator_object_init( Transliterator_object* to ) in transliterator_object_init()
83 static void transliterator_object_destroy( Transliterator_object* to ) in transliterator_object_destroy()
101 Transliterator_object* to = php_intl_transliterator_fetch_object(object); in Transliterator_objects_free() local
H A Dtransliterator_methods.c29 Transliterator_object *to; in create_transliterator() local
/PHP-8.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c118 …filter_common_init(mbfl_convert_filter *filter, const mbfl_encoding *from, const mbfl_encoding *to, in mbfl_convert_filter_common_init()
146 mbfl_convert_filter* mbfl_convert_filter_new(const mbfl_encoding *from, const mbfl_encoding *to, ou… in mbfl_convert_filter_new()
201 …nvert_filter_reset(mbfl_convert_filter *filter, const mbfl_encoding *from, const mbfl_encoding *to) in mbfl_convert_filter_reset()
365 …mbfl_convert_vtbl* mbfl_convert_filter_get_vtbl(const mbfl_encoding *from, const mbfl_encoding *to) in mbfl_convert_filter_get_vtbl()
H A Dmbfl_convert.h59 const mbfl_encoding *to; member
H A Dmbfilter.h140 const mbfl_encoding *to; member
/PHP-8.0/ext/pcntl/
H A Dpcntl.c511 #define PHP_RUSAGE_PARA(from, to, field) \ argument
514 #define PHP_RUSAGE_SPECIAL(from, to) \ argument
529 #define PHP_RUSAGE_SPECIAL(from, to) argument
532 #define PHP_RUSAGE_COMMON(from ,to) \ argument
538 #define PHP_RUSAGE_TO_ARRAY(from, to) \ argument
/PHP-8.0/ext/opcache/Optimizer/
H A Dscdf.h78 static inline uint32_t scdf_edge(zend_cfg *cfg, int from, int to) { in scdf_edge()
92 static inline zend_bool scdf_is_edge_feasible(scdf_ctx *scdf, int from, int to) { in scdf_is_edge_feasible()
H A Dscdf.c55 void scdf_mark_edge_feasible(scdf_ctx *scdf, int from, int to) { in scdf_mark_edge_feasible()
H A Dzend_ssa.c61 …i(const zend_op_array *op_array, zend_dfg *dfg, zend_ssa *ssa, int from, int to, int var) /* {{{ */ in needs_pi()
95 int from, int to, int var) /* {{{ */ in add_pi()
1397 void zend_ssa_remove_predecessor(zend_ssa *ssa, int from, int to) /* {{{ */ in zend_ssa_remove_predecessor()
/PHP-8.0/ext/gd/libgd/
H A Dgdkanji.c341 do_convert (unsigned char *to, unsigned char *from, const char *code) in do_convert()
459 do_check_and_conv (unsigned char *to, unsigned char *from) in do_check_and_conv()
/PHP-8.0/Zend/
H A Dzend_multibyte.c46 static size_t dummy_encoding_converter(unsigned char **to, size_t *to_length, const unsigned char *… in dummy_encoding_converter()
153 ZEND_API size_t zend_multibyte_encoding_converter(unsigned char **to, size_t *to_length, const unsi… in zend_multibyte_encoding_converter()
H A Dzend_language_scanner.l138 static size_t encoding_filter_script_to_internal(unsigned char **to, size_t *to_length, const unsig… in encoding_filter_script_to_internal()
145 static size_t encoding_filter_script_to_intermediate(unsigned char **to, size_t *to_length, const u… in encoding_filter_script_to_intermediate()
150 static size_t encoding_filter_intermediate_to_script(unsigned char **to, size_t *to_length, const u… in encoding_filter_intermediate_to_script()
156 static size_t encoding_filter_intermediate_to_internal(unsigned char **to, size_t *to_length, const… in encoding_filter_intermediate_to_internal()
/PHP-8.0/ext/standard/
H A Dmail.c252 char *to=NULL, *message=NULL; in PHP_FUNCTION() local
421 PHPAPI int php_mail(const char *to, const char *subject, const char *message, const char *headers, … in php_mail()
H A Durl.c463 unsigned char *to; in php_url_encode_impl() local
/PHP-8.0/ext/spl/
H A Dspl_fixedarray.c93 static void spl_fixedarray_init_elems(spl_fixedarray *array, zend_long from, zend_long to) in spl_fixedarray_init_elems()
124 zval *to = &array->elements[offset]; in spl_fixedarray_copy_range() local
130 static void spl_fixedarray_copy_ctor(spl_fixedarray *to, spl_fixedarray *from) in spl_fixedarray_copy_ctor()
142 static void spl_fixedarray_dtor_range(spl_fixedarray *array, zend_long from, zend_long to) in spl_fixedarray_dtor_range()
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c220 const zend_uchar * to = *row; in ps_fetch_time() local
277 const zend_uchar * to = *row; in ps_fetch_date() local
314 const zend_uchar * to = *row; in ps_fetch_datetime() local
/PHP-8.0/ext/date/lib/
H A Dparse_tz.c682 ttinfo *to; in timelib_timestamp_is_in_dst() local
693 ttinfo *to; in timelib_get_time_zone_info() local
/PHP-8.0/ext/ffi/
H A Dffi.stub.php47 public static function memcpy(FFI\CData $to, $from, int $size): void {}
/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h323 #define SLJIT_CACHE_FLUSH(from, to) \ argument
334 #define SLJIT_CACHE_FLUSH(from, to) argument
/PHP-8.0/ext/imap/
H A Dphp_imap.stub.php127 function imap_renamemailbox($imap, string $from, string $to): bool {}
133 function imap_rename($imap, string $from, string $to): bool {}
254 function imap_mail(string $to, string $subject, string $message, ?string $additional_headers = null…
/PHP-8.0/ext/sockets/
H A Dsendrecvmsg.c102 #define PUT_ENTRY(sizev, var_size, calc, from, to, level, type) \ in init_ancillary_registry() argument
/PHP-8.0/ext/oci8/
H A Doci8.stub.php77 function oci_lob_append(OCILob $to, OCILob $from): bool {}
89 function oci_lob_copy(OCILob $to, OCILob $from, ?int $length = null): bool {}
495 function oci_collection_assign(OCICollection $to, OCICollection $from): bool {}
/PHP-8.0/ext/phar/
H A Dphar_object.stub.php49 public function copy(string $from, string $to) {}
261 public function copy(string $from, string $to) {}

Completed in 92 milliseconds

12