Home
last modified time | relevance | path

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

12345678910

/PHP-7.2/Zend/
H A Dconfigure.ac116 dnl and source packages. This should be harmless on other OSs.
H A Dzend_hash.h229 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t …
230 ZEND_API void ZEND_FASTCALL _zend_hash_merge(HashTable *target, HashTable *source, copy_ctor_func_…
231 ZEND_API void ZEND_FASTCALL zend_hash_merge_ex(HashTable *target, HashTable *source, copy_ctor_fun…
239 #define zend_hash_merge(target, source, pCopyConstructor, overwrite) \ argument
240 _zend_hash_merge(target, source, pCopyConstructor, overwrite ZEND_FILE_LINE_CC)
254 ZEND_API HashTable* ZEND_FASTCALL zend_array_dup(HashTable *source);
H A Dzend_operators.c2540 ZEND_API char* ZEND_FASTCALL zend_str_tolower_copy(char *dest, const char *source, size_t length) /… in zend_str_tolower_copy() argument
2542 register unsigned char *str = (unsigned char*)source; in zend_str_tolower_copy()
2555 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup(const char *source, size_t length) /* {{{ */ in zend_str_tolower_dup() argument
2557 return zend_str_tolower_copy((char *)emalloc(length+1), source, length); in zend_str_tolower_dup()
2573 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup_ex(const char *source, size_t length) /* {{{ */ in zend_str_tolower_dup_ex() argument
2575 register const unsigned char *p = (const unsigned char*)source; in zend_str_tolower_dup_ex()
2583 if (p != (const unsigned char*)source) { in zend_str_tolower_dup_ex()
2584 memcpy(res, source, p - (const unsigned char*)source); in zend_str_tolower_dup_ex()
2586 r = (unsigned char*)p + (res - source); in zend_str_tolower_dup_ex()
H A Dzend_constants.c66 void zend_copy_constants(HashTable *target, HashTable *source) in zend_copy_constants() argument
68 zend_hash_copy(target, source, copy_zend_constant); in zend_copy_constants()
H A Dzend_operators.h348 ZEND_API char* ZEND_FASTCALL zend_str_tolower_copy(char *dest, const char *source, size_t le…
349 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup(const char *source, size_t length);
350 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup_ex(const char *source, size_t length);
/PHP-7.2/
H A DREADME.TESTING227 alias a directory to the php source directory, or the test scripts
41 1. run tests from the php source directory
H A DUPGRADING.INTERNALS31 The internal randomness source on Windows switched to use CNG API.
H A DCODING_STANDARDS15 0. Document your code in source files and the manual. [tm]
57 6. Use ``PHP_*`` macros in the PHP source, and ``ZEND_*`` macros in the Zend
58 part of the source. Although the ``PHP_*`` macro's are mostly aliased to the
183 2. Main module source file must be named 'modulename.c'.
H A DINSTALL95 PHP source code and binary distributions for Windows can be found at
175 The » Apache Documentation is the most authoritative source of
197 2. Likewise, obtain and unpack the PHP source:
221 If you built Apache from source, as described above, the below
266 And to allow .phps files to be handled by the php source filter,
267 and displayed as syntax-highlighted source code, use this:
269 SetHandler application/x-httpd-php-source
275 RewriteRule (.*\.php)s$ $1 [H=application/x-httpd-php-source]
278 embedded in source code.
288 type ./configure --help in the corresponding source tree.
[all …]
/PHP-7.2/win32/build/
H A Dconfig.w3222 // stick objects somewhere outside of the source tree
112 …ki.php.net/internals/windows/libs). Assumes that it is a sibling of this source dir (..\\deps) if …
311 -Wno-logical-op-parentheses -Wno-msvc-include -Wno-invalid-source-encoding -Wno-unknown-pragmas \
/PHP-7.2/appveyor/
H A Dtest_task.bat86 …how-slow 1000 --set-timeout 120 -g FAIL,XFAIL,BORK,WARN,LEAK,SKIP --temp-source c:\tests_tmp --tem…
/PHP-7.2/ext/spl/
H A Ddoxygen.cfg88 # configuration options related to source browsing
/PHP-7.2/ext/sockets/tests/
H A Dmcast_ipv6_recv_limited.phpt35 "source" => '2001::dead:beef',
/PHP-7.2/ext/mbstring/oniguruma/
H A DINSTALL53 1. `cd' to the directory containing the package's source code and type
78 source code directory by typing `make clean'. To also remove the
119 source code in the directory that `configure' is in and in `..'. This
123 architecture at a time in the source code directory. After you have
356 Look for the package's source code in directory DIR. Usually
/PHP-7.2/ext/phar/
H A Dutil.c644 int phar_copy_entry_fp(phar_entry_info *source, phar_entry_info *dest, char **error) /* {{{ */ in phar_copy_entry_fp() argument
648 if (FAILURE == phar_open_entry_fp(source, error, 1)) { in phar_copy_entry_fp()
666 phar_seek_efp(source, 0, SEEK_SET, 0, 1); in phar_copy_entry_fp()
667 link = phar_get_link_source(source); in phar_copy_entry_fp()
670 link = source; in phar_copy_entry_fp()
677 …tents of file \"%s\" to \"%s\" in phar archive \"%s\"", source->filename, dest->filename, source->… in phar_copy_entry_fp()
/PHP-7.2/build/
H A Dax_check_compile_flag.m422 # INPUT gives an alternative input source to AC_COMPILE_IFELSE.
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_ssa.c1222 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
1224 zend_ssa_phi **cur = &ssa->vars[source].phi_use_chain; in zend_ssa_remove_use_of_phi_source()
1226 cur = zend_ssa_next_use_phi_ptr(ssa, source, *cur); in zend_ssa_remove_use_of_phi_source()
1236 int source; in zend_ssa_remove_uses_of_phi_sources() local
1237 FOREACH_PHI_SOURCE(phi, source) { in zend_ssa_remove_uses_of_phi_sources()
1238 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-7.2/ext/zip/lib/
H A Dzipint.h414 zip_source_t *source; member
458 #define ZIP_ENTRY_DATA_CHANGED(x) ((x)->source != NULL)
/PHP-7.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-7.2/ext/pcre/pcrelib/
H A DREADME97 doc/pcretest.txt in the source distribution. The first of these is a
186 directory as current. For example, suppose you have unpacked the PCRE source
187 into /source/pcre/pcre-xxx, but you want to build it in /build/pcre/pcre-xxx:
190 /source/pcre/pcre-xxx/configure
342 you obey "make". It builds a source file called pcre_chartables.c. If you do
575 specify --enable-rebuild-chartables, because if you do, the dftables.c source
818 set. If you really do want to build a source set of character tables in a
902 pcre_scanner.cc ) source for the C++ wrapper library
906 pcre_stringpiece.cc source for the C++ stringpiece functions
911 pcregrep.c source of a grep utility that uses PCRE
[all …]
/PHP-7.2/ext/dba/
H A DREADME14 only compatible on the source code level, but cannot handle the
/PHP-7.2/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp657 U_CFUNC void umsg_parse_helper(UMessageFormat *fmt, int *count, zval **args, UChar *source, int32_t… in umsg_parse_helper() argument
659 UnicodeString srcString(source, source_len); in umsg_parse_helper()
/PHP-7.2/ext/gd/libgd/
H A Dgdtest.c163 imgsrc.source = freadWrapper; in main()
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_structs.h136 #define COPY_CLIENT_ERROR(dest, source) SET_CLIENT_ERROR((dest), (source).error_no, (source).sq… argument
/PHP-7.2/ext/ldap/tests/
H A DREADME55 The next step is to go into the PHP-Source-directory. Configure and make the source as appropriate.

Completed in 98 milliseconds

12345678910