Home
last modified time | relevance | path

Searched refs:source (Results 151 – 175 of 215) sorted by relevance

123456789

/PHP-5.5/ext/oci8/tests/
H A Ddetails.inc15 …include(dirname(__FILE__)."/details_local.inc"); // this file is not part of the source distribu…
/PHP-5.5/ext/soap/
H A Dphp_sdl.c237 s = strstr(ctx->sdl->source, "://"); in sdl_set_uri_credentials()
240 l1 = s ? (s - ctx->sdl->source) : strlen(ctx->sdl->source); in sdl_set_uri_credentials()
248 ctx->sdl->source[4] == ':' && in sdl_set_uri_credentials()
263 ctx->sdl->source[4] == 's' && in sdl_set_uri_credentials()
739 ctx.sdl->source = estrdup(struri); in load_wsdl()
2966 if (sdl->source) { in make_persistent_sdl()
2967 psdl->source = strdup(sdl->source); in make_persistent_sdl()
3156 if (tmp->source) { in delete_psdl()
3157 free(tmp->source); in delete_psdl()
3427 if (tmp->source) { in delete_sdl_impl()
[all …]
H A Dphp_sdl.h63 char *source; member
/PHP-5.5/main/
H A Dbuild-defs.h.in7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-5.5/ext/phar/
H A Dphar_path_check.re7 | This source file is subject to version 3.01 of the PHP license, |
H A Dutil.c652 int phar_copy_entry_fp(phar_entry_info *source, phar_entry_info *dest, char **error TSRMLS_DC) /* {… in phar_copy_entry_fp() argument
656 if (FAILURE == phar_open_entry_fp(source, error, 1 TSRMLS_CC)) { in phar_copy_entry_fp()
674 phar_seek_efp(source, 0, SEEK_SET, 0, 1 TSRMLS_CC); in phar_copy_entry_fp()
675 link = phar_get_link_source(source TSRMLS_CC); in phar_copy_entry_fp()
678 link = source; in phar_copy_entry_fp()
685 …tents of file \"%s\" to \"%s\" in phar archive \"%s\"", source->filename, dest->filename, source->… in phar_copy_entry_fp()
/PHP-5.5/
H A DREADME.EXT_SKEL50 ./ext_skel generates 'module_name.c' and 'php_module_name.h' as main source
99 purposes but PHP in-source documentation instead, and as such, very useful.
110 By default, ext_skel creates both comments in the source code and a test
H A DREADME.TESTING20 "tests" directory under source root directory.
26 under the source root (parallel builds will not work). Therefore you
61 from the source root and any subdirectories below. If there are files,
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 DCODING_STANDARDS15 0. Document your code in source files and the manual. [tm]
56 6. Use ``PHP_*`` macros in the PHP source, and ``ZEND_*`` macros in the Zend
57 part of the source. Although the ``PHP_*`` macro's are mostly aliased to the
181 2. Main module source file must be named 'modulename.c'.
H A DINSTALL96 PHP source code and binary distributions for Windows can be found at
241 source, this can be done with:
243 AddType application/x-httpd-php-source .phps
327 the Apache source tree. Then you compile Apache using
401 2. Likewise, obtain and unpack the PHP source:
471 and displayed as syntax-highlighted source code, use this:
473 SetHandler application/x-httpd-php-source
479 RewriteRule (.*\.php)s$ $1 [H=application/x-httpd-php-source]
482 embedded in source code.
492 type ./configure --help in the corresponding source tree.
[all …]
/PHP-5.5/ext/mbstring/ucgendat/
H A DOPENLDAP_LICENSE8 1. Redistributions in source form must retain copyright statements
/PHP-5.5/ext/zip/lib/
H A Dzipint.h266 struct zip_source *source; member
/PHP-5.5/ext/sockets/tests/
H A Dmcast_ipv6_recv_limited.phpt35 "source" => '2001::dead:beef',
/PHP-5.5/ext/spl/
H A Ddoxygen.cfg88 # configuration options related to source browsing
/PHP-5.5/Zend/
H A Dconfigure.in132 dnl and source packages. This should be harmless on other OSs.
H A Dzend_constants.c50 void zend_copy_constants(HashTable *target, HashTable *source) in zend_copy_constants() argument
54 …zend_hash_copy(target, source, (copy_ctor_func_t) copy_zend_constant, &tmp_constant, sizeof(zend_c… in zend_copy_constants()
/PHP-5.5/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-5.5/ext/dba/
H A DREADME14 only compatible on the source code level, but cannot handle the
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp639 U_CFUNC void umsg_parse_helper(UMessageFormat *fmt, int *count, zval ***args, UChar *source, int so… in umsg_parse_helper() argument
641 UnicodeString srcString(source, source_len); in umsg_parse_helper()
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI273 2 from: source region
509 2 from: source address.
535 2 from: source address.
/PHP-5.5/ext/gd/libgd/
H A Dgdtest.c163 imgsrc.source = freadWrapper; in main()
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.h317 int XMLRPC_AddValueToVector(XMLRPC_VALUE target, XMLRPC_VALUE source);
/PHP-5.5/ext/bcmath/libbcmath/
H A Daclocal.m430 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
/PHP-5.5/win32/build/
H A Dconfig.w32.phpize.in87 // stick objects somewhere outside of the source tree
247 …ki.php.net/internals/windows/libs). Assumes that it is a sibling of this source dir (..\\deps) if …

Completed in 69 milliseconds

123456789