Home
last modified time | relevance | path

Searched refs:src (Results 1 – 25 of 187) sorted by path

12345678

/PHP-5.5/
H A D.gitignore223 ext/sqlite/libsqlite/src/sqlite.h
224 ext/sqlite/libsqlite/src/parse.out
225 ext/sqlite/libsqlite/src/libsqlite.dsw
H A DINSTALL266 11. ./configure --prefix=/www --activate-module=src/modules/php5/libphp5.a
326 accompanying files and copy this into the src/modules/php5 directory in
328 --activate-module=src/modules/php5/libphp5.a and the Apache build
1488 under the php-src/ext/ directory and tell the PHP build system to
1813 [mybox:user /src/php5] root# apachectl configtest apachectl:
1957 [mybox:user /src/php5] root# apachectl configtest
H A DMakefile.global59 src=`echo $$i | $(SED) -e "s#ext/$(PHP_PECL_EXTENSION)/##g"`; \
61 src=$$i; \
63 if test -f "$(top_srcdir)/$$src"; then \
64 $(INSTALL_DATA) $(top_srcdir)/$$src $(INSTALL_ROOT)$(phpincludedir)/$$i; \
65 elif test -f "$(top_builddir)/$$src"; then \
66 $(INSTALL_DATA) $(top_builddir)/$$src $(INSTALL_ROOT)$(phpincludedir)/$$i; \
68 (cd $(top_srcdir)/$$src && $(INSTALL_DATA) *.h $(INSTALL_ROOT)$(phpincludedir)/$$i; \
69 …cd $(top_builddir)/$$src && $(INSTALL_DATA) *.h $(INSTALL_ROOT)$(phpincludedir)/$$i) 2>/dev/null |…
H A DNEWS1132 . Fixed bug #67245 (usage of memcpy() with overlapping src and dst in
H A DREADME.RELEASE_PROCESS15 See: https://travis-ci.org/php/php-src/builds
37 Moving extensions from php-src to PECL
43 - Move the extension from php-src to the new location
44 svn mv https://svn.php.net/repository/php/php-src/trunk/ext/foo \
53 For Moving extensions from PECL to php-src the svn mv has to be tone the other
61 2. Check the tests at https://travis-ci.org/php/php-src/builds
63 3. run the "scripts/dev/credits" script in php-src and commit the changes in the
159 3. Commit those changes. Ensure the tests at https://travis-ci.org/php/php-src/builds are
162 4. run the "scripts/dev/credits" script in php-src and commit the changes in the
H A DREADME.STREAMS106 PHPAPI size_t php_stream_copy_to_stream(php_stream *src,
109 If you want to copy all remaining data from the src stream, pass
118 PHPAPI size_t php_stream_copy_to_mem(php_stream *src, char **buf,
H A DREADME.SUBMITTING_PATCH56 https://github.com/php/php-src
H A DREADME.md7 …ld Status](https://secure.travis-ci.org/php/php-src.png?branch=master)](http://travis-ci.org/php/p…
H A Dacinclude.m4177 ifelse($1,,src=$ext_srcdir/Makefile.frag,src=$1)
180 …test -f "$src" && $SED -e "s#\$(srcdir)#$ac_srcdir#g" -e "s#\$(builddir)#$ac_builddir#g" $src >> …
/PHP-5.5/Zend/RFCs/
H A D002.txt103 4 var $src;
104 5 function Image($src) {
105 6 $this->src = $src;
/PHP-5.5/Zend/
H A Dzend.c1144 # define va_copy(dest, src) __va_copy((dest), (src)) in zend_error() argument
1146 # define va_copy(dest, src) memcpy(&(dest), &(src), sizeof(va_list)) in zend_error() argument
H A Dzend_compile.c39 #define SET_NODE(target, src) do { \ argument
40 target ## _type = (src)->op_type; \
41 if ((src)->op_type == IS_CONST) { \
44 target = (src)->u.op; \
48 #define GET_NODE(target, src) do { \ argument
49 (target)->op_type = src ## _type; \
51 (target)->u.constant = CONSTANT(src.constant); \
53 (target)->u.op = src; \
58 #define COPY_NODE(target, src) do { \ argument
59 target ## _type = src ## _type; \
[all …]
H A Dzend_llist.c158 ZEND_API void zend_llist_copy(zend_llist *dst, zend_llist *src) in zend_llist_copy() argument
162 zend_llist_init(dst, src->size, src->dtor, src->persistent); in zend_llist_copy()
163 ptr = src->head; in zend_llist_copy()
H A Dzend_llist.h57 ZEND_API void zend_llist_copy(zend_llist *dst, zend_llist *src);
/PHP-5.5/build/
H A Dshtool834 for src in $srcs; do
839 dstfile=`echo "$src" | sed -e 's;.*/\([^/]*\)$;\1;'`
844 if [ ".$src" = ".$dst" ]; then
848 if [ -d "$src" ]; then
849 echo "$msgprefix:Warning: source \`$src' is a directory - skipped" 1>&2
860 echo "$src -> $dst" 1>&2
870 echo "cp $src $dsttmp" 1>&2
872 cp "$src" "$dsttmp" || shtool_exit $?
875 echo "mv $src $dsttmp" 1>&2
877 mv "$src" "$dsttmp" || shtool_exit $?
[all …]
/PHP-5.5/ext/bcmath/
H A Dconfig.m410src/add.c libbcmath/src/div.c libbcmath/src/init.c libbcmath/src/neg.c libbcmath/src/outofmem.c li…
11 libbcmath/src/compare.c libbcmath/src/divmod.c libbcmath/src/int2num.c libbcmath/src/num2long.c lib…
12 …cmath/src/sqrt.c libbcmath/src/zero.c libbcmath/src/debug.c libbcmath/src/doaddsub.c libbcmath/src
13 libbcmath/src/rmzero.c libbcmath/src/str2num.c,
14 $ext_shared,,-I@ext_srcdir@/libbcmath/src)
15 PHP_ADD_BUILD_DIR($ext_builddir/libbcmath/src)
H A Dconfig.w327 EXTENSION("bcmath", "bcmath.c", null, "-Iext/bcmath/libbcmath/src");
8 ADD_SOURCES("ext/bcmath/libbcmath/src", "add.c div.c init.c neg.c \
/PHP-5.5/ext/bcmath/libbcmath/
H A DMakefile.am3 SUBDIRS= src doc
10 cp $(srcdir)/src/private.h $(distdir)/src
H A Dconfigure.in17 AC_OUTPUT(Makefile src/Makefile doc/Makefile)
H A Dinstall-sh41 src=""
82 *) if [ x"$src" = x ]
84 src=$1
95 if [ x"$src" = x ]
104 dst=$src
105 src=""
118 if [ -f $src -o -d $src ]
122 echo "install: $src does not exist"
139 dst="$dst"/`basename $src`
215 $doit $instcmd $src $dsttmp &&
/PHP-5.5/ext/com_dotnet/
H A Dcom_saproxy.c63 static inline void clone_indices(php_com_saproxy *dest, php_com_saproxy *src, int ndims) in clone_indices() argument
69 *dest->indices[i] = *src->indices[i]; in clone_indices()
H A Dphp_com_dotnet_internal.h153 PHP_COM_DOTNET_API int php_com_copy_variant(VARIANT *dst, VARIANT *src TSRMLS_DC);
/PHP-5.5/ext/dom/tests/
H A DDOMDocumentType_basic_001.phpt27 $xml .= ' <!ATTLIST img src ENTITY #REQUIRED>';
31 $xml .= '<img src="logo"/>';
H A DDOMDocument_validate_external_dtd.phpt12 // reusing existing xml: http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom.xml?view=co&conten…
13 // reusing existing dtd: http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom.ent?view=co&conten…
H A Ddom001.phpt46 //$attr = $dom->createAttribute("src", "picture.gif");
50 $attr = $rootnode->setAttribute("src", "picture.gif");
51 $attr = $rootnode->getAttribute("src");
56 $attr = $rootnode->getAttributeNode("src");
60 $attr = $rootnode->removeAttribute("src");
166 Node Name: src

Completed in 88 milliseconds

12345678