Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 48) 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.c397 int zend_shared_memdup_size(void *source, size_t size) in zend_shared_memdup_size()
411 static zend_always_inline void *_zend_shared_memdup(void *source, size_t size, bool get_xlat, bool … in _zend_shared_memdup()
440 void *zend_shared_memdup_get_put_free(void *source, size_t size) in zend_shared_memdup_get_put_free()
445 void *zend_shared_memdup_put_free(void *source, size_t size) in zend_shared_memdup_put_free()
450 void *zend_shared_memdup_free(void *source, size_t size) in zend_shared_memdup_free()
455 void *zend_shared_memdup_get_put(void *source, size_t size) in zend_shared_memdup_get_put()
460 void *zend_shared_memdup_put(void *source, size_t size) in zend_shared_memdup_put()
465 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()
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-src/ext/tokenizer/
H A Dtokenizer.c93 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-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/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/ext/xmlreader/
H A Dphp_xmlreader.stub.php197 public function setRelaxNGSchemaSource(?string $source): bool {}
200 …public static function XML(string $source, ?string $encoding = null, int $flags = 0) {} // TODO Re…
H A Dphp_xmlreader.c177 char *_xmlreader_get_valid_file_path(char *source, char *resolved_path, int resolved_path_len ) { in _xmlreader_get_valid_file_path()
228 static xmlRelaxNGPtr _xmlreader_get_relaxNG(char *source, size_t source_len, size_t type, in _xmlreader_get_relaxNG()
434 char *source; in php_xmlreader_set_relaxng_schema() local
801 char *source, *valid_file = NULL; in PHP_METHOD() local
890 char *source; in PHP_METHOD() local
984 char *source, *uri = NULL, *encoding = NULL; in PHP_METHOD() local
/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/Zend/
H A Dzend_hash.c2235 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t p… in zend_hash_copy()
2282 static zend_always_inline bool zend_array_dup_value(HashTable *source, HashTable *target, zval *dat… in zend_array_dup_value()
2319 static zend_always_inline bool zend_array_dup_element(HashTable *source, HashTable *target, uint32_… in zend_array_dup_element()
2342 static void zend_array_dup_ht_iterators(HashTable *source, HashTable *target) { in zend_array_dup_ht_iterators()
2357 static zend_always_inline void zend_array_dup_packed_elements(HashTable *source, HashTable *target,… in zend_array_dup_packed_elements()
2377 static zend_always_inline uint32_t zend_array_dup_elements(HashTable *source, HashTable *target, bo… in zend_array_dup_elements()
2430 ZEND_API HashTable* ZEND_FASTCALL zend_array_dup(HashTable *source) in zend_array_dup()
2518 ZEND_API HashTable* zend_array_to_list(HashTable *source) in zend_array_to_list()
2539 ZEND_API void ZEND_FASTCALL zend_hash_merge(HashTable *target, HashTable *source, copy_ctor_func_t … in zend_hash_merge()
2635 ZEND_API void ZEND_FASTCALL zend_hash_merge_ex(HashTable *target, HashTable *source, copy_ctor_func… in zend_hash_merge_ex()
H A Dzend_execute.h509 #define ZEND_REF_ADD_TYPE_SOURCE(ref, source) \ argument
512 #define ZEND_REF_DEL_TYPE_SOURCE(ref, source) \ argument
H A Dzend_operators.c2958 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-src/ext/bz2/
H A Dbz2.c443 char *source; /* Source data to compress */ in PHP_FUNCTION() local
493 char *source; in PHP_FUNCTION() local
/php-src/ext/dom/
H A Dxml_document.c132 const char *source, *override_encoding = NULL; in load_from_helper() local
H A Ddocument.c1261 const char *_dom_get_valid_file_path(const char *source, char *resolved_path, int resolved_path_len… in _dom_get_valid_file_path()
1318 xmlDocPtr dom_document_parser(zval *id, dom_load_mode mode, const char *source, size_t source_len, … in dom_document_parser()
1482 char *source; in dom_parse_document() local
1822 char *source = NULL; in _dom_document_schema_validate() local
1933 char *source = NULL; in _dom_document_relaxNG_validate() local
2031 char *source; in dom_load_html() local
H A Dphp_dom.stub.php825 public function loadXML(string $source, int $options = 0): bool {}
838 public function loadHTML(string $source, int $options = 0): bool {}
858 public function schemaValidateSource(string $source, int $flags = 0): bool {}
864 public function relaxNGValidateSource(string $source): bool {}
1569 public function schemaValidateSource(string $source, int $flags = 0): bool {}
1573 public function relaxNGValidateSource(string $source): bool {}
1592 …public static function createFromString(string $source, int $options = 0, ?string $overrideEncodin…
1611 …public static function createFromString(string $source, int $options = 0, ?string $overrideEncodin…
/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.c1236 # 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-src/ext/random/
H A Drandomizer.c389 zend_string *source, *retval; in PHP_METHOD() local
/php-src/sapi/phpdbg/
H A Dphpdbg.c99 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

Completed in 127 milliseconds

12