Home
last modified time | relevance | path

Searched refs:source (Results 201 – 225 of 231) sorted by relevance

12345678910

/php-src/docs/source/introduction/ides/
H A Dvisual-studio-code.rst122 { "text": "source ${workspaceFolder}/.gdbinit" },
/php-src/Zend/
H A Dzend_hash.h291 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t …
292 ZEND_API void ZEND_FASTCALL zend_hash_merge(HashTable *target, HashTable *source, copy_ctor_func_t…
293 ZEND_API void ZEND_FASTCALL zend_hash_merge_ex(HashTable *target, HashTable *source, copy_ctor_fun…
337 ZEND_API HashTable* ZEND_FASTCALL zend_array_dup(HashTable *source);
339 ZEND_API HashTable* zend_array_to_list(HashTable *source);
/php-src/.github/scripts/windows/
H A Dtest_task.bat136 …gress -q --offline --show-diff --show-slow 1000 --set-timeout 120 --temp-source c:\tests_tmp --tem…
/php-src/ext/dom/
H A Dphp_dom.h187 xmlDocPtr dom_document_parser(zval *id, dom_load_mode mode, const char *source, size_t source_len, …
H A Dphp_dom_arginfo.h396 ZEND_ARG_TYPE_INFO(0, source, IS_STRING, 0)
414 ZEND_ARG_TYPE_INFO(0, source, IS_STRING, 0)
452 ZEND_ARG_TYPE_INFO(0, source, IS_STRING, 0)
465 ZEND_ARG_TYPE_INFO(0, source, IS_STRING, 0)
960 ZEND_ARG_TYPE_INFO(0, source, IS_STRING, 0)
973 ZEND_ARG_TYPE_INFO(0, source, IS_STRING, 0)
999 ZEND_ARG_TYPE_INFO(0, source, IS_STRING, 0)
1034 ZEND_ARG_TYPE_INFO(0, source, IS_STRING, 0)
/php-src/ext/standard/
H A Dvar_unserializer.re5 | This source file is subject to version 3.01 of the PHP license, |
607 /* If the value is overwritten, remove old type source from ref. */
679 /* Add type source even if we failed to unserialize.
697 * type source if it is turned into a reference lateron. */
/php-src/win32/build/
H A Dphpize.js.in5 | This source file is subject to version 3.01 of the PHP license, |
/php-src/
H A D.gitignore13 # Patches downloaded to patch files or to apply open source contributions
H A Dphp.ini-development198 ; <? and ?> tags as PHP source which should be processed as such. It is
542 ; Ignore source of message when ignoring repeated messages. When this setting
544 ; source lines.
545 ; https://php.net/ignore-repeated-source
897 ; fgets() and file() will work regardless of the source of the file.
H A Dphp.ini-production198 ; <? and ?> tags as PHP source which should be processed as such. It is
544 ; Ignore source of message when ignoring repeated messages. When this setting
546 ; source lines.
547 ; https://php.net/ignore-repeated-source
899 ; fgets() and file() will work regardless of the source of the file.
/php-src/ext/ffi/
H A Dffi.g5 | This source file is subject to version 3.01 of the PHP license, |
35 | This source file is subject to version 3.01 of the PHP license, |
/php-src/ext/phar/
H A Dphar.c661 void phar_metadata_tracker_copy(phar_metadata_tracker *dest, const phar_metadata_tracker *source, i… in phar_metadata_tracker_copy() argument
663 ZEND_ASSERT(dest != source); in phar_metadata_tracker_copy()
666 if (!Z_ISUNDEF(source->val)) { in phar_metadata_tracker_copy()
668 ZVAL_COPY(&dest->val, &source->val); in phar_metadata_tracker_copy()
670 if (source->str) { in phar_metadata_tracker_copy()
671 dest->str = zend_string_copy(source->str); in phar_metadata_tracker_copy()
H A Dphar_object.c2223 static zend_object *phar_convert_to_other(phar_archive_data *source, int convert, char *ext, uint32… in phar_convert_to_other() argument
2236 phar->is_data = source->is_data; in phar_convert_to_other()
2262 phar->fname = source->fname; in phar_convert_to_other()
2263 phar->fname_len = source->fname_len; in phar_convert_to_other()
2264 phar->is_temporary_alias = source->is_temporary_alias; in phar_convert_to_other()
2265 phar->alias = source->alias; in phar_convert_to_other()
2267 …phar_metadata_tracker_copy(&phar->metadata_tracker, &source->metadata_tracker, phar->is_persistent… in phar_convert_to_other()
2270 ZEND_HASH_MAP_FOREACH_PTR(&source->manifest, entry) { in phar_convert_to_other()
/php-src/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc12 and related or neighboring rights to the source code in this file.
/php-src/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc12 and related or neighboring rights to the source code in this file.
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c1441 sljit_sw source, offset; /* TODO(carenas): only need 32 bit */ in sljit_generate_code() local
1552 source = (sljit_sw)code_ptr; in sljit_generate_code()
1553 offset = (sljit_sw)pool_ptr - source; in sljit_generate_code()
1578 source = (sljit_sw)SLJIT_ADD_EXEC_OFFSET(code_ptr, executable_offset); in sljit_generate_code()
1579 offset = (sljit_sw)SLJIT_ADD_EXEC_OFFSET(pool_ptr, executable_offset) - source; in sljit_generate_code()
1606 source = (sljit_sw)SLJIT_ADD_EXEC_OFFSET(code_ptr, executable_offset); in sljit_generate_code()
1607 offset = target - source; in sljit_generate_code()
1620 source = (sljit_sw)SLJIT_ADD_EXEC_OFFSET(code_ptr, executable_offset); in sljit_generate_code()
1627 offset = (sljit_sw)SLJIT_ADD_EXEC_OFFSET(pool_ptr, executable_offset) - source; in sljit_generate_code()
/php-src/ext/json/
H A Djson_scanner.re5 | This source file is subject to version 3.01 of the PHP license, |
/php-src/ext/pdo/
H A Dpdo_sql_parser.re5 | This source file is subject to version 3.01 of the PHP license, |
/php-src/ext/gd/libgd/
H A Dgd.h389 int (*source) (void *context, char *buffer, int len); member
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c85 PHPDBG_COMMAND_D(source, "execute a phpdbginit", '<', NULL, "s", 0),
1389 PHPDBG_COMMAND(source) /* {{{ */ in PHPDBG_COMMAND() argument
/php-src/ext/odbc/
H A Dconfig.m4209 You need to source your DB2 environment before running PHP configure:
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます7843 >>&0 clear x source text
15704 # FORTRAN source
22799 # Java source
22800 0 regex \^import.*;$ Java source
26444 # 78.10.1-candidates/build1/source/thunderbird-78.10.1.source.tar.xz
26810 # AX: DirectShow source filter
35294 #0 string =! Assembler source
38964 # GUID of event source; but empty if event source is BOOTMGR
40684 # source
41025 >>>48 byte x source GUID: %02X
[all …]
H A Dmagic7843 >>&0 clear x source text
15704 # FORTRAN source
22799 # Java source
22800 0 regex \^import.*;$ Java source
26444 # 78.10.1-candidates/build1/source/thunderbird-78.10.1.source.tar.xz
26810 # AX: DirectShow source filter
35294 #0 string =! Assembler source
38964 # GUID of event source; but empty if event source is BOOTMGR
40684 # source
41025 >>>48 byte x source GUID: %02X
[all …]
/php-src/docs-old/
H A Dstreams.md154 NOTE: Writing to the stream may not affect the original source, so it only makes
/php-src/docs/
H A Drelease-process.md3 A release manager's role includes making packaged source code from the canonical
33 The process of making packaged source available and announcing availability is
87 8. References to repositories in this document refer to the canonical source

Completed in 278 milliseconds

12345678910