Home
last modified time | relevance | path

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

12345678910

/PHP-7.1/
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 …]
H A DCONTRIBUTING.md58 can check the XML source out from Subversion and edit that and build it
H A DREADME.RELEASE_PROCESS108 those are made, they should be placed into the same directory as the source snapshots.
224 ``$RELEASES[X][$PHP_X_VERSION]["source"]`` array
299 ``$RELEASES[X][$PHP_X_VERSION]["source"]`` array
/PHP-7.1/win32/build/
H A Dconfig.w3222 // stick objects somewhere outside of the source tree
108 …ki.php.net/internals/windows/libs). Assumes that it is a sibling of this source dir (..\\deps) if …
307 -Wno-logical-op-parentheses -Wno-msvc-include -Wno-invalid-source-encoding -Wno-unknown-pragmas");
/PHP-7.1/Zend/
H A Dzend_operators.c2528 ZEND_API char* ZEND_FASTCALL zend_str_tolower_copy(char *dest, const char *source, size_t length) /… in zend_str_tolower_copy() argument
2530 register unsigned char *str = (unsigned char*)source; in zend_str_tolower_copy()
2543 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup(const char *source, size_t length) /* {{{ */ in zend_str_tolower_dup() argument
2545 return zend_str_tolower_copy((char *)emalloc(length+1), source, length); in zend_str_tolower_dup()
2561 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup_ex(const char *source, size_t length) /* {{{ */ in zend_str_tolower_dup_ex() argument
2563 register const unsigned char *p = (const unsigned char*)source; in zend_str_tolower_dup_ex()
2571 if (p != (const unsigned char*)source) { in zend_str_tolower_dup_ex()
2572 memcpy(res, source, p - (const unsigned char*)source); in zend_str_tolower_dup_ex()
2574 r = (unsigned char*)p + (res - source); in zend_str_tolower_dup_ex()
H A Dconfigure.in132 dnl and source packages. This should be harmless on other OSs.
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.h351 ZEND_API char* ZEND_FASTCALL zend_str_tolower_copy(char *dest, const char *source, size_t le…
352 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup(const char *source, size_t length);
353 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup_ex(const char *source, size_t length);
/PHP-7.1/appveyor/
H A Dtest_task.bat86 …e --show-diff --set-timeout 120 -g FAIL,XFAIL,BORK,WARN,LEAK,SKIP --temp-source c:\tests_tmp --tem…
/PHP-7.1/ext/sockets/tests/
H A Dmcast_ipv6_recv_limited.phpt35 "source" => '2001::dead:beef',
/PHP-7.1/ext/spl/
H A Ddoxygen.cfg88 # configuration options related to source browsing
/PHP-7.1/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.1/build/
H A Dax_check_compile_flag.m422 # INPUT gives an alternative input source to AC_COMPILE_IFELSE.
/PHP-7.1/ext/zip/lib/
H A Dzipint.h414 zip_source_t *source; member
458 #define ZIP_ENTRY_DATA_CHANGED(x) ((x)->source != NULL)
/PHP-7.1/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.1/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.1/ext/dba/
H A DREADME14 only compatible on the source code level, but cannot handle the
/PHP-7.1/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.1/ext/mbstring/oniguruma/doc/
H A DAPI273 2 from: source region
509 2 from: source address.
535 2 from: source address.
/PHP-7.1/ext/gd/libgd/
H A Dgdtest.c163 imgsrc.source = freadWrapper; in main()
/PHP-7.1/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.1/ext/ldap/tests/
H A DREADME55 The next step is to go into the PHP-Source-directory. Configure and make the source as appropriate.
/PHP-7.1/ext/bcmath/libbcmath/
H A Daclocal.m430 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
/PHP-7.1/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.h317 int XMLRPC_AddValueToVector(XMLRPC_VALUE target, XMLRPC_VALUE source);

Completed in 78 milliseconds

12345678910