Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 49) sorted by relevance

12

/php-src/ext/intl/msgformat/
H A Dmsgformat_parse.c28 static void msgfmt_do_parse(MessageFormatter_object *mfo, char *source, size_t src_len, zval *retur… in msgfmt_do_parse()
56 char *source; in PHP_FUNCTION() local
84 char *source = NULL; in PHP_FUNCTION() local
H A Dmsgformat_helpers.cpp621 U_CFUNC void umsg_parse_helper(UMessageFormat *fmt, int *count, zval **args, UChar *source, int32_t… in umsg_parse_helper()
/php-src/sapi/cli/
H A Dgenerate_mime_type_map.php6 $source = count($argv) > 1 ? $argv[1] : 'https://cdn.jsdelivr.net/gh/jshttp/mime-db@v1.52.0/db.json… variable
21 $source = $info['source'] ?? 'custom'; variable
/php-src/ext/opcache/
H A Dzend_shared_alloc.c401 int zend_shared_memdup_size(void *source, size_t size) in zend_shared_memdup_size()
415 static zend_always_inline void *_zend_shared_memdup(void *source, size_t size, bool get_xlat, bool … in _zend_shared_memdup()
444 void *zend_shared_memdup_get_put_free(void *source, size_t size) in zend_shared_memdup_get_put_free()
449 void *zend_shared_memdup_put_free(void *source, size_t size) in zend_shared_memdup_put_free()
454 void *zend_shared_memdup_free(void *source, size_t size) in zend_shared_memdup_free()
459 void *zend_shared_memdup_get_put(void *source, size_t size) in zend_shared_memdup_get_put()
464 void *zend_shared_memdup_put(void *source, size_t size) in zend_shared_memdup_put()
469 void *zend_shared_memdup(void *source, size_t size) in zend_shared_memdup()
H A Dzend_accelerator_util_funcs.c148 static zend_always_inline void _zend_accel_function_hash_copy(HashTable *target, HashTable *source,… in _zend_accel_function_hash_copy()
190 static zend_always_inline void zend_accel_function_hash_copy(HashTable *target, HashTable *source) in zend_accel_function_hash_copy()
195 …c zend_never_inline void zend_accel_function_hash_copy_notify(HashTable *target, HashTable *source) in zend_accel_function_hash_copy_notify()
200 static zend_always_inline void _zend_accel_class_hash_copy(HashTable *target, HashTable *source, bo… in _zend_accel_class_hash_copy()
251 static zend_always_inline void zend_accel_class_hash_copy(HashTable *target, HashTable *source) in zend_accel_class_hash_copy()
256 …atic zend_never_inline void zend_accel_class_hash_copy_notify(HashTable *target, HashTable *source) in zend_accel_class_hash_copy_notify()
/php-src/ext/tokenizer/
H A Dtokenizer.c92 zend_string *source; in PHP_METHOD() local
321 static bool tokenize(zval *return_value, zend_string *source, zend_class_entry *token_class) in tokenize()
454 zval *return_value, zend_string *source, zend_class_entry *token_class) in tokenize_parse()
500 zval *return_value, zend_string *source, zend_long flags, zend_class_entry *token_class) in tokenize_common()
517 zend_string *source; in PHP_FUNCTION() local
/php-src/ext/sockets/
H A Dmulticast.c194 source = {0}; in php_do_mcast_opt() local
394 struct sockaddr *source, in php_mcast_join_source()
406 struct sockaddr *source, in php_mcast_leave_source()
418 struct sockaddr *source, in php_mcast_block_source()
430 struct sockaddr *source, in php_mcast_unblock_source()
507 struct sockaddr *source, in _php_mcast_source_op()
/php-src/ext/xmlreader/
H A Dphp_xmlreader.stub.php216 public function setRelaxNGSchemaSource(?string $source): bool {}
219 …public static function XML(string $source, ?string $encoding = null, int $flags = 0) {} // TODO Re…
221 …public static function fromString(string $source, ?string $encoding = null, int $flags = 0): stati…
H A Dphp_xmlreader.c249 char *_xmlreader_get_valid_file_path(char *source, char *resolved_path, int resolved_path_len ) { in _xmlreader_get_valid_file_path()
300 static xmlRelaxNGPtr _xmlreader_get_relaxNG(char *source, size_t source_len, size_t type, in _xmlreader_get_relaxNG()
509 char *source; in php_xmlreader_set_relaxng_schema() local
892 char *source, *valid_file = NULL; in xml_reader_from_uri() local
1069 char *source; in PHP_METHOD() local
1163 char *source, *uri = NULL, *encoding = NULL; in xml_reader_from_string() local
/php-src/ext/intl/converter/
H A Dconverter.stub.php105 …public function fromUCallback(int $reason, array $source, int $codePoint, &$error): string|int|arr…
159 …public function toUCallback(int $reason, string $source, string $codeUnits, &$error): string|int|a…
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle.c25 void resourcebundle_extract_value( zval *return_value, ResourceBundle_object *source ) in resourcebundle_extract_value()
/php-src/Zend/Optimizer/
H A Ddce.c319 int source; in add_phi_sources_to_worklists() local
468 int source; in get_common_phi_source() local
646 int source; in dce_optimize_op_array() local
H A Dssa_integrity.c59 int source; in is_in_phi_sources() local
334 int source = phi->sources[i]; in ssa_verify_integrity() local
/php-src/win32/build/
H A Dmkdist.php157 function copy_text_file($source, $dest)
410 function copy_dir($source, $dest)
/php-src/ext/bcmath/libbcmath/src/
H A Dconvert.c24 char *bc_copy_and_toggle_bcd(char *restrict dest, const char *source, const char *source_end) in bc_copy_and_toggle_bcd()
/php-src/ext/bz2/
H A Dbz2.c442 char *source; /* Source data to compress */ in PHP_FUNCTION() local
492 char *source; in PHP_FUNCTION() local
/php-src/Zend/
H A Dzend_hash.c2240 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, const HashTable *source, copy_ctor_fu… in zend_hash_copy()
2287 static zend_always_inline bool zend_array_dup_value(const HashTable *source, zval *data, zval *dest… in zend_array_dup_value()
2324 static zend_always_inline bool zend_array_dup_element(const HashTable *source, HashTable *target, u… in zend_array_dup_element()
2347 static void zend_array_dup_ht_iterators(const HashTable *source, HashTable *target) { in zend_array_dup_ht_iterators()
2365 static zend_always_inline void zend_array_dup_packed_elements(const HashTable *source, HashTable *t… in zend_array_dup_packed_elements()
2385 static zend_always_inline uint32_t zend_array_dup_elements(const HashTable *source, HashTable *targ… in zend_array_dup_elements()
2438 ZEND_API HashTable* ZEND_FASTCALL zend_array_dup(const HashTable *source) in zend_array_dup()
2526 ZEND_API HashTable* zend_array_to_list(const HashTable *source) in zend_array_to_list()
2547 ZEND_API void ZEND_FASTCALL zend_hash_merge(HashTable *target, const HashTable *source, copy_ctor_f… in zend_hash_merge()
2643 ZEND_API void ZEND_FASTCALL zend_hash_merge_ex(HashTable *target, const HashTable *source, copy_cto… in zend_hash_merge_ex()
H A Dzend_execute.h519 #define ZEND_REF_ADD_TYPE_SOURCE(ref, source) \ argument
522 #define ZEND_REF_DEL_TYPE_SOURCE(ref, source) \ argument
H A Dzend_operators.c2973 ZEND_API char* ZEND_FASTCALL zend_str_tolower_copy(char *dest, const char *source, size_t length) /… in zend_str_tolower_copy()
2981 ZEND_API char* ZEND_FASTCALL zend_str_toupper_copy(char *dest, const char *source, size_t length) /… in zend_str_toupper_copy()
2989 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup(const char *source, size_t length) /* {{{ */ in zend_str_tolower_dup()
2995 ZEND_API char* ZEND_FASTCALL zend_str_toupper_dup(const char *source, size_t length) /* {{{ */ in zend_str_toupper_dup()
3014 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup_ex(const char *source, size_t length) /* {{{ */ in zend_str_tolower_dup_ex()
3038 ZEND_API char* ZEND_FASTCALL zend_str_toupper_dup_ex(const char *source, size_t length) /* {{{ */ in zend_str_toupper_dup_ex()
/php-src/ext/hash/
H A Dhash_whirlpool.c277 const unsigned char *source = input; in PHP_WHIRLPOOLUpdate() local
/php-src/ext/phar/
H A Dtar.c1199 # define PHAR_SET_32(destination, source) do { \ in phar_tar_flush() argument
1207 # define PHAR_SET_32(destination, source) memcpy(destination, &source, 4) in phar_tar_flush() argument
/php-src/ext/dom/
H A Ddocument.c1291 const char *dom_get_valid_file_path(const char *source, char *resolved_path, int resolved_path_len … in dom_get_valid_file_path()
1348 xmlDocPtr dom_document_parser(zval *id, dom_load_mode mode, const char *source, size_t source_len, … in dom_document_parser()
1512 char *source; in dom_parse_document() local
1862 char *source = NULL; in dom_document_schema_validate() local
1973 char *source = NULL; in dom_document_relaxNG_validate() local
2071 char *source; in dom_load_html() local
H A Dxml_document.c136 const char *source, *override_encoding = NULL; in load_from_helper() local
H A Dphp_dom.stub.php1005 public function loadXML(string $source, int $options = 0): bool {}
1018 public function loadHTML(string $source, int $options = 0): bool {}
1038 public function schemaValidateSource(string $source, int $flags = 0): bool {}
1044 public function relaxNGValidateSource(string $source): bool {}
2007 public function schemaValidateSource(string $source, int $flags = 0): bool {}
2011 public function relaxNgValidateSource(string $source): bool {}
2045 …public static function createFromString(string $source, int $options = 0, ?string $overrideEncodin…
2068 …public static function createFromString(string $source, int $options = 0, ?string $overrideEncodin…
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.c107 static char *_xmlwriter_get_valid_file_path(char *source, char *resolved_path, int resolved_path_le… in _xmlwriter_get_valid_file_path()
803 char *source; in PHP_FUNCTION() local
851 char *source; in PHP_METHOD() local

Completed in 75 milliseconds

12