/PHP-8.3/ext/intl/msgformat/ |
H A D | msgformat_parse.c | 28 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 D | msgformat_helpers.cpp | 621 U_CFUNC void umsg_parse_helper(UMessageFormat *fmt, int *count, zval **args, UChar *source, int32_t… in umsg_parse_helper()
|
/PHP-8.3/ext/opcache/ |
H A D | zend_shared_alloc.c | 396 int zend_shared_memdup_size(void *source, size_t size) in zend_shared_memdup_size() 410 static zend_always_inline void *_zend_shared_memdup(void *source, size_t size, bool get_xlat, bool … in _zend_shared_memdup() 439 void *zend_shared_memdup_get_put_free(void *source, size_t size) in zend_shared_memdup_get_put_free() 444 void *zend_shared_memdup_put_free(void *source, size_t size) in zend_shared_memdup_put_free() 449 void *zend_shared_memdup_free(void *source, size_t size) in zend_shared_memdup_free() 454 void *zend_shared_memdup_get_put(void *source, size_t size) in zend_shared_memdup_get_put() 459 void *zend_shared_memdup_put(void *source, size_t size) in zend_shared_memdup_put() 464 void *zend_shared_memdup(void *source, size_t size) in zend_shared_memdup()
|
H A D | zend_accelerator_util_funcs.c | 148 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() 253 static zend_always_inline void zend_accel_class_hash_copy(HashTable *target, HashTable *source) in zend_accel_class_hash_copy() 258 …atic zend_never_inline void zend_accel_class_hash_copy_notify(HashTable *target, HashTable *source) in zend_accel_class_hash_copy_notify()
|
/PHP-8.3/sapi/cli/ |
H A D | generate_mime_type_map.php | 6 $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-8.3/ext/tokenizer/ |
H A D | tokenizer.c | 93 zend_string *source; in PHP_METHOD() local 322 static bool tokenize(zval *return_value, zend_string *source, zend_class_entry *token_class) in tokenize() 455 zval *return_value, zend_string *source, zend_class_entry *token_class) in tokenize_parse() 501 zval *return_value, zend_string *source, zend_long flags, zend_class_entry *token_class) in tokenize_common() 518 zend_string *source; in PHP_FUNCTION() local
|
/PHP-8.3/ext/sockets/ |
H A D | multicast.c | 194 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-8.3/ext/intl/resourcebundle/ |
H A D | resourcebundle.c | 25 void resourcebundle_extract_value( zval *return_value, ResourceBundle_object *source ) in resourcebundle_extract_value()
|
/PHP-8.3/Zend/Optimizer/ |
H A D | dce.c | 314 int source; in add_phi_sources_to_worklists() local 463 int source; in get_common_phi_source() local 641 int source; in dce_optimize_op_array() local
|
H A D | ssa_integrity.c | 59 int source; in is_in_phi_sources() local 334 int source = phi->sources[i]; in ssa_verify_integrity() local
|
H A D | zend_ssa.c | 1302 static inline void zend_ssa_remove_use_of_phi_source(zend_ssa *ssa, zend_ssa_phi *phi, int source, … in zend_ssa_remove_use_of_phi_source() 1316 int source; in zend_ssa_remove_uses_of_phi_sources() local
|
/PHP-8.3/win32/build/ |
H A D | mkdist.php | 157 function copy_text_file($source, $dest) 410 function copy_dir($source, $dest)
|
/PHP-8.3/ext/xmlreader/ |
H A D | php_xmlreader.c | 206 char *_xmlreader_get_valid_file_path(char *source, char *resolved_path, int resolved_path_len ) { in _xmlreader_get_valid_file_path() 257 static xmlRelaxNGPtr _xmlreader_get_relaxNG(char *source, size_t source_len, size_t type, in _xmlreader_get_relaxNG() 475 char *source; in php_xmlreader_set_relaxng_schema() local 842 char *source, *valid_file = NULL; in PHP_METHOD() local 931 char *source; in PHP_METHOD() local 1025 char *source, *uri = NULL, *encoding = NULL; in PHP_METHOD() local
|
H A D | php_xmlreader.stub.php | 219 public function setRelaxNGSchemaSource(?string $source): bool {} 222 …public static function XML(string $source, ?string $encoding = null, int $flags = 0) {} // TODO Re…
|
/PHP-8.3/ext/intl/converter/ |
H A D | converter.stub.php | 228 …public function fromUCallback(int $reason, array $source, int $codePoint, &$error): string|int|arr… 282 …public function toUCallback(int $reason, string $source, string $codeUnits, &$error): string|int|a…
|
/PHP-8.3/Zend/ |
H A D | zend_hash.c | 2241 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t p… in zend_hash_copy() 2288 static zend_always_inline bool zend_array_dup_value(HashTable *source, HashTable *target, zval *dat… in zend_array_dup_value() 2325 static zend_always_inline bool zend_array_dup_element(HashTable *source, HashTable *target, uint32_… in zend_array_dup_element() 2348 static void zend_array_dup_ht_iterators(HashTable *source, HashTable *target) { in zend_array_dup_ht_iterators() 2366 static zend_always_inline void zend_array_dup_packed_elements(HashTable *source, HashTable *target,… in zend_array_dup_packed_elements() 2386 static zend_always_inline uint32_t zend_array_dup_elements(HashTable *source, HashTable *target, bo… in zend_array_dup_elements() 2439 ZEND_API HashTable* ZEND_FASTCALL zend_array_dup(HashTable *source) in zend_array_dup() 2527 ZEND_API HashTable* zend_array_to_list(HashTable *source) in zend_array_to_list() 2548 ZEND_API void ZEND_FASTCALL zend_hash_merge(HashTable *target, HashTable *source, copy_ctor_func_t … in zend_hash_merge() 2644 ZEND_API void ZEND_FASTCALL zend_hash_merge_ex(HashTable *target, HashTable *source, copy_ctor_func… in zend_hash_merge_ex()
|
H A D | zend_execute.h | 497 #define ZEND_REF_ADD_TYPE_SOURCE(ref, source) \ argument 500 #define ZEND_REF_DEL_TYPE_SOURCE(ref, source) \ argument
|
H A D | zend_operators.c | 2958 ZEND_API char* ZEND_FASTCALL zend_str_tolower_copy(char *dest, const char *source, size_t length) /… in zend_str_tolower_copy() 2966 ZEND_API char* ZEND_FASTCALL zend_str_toupper_copy(char *dest, const char *source, size_t length) /… in zend_str_toupper_copy() 2974 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup(const char *source, size_t length) /* {{{ */ in zend_str_tolower_dup() 2980 ZEND_API char* ZEND_FASTCALL zend_str_toupper_dup(const char *source, size_t length) /* {{{ */ in zend_str_toupper_dup() 2999 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup_ex(const char *source, size_t length) /* {{{ */ in zend_str_tolower_dup_ex() 3023 ZEND_API char* ZEND_FASTCALL zend_str_toupper_dup_ex(const char *source, size_t length) /* {{{ */ in zend_str_toupper_dup_ex()
|
/PHP-8.3/ext/bz2/ |
H A D | bz2.c | 443 char *source; /* Source data to compress */ in PHP_FUNCTION() local 493 char *source; in PHP_FUNCTION() local
|
/PHP-8.3/ext/hash/ |
H A D | hash_whirlpool.c | 277 const unsigned char *source = input; in PHP_WHIRLPOOLUpdate() local
|
/PHP-8.3/ext/phar/ |
H A D | tar.c | 1236 # define PHAR_SET_32(destination, source) do { \ in phar_tar_flush() argument 1244 # define PHAR_SET_32(destination, source) memcpy(destination, &source, 4) in phar_tar_flush() argument
|
/PHP-8.3/ext/dom/ |
H A D | document.c | 1202 char *_dom_get_valid_file_path(char *source, char *resolved_path, int resolved_path_len ) /* {{{ */ in _dom_get_valid_file_path() 1259 static xmlDocPtr dom_document_parser(zval *id, int mode, char *source, size_t source_len, size_t op… in dom_document_parser() 1415 char *source; in dom_parse_document() local 1773 char *source = NULL, *valid_file = NULL; in _dom_document_schema_validate() local 1883 char *source = NULL, *valid_file = NULL; in _dom_document_relaxNG_validate() local 1980 char *source; in dom_load_html() local
|
H A D | php_dom.stub.php | 789 public function loadXML(string $source, int $options = 0): bool {} 802 public function loadHTML(string $source, int $options = 0): bool {} 822 public function schemaValidateSource(string $source, int $flags = 0): bool {} 828 public function relaxNGValidateSource(string $source): bool {}
|
/PHP-8.3/ext/random/ |
H A D | randomizer.c | 382 zend_string *source, *retval; in PHP_METHOD() local
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg.c | 99 phpdbg_file_source *source = (phpdbg_file_source *) Z_PTR_P(data); in php_phpdbg_destroy_file_source() local 573 phpdbg_file_source *source = zend_hash_find_ptr(&PHPDBG_G(file_sources), name); in PHP_FUNCTION() local
|