Home
last modified time | relevance | path

Searched refs:source (Results 176 – 200 of 221) sorted by relevance

123456789

/PHP-8.2/ext/xmlreader/
H A Dphp_xmlreader_arginfo.h81 ZEND_ARG_TYPE_INFO(0, source, IS_STRING, 1)
85 ZEND_ARG_TYPE_INFO(0, source, IS_STRING, 0)
/PHP-8.2/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt28 including but not limited to software source code, documentation
29 source, and configuration files.
57 communication on electronic mailing lists, source code control systems,
/PHP-8.2/Zend/Optimizer/
H A Dzend_ssa.c1331 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() argument
1333 zend_ssa_phi **cur = &ssa->vars[source].phi_use_chain; in zend_ssa_remove_use_of_phi_source()
1335 cur = zend_ssa_next_use_phi_ptr(ssa, source, *cur); in zend_ssa_remove_use_of_phi_source()
1345 int source; in zend_ssa_remove_uses_of_phi_sources() local
1346 FOREACH_PHI_SOURCE(phi, source) { in zend_ssa_remove_uses_of_phi_sources()
1347 zend_ssa_remove_use_of_phi_source(ssa, phi, source, zend_ssa_next_use_phi(ssa, source, phi)); in zend_ssa_remove_uses_of_phi_sources()
/PHP-8.2/ext/phar/
H A Dphar_internal.h557 void phar_metadata_tracker_copy(phar_metadata_tracker* dest, const phar_metadata_tracker *source, i…
566 int phar_copy_entry_fp(phar_entry_info *source, phar_entry_info *dest, char **error);
H A Dstream.c843 phar_entry_info new, *source; in phar_wrapper_rename() local
859 source = entry; in phar_wrapper_rename()
865 if (FAILURE == phar_copy_entry_fp(source, entry, &error)) { in phar_wrapper_rename()
/PHP-8.2/ext/intl/converter/
H A Dconverter_arginfo.h16 ZEND_ARG_TYPE_INFO(0, source, IS_ARRAY, 0)
65 ZEND_ARG_TYPE_INFO(0, source, IS_STRING, 0)
/PHP-8.2/ext/intl/msgformat/
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() argument
623 UnicodeString srcString(source, source_len); in umsg_parse_helper()
/PHP-8.2/sapi/fpm/tests/
H A Dtester.inc1478 * Create a source code file.
1488 * Create a source file and script name.
2177 * Switch the logs source.
2179 * @param string $source The source file path or name if log is a pipe.
2183 public function switchLogSource(string $source)
2185 $this->trace('Switching log descriptor to:', $source);
2186 $this->logReader->setFileSource($source, $this->processTemplate($source));
/PHP-8.2/win32/build/
H A Dconfig.w3226 // stick objects somewhere outside of the source tree
119 …ki.php.net/internals/windows/libs). Assumes that it is a sibling of this source dir (..\\deps) if …
365 …"-Wno-logical-op-parentheses -Wno-msvc-include -Wno-invalid-source-encoding -Wno-unknown-pragmas "…
H A Dphpize.js.in5 | This source file is subject to version 3.01 of the PHP license, |
/PHP-8.2/ext/opcache/jit/ir/dynasm/
H A Dminilua.c198 const char*source; member
299 TString*source; member
732 if(*source=='='){
737 if(*source=='@'){
739 source++;
910 f->source=NULL;
1852 if(f->source)stringmark(f->source);
2252 TString*source;
2441 ar->source=getstr(cl->l.p->source);
2748 ls->source=source;
[all …]
/PHP-8.2/ext/standard/tests/image/
H A Diptcembed_002.phpt6 # source code to generate base64 use behind as $base64_1x1_jpeg
/PHP-8.2/ext/gd/libgd/
H A Dgdtest.c163 imgsrc.source = freadWrapper; in main()
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_structs.h128 #define COPY_CLIENT_ERROR(dest, source) SET_CLIENT_ERROR((dest), (source).error_no, (source).sq… argument
/PHP-8.2/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-unrolling.macros12 and related or neighboring rights to the source code in this file.
/PHP-8.2/ext/ldap/tests/
H A DREADME.md58 source as appropriate.
/PHP-8.2/ext/dom/
H A Dphp_dom.h168 xmlDocPtr dom_document_parser(zval *id, dom_load_mode mode, const char *source, size_t source_len, …
H A Dphp_dom_arginfo.h345 ZEND_ARG_TYPE_INFO(0, source, IS_STRING, 0)
356 ZEND_ARG_TYPE_INFO(0, source, IS_STRING, 0)
534 ZEND_ARG_TYPE_INFO(0, source, IS_STRING, 0)
547 ZEND_ARG_TYPE_INFO(0, source, IS_STRING, 0)
574 ZEND_ARG_TYPE_INFO(0, source, IS_STRING, 0)
611 ZEND_ARG_TYPE_INFO(0, source, IS_STRING, 0)
/PHP-8.2/ext/standard/
H A Dfile.c1492 char *source, *target; in PHP_FUNCTION() local
1498 Z_PARAM_PATH(source, source_len) in PHP_FUNCTION()
1504 …if (php_stream_locate_url_wrapper(source, NULL, 0) == &php_plain_files_wrapper && php_check_open_b… in PHP_FUNCTION()
1510 if (php_copy_file_ctx(source, target, 0, context) == SUCCESS) { in PHP_FUNCTION()
H A Dvar_unserializer.re5 | This source file is subject to version 3.01 of the PHP license, |
612 /* If the value is overwritten, remove old type source from ref. */
684 /* Add type source even if we failed to unserialize.
702 * type source if it is turned into a reference lateron. */
/PHP-8.2/build/
H A Dphp.m4155 dnl Processes a file called Makefile.frag in the source directory of the most
167 dnl PHP_ADD_SOURCES(source-path, sources [, special-flags [, type]])
169 dnl Adds sources which are located relative to source-path to the array of type
174 dnl Note: If source-path begins with a "/", the "/" is removed and the path is
208 dnl PHP_ADD_SOURCES_X(source-path, sources[, special-flags[, target-var[, shared]]])
215 dnl Relative to source- or build-directory?
239 dnl Choose the right compiler/flags/etc. for the source-file.
250 dnl Create a rule for the object/source combo.
834 dnl optionally also the source-files for the SAPI-specific objects.
1572 dnl PHP_TEST_BUILD(function, action-if-ok, action-if-not-ok [, extra-libs [, extra-source]])
/PHP-8.2/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-8.2/.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-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c1438 sljit_sw source, offset; /* TODO(carenas): only need 32 bit */ in sljit_generate_code() local
1549 source = (sljit_sw)code_ptr; in sljit_generate_code()
1550 offset = (sljit_sw)pool_ptr - source; in sljit_generate_code()
1573 source = (sljit_sw)SLJIT_ADD_EXEC_OFFSET(code_ptr, executable_offset); in sljit_generate_code()
1574 offset = (sljit_sw)SLJIT_ADD_EXEC_OFFSET(pool_ptr, executable_offset) - source; in sljit_generate_code()
1601 source = (sljit_sw)SLJIT_ADD_EXEC_OFFSET(code_ptr, executable_offset); in sljit_generate_code()
1602 offset = target - source; in sljit_generate_code()
1615 source = (sljit_sw)SLJIT_ADD_EXEC_OFFSET(code_ptr, executable_offset); in sljit_generate_code()
1622 offset = (sljit_sw)SLJIT_ADD_EXEC_OFFSET(pool_ptr, executable_offset) - source; in sljit_generate_code()
/PHP-8.2/
H A D.gitignore13 # Patches downloaded to patch files or to apply open source contributions

Completed in 139 milliseconds

123456789