Home
last modified time | relevance | path

Searched refs:src (Results 76 – 100 of 161) sorted by relevance

1234567

/PHP-5.3/ext/tidy/tests/
H A D032.phpt11 $buffer = '<img src="file.png" /><php>';
H A D033.phpt11 $buffer = '<img src="file.png" /><php>';
H A D034.phpt11 $buffer = '<img src="file.png" /><php>';
/PHP-5.3/ext/dom/tests/
H A DDOMDocumentType_basic_001.phpt27 $xml .= ' <!ATTLIST img src ENTITY #REQUIRED>';
31 $xml .= '<img src="logo"/>';
/PHP-5.3/ext/gd/tests/
H A Dcreatefromwbmp.phpt9 $file = dirname(__FILE__) . '/src.wbmp';
H A Dcreatefromgd2.phpt9 $file = dirname(__FILE__) . '/src.gd2';
H A Dbug41442.phpt15 $str = file_get_contents(dirname(__FILE__).'/src.gd2');
/PHP-5.3/pear/
H A Dinstall-pear.txt8 | download http://pear.php.net/go-pear.phar to php-src/pear/ |
/PHP-5.3/ext/bcmath/libbcmath/
H A Dconfigure.in17 AC_OUTPUT(Makefile src/Makefile doc/Makefile)
/PHP-5.3/ext/standard/tests/file/
H A Drename_variation1-win32.phpt44 // create the src dir
46 // rename the src dir to a new dir in dest dir
H A Dphp_fd_wrapper_04.phpt9 …Invalid parameter detected in CRT function '_dup' (f:\dd\vctools\crt_bld\self_x86\crt\src\dup.c:52)
/PHP-5.3/ext/standard/
H A Dphp_array.h106 PHPAPI int php_array_merge(HashTable *dest, HashTable *src, int recursive TSRMLS_DC);
107 PHPAPI int php_array_replace_recursive(HashTable *dest, HashTable *src TSRMLS_DC);
H A Dcrypt_blowfish.c377 #define BF_safe_atoi64(dst, src) \ argument
379 tmp = (unsigned char)(src); \
387 static int BF_decode(BF_word *dst, const char *src, int size) in BF_decode() argument
391 const unsigned char *sptr = (const unsigned char *)src; in BF_decode()
414 static void BF_encode(char *dst, const BF_word *src, int size) in BF_encode() argument
416 const unsigned char *sptr = (const unsigned char *)src; in BF_encode()
/PHP-5.3/main/
H A Dphp.h110 #define PHP_STRLCPY(dst, src, size, src_size) \ argument
118 memcpy(dst, src, php_str_len); \
124 PHPAPI size_t php_strlcpy(char *dst, const char *src, size_t siz);
132 PHPAPI size_t php_strlcat(char *dst, const char *src, size_t siz);
/PHP-5.3/sapi/apache_hooks/
H A Dphp5apache_hooks.dsp47 …\regex" /I "..\.." /I "..\..\..\bindlib_w32" /I "..\..\..\php_build\apache\src\include" /I "..\..\…
57 …00000" /version:4.0 /dll /machine:I386 /libpath:"..\..\..\php_build\apache\src\corer" /libpath:"..…
73 …\regex" /I "..\.." /I "..\..\..\bindlib_w32" /I "..\..\..\php_build\apache\src\include" /I "..\..\…
83 …TS/php5apache_hooks.dll" /pdbtype:sept /libpath:"..\..\..\php_build\apache\src\cored" /libpath:"..…
99 …\regex" /I "..\.." /I "..\..\..\bindlib_w32" /I "..\..\..\php_build\apache\src\include" /I "..\..\…
109 …lib odbccp32.lib /nologo /version:4.0 /dll /machine:I386 /libpath:"\apache\src\corer" /libpath:"..…
/PHP-5.3/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.3/win32/build/
H A Dmkdist.php245 foreach ($text_files as $src => $dest) {
246 copy_text_file($src, $dist_dir . '/' . $dest);
254 foreach ($general_files as $src => $dest) {
255 copy($src, $dist_dir . '/' . $dest);
/PHP-5.3/Zend/RFCs/
H A D002.txt103 4 var $src;
104 5 function Image($src) {
105 6 $this->src = $src;
/PHP-5.3/ext/gd/libgd/
H A Dgd_io_dp.c49 static int appendDynamic (dynamicPtr * dp, const void *src, int size);
293 static int appendDynamic (dynamicPtr * dp, const void *src, int size) in appendDynamic() argument
317 memcpy((void *) (tmp + (dp->pos)), src, size); in appendDynamic()
H A Dgdkanji.c560 any2eucjp (unsigned char *dest, unsigned char *src, unsigned int dest_max) in any2eucjp() argument
565 if (strlen ((const char *) src) >= BUFSIZ) in any2eucjp()
575 ret = do_check_and_conv (tmp_dest, src); in any2eucjp()
579 ustrcpy (dest, src); in any2eucjp()
/PHP-5.3/sapi/webjames/
H A DREADME22 --with-webjames=../webjames/src \
/PHP-5.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.h64 MBFLAPI extern int mbfl_memory_device_devcat(mbfl_memory_device *dest, mbfl_memory_device *src);
/PHP-5.3/sapi/aolserver/
H A Dconfig.m415 …ROR(Please specify the path to the source distribution of AOLserver using --with-aolserver-src=DIR)
/PHP-5.3/sapi/continuity/
H A Dconfig.m416 AC_MSG_ERROR([Cannot find your CAPI include files in either DIR/src or DIR/include])
/PHP-5.3/ext/zip/lib/
H A Dzipint.h211 struct zip_source *src; /* data source */ member
252 struct zip_source *src; member

Completed in 82 milliseconds

1234567