Home
last modified time | relevance | path

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

12

/PHP-8.1/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-8.1/ext/opcache/
H A Dzend_shared_alloc.c366 int zend_shared_memdup_size(void *source, size_t size) in zend_shared_memdup_size()
380 static zend_always_inline void *_zend_shared_memdup(void *source, size_t size, bool get_xlat, bool … in _zend_shared_memdup()
409 void *zend_shared_memdup_get_put_free(void *source, size_t size) in zend_shared_memdup_get_put_free()
414 void *zend_shared_memdup_put_free(void *source, size_t size) in zend_shared_memdup_put_free()
419 void *zend_shared_memdup_free(void *source, size_t size) in zend_shared_memdup_free()
424 void *zend_shared_memdup_get_put(void *source, size_t size) in zend_shared_memdup_get_put()
429 void *zend_shared_memdup_put(void *source, size_t size) in zend_shared_memdup_put()
434 void *zend_shared_memdup(void *source, size_t size) in zend_shared_memdup()
H A Dzend_accelerator_util_funcs.c129 static void zend_accel_function_hash_copy(HashTable *target, HashTable *source) in zend_accel_function_hash_copy()
167 static void zend_accel_class_hash_copy(HashTable *target, HashTable *source) in zend_accel_class_hash_copy()
/PHP-8.1/sapi/cli/
H A Dgenerate_mime_type_map.php6 $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.1/ext/tokenizer/
H A Dtokenizer.c97 zend_string *source; in PHP_METHOD() local
326 static bool tokenize(zval *return_value, zend_string *source, zend_class_entry *token_class) in tokenize()
459 zval *return_value, zend_string *source, zend_class_entry *token_class) in tokenize_parse()
505 zval *return_value, zend_string *source, zend_long flags, zend_class_entry *token_class) in tokenize_common()
522 zend_string *source; in PHP_FUNCTION() local
/PHP-8.1/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-8.1/ext/intl/converter/
H A Dconverter.stub.php16 …public function fromUCallback(int $reason, array $source, int $codePoint, &$error): string|int|arr…
70 …public function toUCallback(int $reason, string $source, string $codeUnits, &$error): string|int|a…
H A Dconverter.c109 zend_string *source, *codeUnits; in PHP_METHOD() local
124 zval *source, *error; in PHP_METHOD() local
/PHP-8.1/Zend/Optimizer/
H A Ddce.c320 int source; in add_phi_sources_to_worklists() local
469 int source; in get_common_phi_source() local
650 int source; in dce_optimize_op_array() local
H A Dssa_integrity.c59 int source; in is_in_phi_sources() local
291 int source = phi->sources[i]; in ssa_verify_integrity() local
H A Dzend_ssa.c1269 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()
1283 int source; in zend_ssa_remove_uses_of_phi_sources() local
/PHP-8.1/ext/intl/resourcebundle/
H A Dresourcebundle.c25 void resourcebundle_extract_value( zval *return_value, ResourceBundle_object *source ) in resourcebundle_extract_value()
/PHP-8.1/ext/xmlreader/
H A Dphp_xmlreader.stub.php102 public function setRelaxNGSchemaSource(?string $source): bool {}
105 …public static function XML(string $source, ?string $encoding = null, int $flags = 0) {} // TODO Re…
H A Dphp_xmlreader.c207 char *_xmlreader_get_valid_file_path(char *source, char *resolved_path, int resolved_path_len ) { in _xmlreader_get_valid_file_path()
258 static xmlRelaxNGPtr _xmlreader_get_relaxNG(char *source, size_t source_len, size_t type, in _xmlreader_get_relaxNG()
477 char *source; in php_xmlreader_set_relaxng_schema() local
844 char *source, *valid_file = NULL; in PHP_METHOD() local
933 char *source; in PHP_METHOD() local
1027 char *source, *uri = NULL, *encoding = NULL; in PHP_METHOD() local
/PHP-8.1/win32/build/
H A Dmkdist.php157 function copy_text_file($source, $dest)
394 function copy_dir($source, $dest)
/PHP-8.1/ext/bz2/
H A Dbz2.c445 char *source; /* Source data to compress */ in PHP_FUNCTION() local
495 char *source; in PHP_FUNCTION() local
/PHP-8.1/Zend/
H A Dzend_execute.h456 #define ZEND_REF_ADD_TYPE_SOURCE(ref, source) \ argument
459 #define ZEND_REF_DEL_TYPE_SOURCE(ref, source) \ argument
H A Dzend_hash.c1976 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t p… in zend_hash_copy()
2010 static zend_always_inline bool zend_array_dup_element(HashTable *source, HashTable *target, uint32_… in zend_array_dup_element()
2064 static zend_always_inline void zend_array_dup_packed_elements(HashTable *source, HashTable *target,… in zend_array_dup_packed_elements()
2080 static zend_always_inline uint32_t zend_array_dup_elements(HashTable *source, HashTable *target, bo… in zend_array_dup_elements()
2108 ZEND_API HashTable* ZEND_FASTCALL zend_array_dup(HashTable *source) in zend_array_dup()
2191 ZEND_API void ZEND_FASTCALL zend_hash_merge(HashTable *target, HashTable *source, copy_ctor_func_t … in zend_hash_merge()
2259 ZEND_API void ZEND_FASTCALL zend_hash_merge_ex(HashTable *target, HashTable *source, copy_ctor_func… in zend_hash_merge_ex()
/PHP-8.1/ext/hash/
H A Dhash_whirlpool.c277 const unsigned char *source = input; in PHP_WHIRLPOOLUpdate() local
/PHP-8.1/ext/dom/
H A Ddocument.c1144 char *_dom_get_valid_file_path(char *source, char *resolved_path, int resolved_path_len ) /* {{{ */ in _dom_get_valid_file_path()
1201 static xmlDocPtr dom_document_parser(zval *id, int mode, char *source, size_t source_len, size_t op… in dom_document_parser()
1329 char *source; in dom_parse_document() local
1651 char *source = NULL, *valid_file = NULL; in _dom_document_schema_validate() local
1761 char *source = NULL, *valid_file = NULL; in _dom_document_relaxNG_validate() local
1862 char *source; in dom_load_html() local
H A Dphp_dom.stub.php515 …public function loadXML(string $source, int $options = 0) {} // TODO return type shouldn't depend …
528 …public function loadHTML(string $source, int $options = 0) {} // TODO return type shouldn't depend…
548 public function schemaValidateSource(string $source, int $flags = 0): bool {}
554 public function relaxNGValidateSource(string $source): bool {}
/PHP-8.1/ext/phar/
H A Dtar.c1247 # define PHAR_SET_32(destination, source) do { \ in phar_tar_flush() argument
1255 # define PHAR_SET_32(destination, source) memcpy(destination, &source, 4) in phar_tar_flush() argument
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.c98 phpdbg_file_source *source = (phpdbg_file_source *) Z_PTR_P(data); in php_phpdbg_destroy_file_source() local
571 phpdbg_file_source *source = zend_hash_find_ptr(&PHPDBG_G(file_sources), name); in PHP_FUNCTION() local
/PHP-8.1/ext/xmlwriter/
H A Dphp_xmlwriter.c106 static char *_xmlwriter_get_valid_file_path(char *source, char *resolved_path, int resolved_path_le… in _xmlwriter_get_valid_file_path()
886 char *source; in PHP_FUNCTION() local

Completed in 90 milliseconds

12