/PHP-8.0/ext/opcache/ |
H A D | zend_shared_alloc.c | 364 int zend_shared_memdup_size(void *source, size_t size) in zend_shared_memdup_size() 378 static zend_always_inline void *_zend_shared_memdup(void *source, size_t size, zend_bool arena, zen… in _zend_shared_memdup() 412 void *zend_shared_memdup_get_put_free(void *source, size_t size) in zend_shared_memdup_get_put_free() 417 void *zend_shared_memdup_put_free(void *source, size_t size) in zend_shared_memdup_put_free() 422 void *zend_shared_memdup_free(void *source, size_t size) in zend_shared_memdup_free() 427 void *zend_shared_memdup_get_put(void *source, size_t size) in zend_shared_memdup_get_put() 432 void *zend_shared_memdup_put(void *source, size_t size) in zend_shared_memdup_put() 437 void *zend_shared_memdup(void *source, size_t size) in zend_shared_memdup() 442 void *zend_shared_memdup_arena_put(void *source, size_t size) in zend_shared_memdup_arena_put() 447 void *zend_shared_memdup_arena(void *source, size_t size) in zend_shared_memdup_arena()
|
H A D | zend_accelerator_util_funcs.c | 427 static void zend_accel_function_hash_copy(HashTable *target, HashTable *source) in zend_accel_function_hash_copy() 479 static void zend_accel_function_hash_copy_from_shm(HashTable *target, HashTable *source) in zend_accel_function_hash_copy_from_shm() 523 static void zend_accel_class_hash_copy(HashTable *target, HashTable *source) in zend_accel_class_hash_copy() 560 static void zend_accel_class_hash_copy_from_shm(HashTable *target, HashTable *source) in zend_accel_class_hash_copy_from_shm()
|
/PHP-8.0/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.0/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.45.0/db.json… variable 21 $source = $info['source'] ?? 'custom'; variable
|
/PHP-8.0/ext/tokenizer/ |
H A D | tokenizer.c | 97 zend_string *source; in PHP_METHOD() local 348 static zend_bool tokenize(zval *return_value, zend_string *source, zend_class_entry *token_class) in tokenize() 481 zval *return_value, zend_string *source, zend_class_entry *token_class) in tokenize_parse() 527 zval *return_value, zend_string *source, zend_long flags, zend_class_entry *token_class) in tokenize_common() 544 zend_string *source; in PHP_FUNCTION() local
|
/PHP-8.0/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.0/ext/intl/converter/ |
H A D | converter.stub.php | 16 public function fromUCallback(int $reason, array $source, int $codePoint, &$error) {} 64 public function toUCallback(int $reason, string $source, string $codeUnits, &$error) {}
|
/PHP-8.0/Zend/ |
H A D | zend_ts_hash.c | 233 ZEND_API void zend_ts_hash_copy(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCon… in zend_ts_hash_copy() 242 ZEND_API void zend_ts_hash_copy_to_hash(HashTable *target, TsHashTable *source, copy_ctor_func_t pC… in zend_ts_hash_copy_to_hash() 249 ZEND_API void zend_ts_hash_merge(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCo… in zend_ts_hash_merge() 258 ZEND_API void zend_ts_hash_merge_ex(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCop… in zend_ts_hash_merge_ex()
|
H A D | zend_execute.h | 425 #define ZEND_REF_ADD_TYPE_SOURCE(ref, source) \ argument 428 #define ZEND_REF_DEL_TYPE_SOURCE(ref, source) \ argument
|
H A D | zend_hash.c | 1933 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t p… in zend_hash_copy() 1967 static zend_always_inline bool zend_array_dup_element(HashTable *source, HashTable *target, uint32_… in zend_array_dup_element() 2021 static zend_always_inline void zend_array_dup_packed_elements(HashTable *source, HashTable *target,… in zend_array_dup_packed_elements() 2037 static zend_always_inline uint32_t zend_array_dup_elements(HashTable *source, HashTable *target, bo… in zend_array_dup_elements() 2065 ZEND_API HashTable* ZEND_FASTCALL zend_array_dup(HashTable *source) in zend_array_dup() 2148 ZEND_API void ZEND_FASTCALL zend_hash_merge(HashTable *target, HashTable *source, copy_ctor_func_t … in zend_hash_merge() 2216 ZEND_API void ZEND_FASTCALL zend_hash_merge_ex(HashTable *target, HashTable *source, copy_ctor_func… in zend_hash_merge_ex()
|
/PHP-8.0/ext/xmlreader/ |
H A D | php_xmlreader.stub.php | 74 public function setRelaxNGSchemaSource(?string $source) {} 77 public static function XML(string $source, ?string $encoding = null, int $flags = 0) {}
|
H A D | php_xmlreader.c | 209 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() 478 char *source; in php_xmlreader_set_relaxng_schema() local 845 char *source, *valid_file = NULL; in PHP_METHOD() local 937 char *source; in PHP_METHOD() local 1031 char *source, *uri = NULL, *encoding = NULL; in PHP_METHOD() local
|
/PHP-8.0/ext/opcache/Optimizer/ |
H A D | dce.c | 306 int source; in add_phi_sources_to_worklists() local 442 int source; in get_common_phi_source() local 623 int source; in dce_optimize_op_array() local
|
H A D | ssa_integrity.c | 60 int source; in is_in_phi_sources() local 292 int source = phi->sources[i]; in ssa_verify_integrity() local
|
H A D | zend_ssa.c | 1273 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() 1287 int source; in zend_ssa_remove_uses_of_phi_sources() local
|
/PHP-8.0/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.0/win32/build/ |
H A D | mkdist.php | 157 function copy_text_file($source, $dest) 394 function copy_dir($source, $dest)
|
/PHP-8.0/ext/bz2/ |
H A D | bz2.c | 445 char *source; /* Source data to compress */ in PHP_FUNCTION() local 495 char *source; in PHP_FUNCTION() local
|
/PHP-8.0/ext/dom/ |
H A D | php_dom.stub.php | 303 public function loadXML(string $source, int $options = 0) {} 316 public function loadHTML(string $source, int $options = 0) {} 336 public function schemaValidateSource(string $source, int $flags = 0) {} 342 public function relaxNGValidateSource(string $source) {}
|
H A D | document.c | 1113 char *_dom_get_valid_file_path(char *source, char *resolved_path, int resolved_path_len ) /* {{{ */ in _dom_get_valid_file_path() 1167 static xmlDocPtr dom_document_parser(zval *id, int mode, char *source, size_t source_len, size_t op… in dom_document_parser() 1295 char *source; in dom_parse_document() local 1617 char *source = NULL, *valid_file = NULL; in _dom_document_schema_validate() local 1727 char *source = NULL, *valid_file = NULL; in _dom_document_relaxNG_validate() local 1828 char *source; in dom_load_html() local
|
/PHP-8.0/ext/hash/ |
H A D | hash_whirlpool.c | 277 const unsigned char *source = input; in PHP_WHIRLPOOLUpdate() local
|
/PHP-8.0/sapi/phpdbg/ |
H A D | xml.md | 446 source section
|
H A D | phpdbg.c | 129 phpdbg_file_source *source = (phpdbg_file_source *) Z_PTR_P(data); in php_phpdbg_destroy_file_source() local 620 phpdbg_file_source *source = zend_hash_find_ptr(&PHPDBG_G(file_sources), name); in PHP_FUNCTION() local
|
/PHP-8.0/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 106 static char *_xmlwriter_get_valid_file_path(char *source, char *resolved_path, int resolved_path_le… in _xmlwriter_get_valid_file_path() 883 char *source; in PHP_FUNCTION() local
|