Home
last modified time | relevance | path

Searched refs:src (Results 126 – 150 of 208) sorted by relevance

123456789

/PHP-7.0/ext/bcmath/libbcmath/
H A Dconfigure.in17 AC_OUTPUT(Makefile src/Makefile doc/Makefile)
/PHP-7.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c313 void mbfl_filt_conv_html_dec_copy(mbfl_convert_filter *src, mbfl_convert_filter *dest) in mbfl_filt_conv_html_dec_copy() argument
315 *dest = *src; in mbfl_filt_conv_html_dec_copy()
317 memcpy(dest->opaque, src->opaque, html_enc_buffer_size+1); in mbfl_filt_conv_html_dec_copy()
/PHP-7.0/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-7.0/ext/standard/
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()
418 static void BF_encode(char *dst, const BF_word *src, int size) in BF_encode() argument
420 const unsigned char *sptr = (const unsigned char *)src; in BF_encode()
H A Dcrypt_sha256.c41 char * __php_stpncpy(char *dst, const char *src, size_t len) in __php_stpncpy() argument
43 size_t n = strlen(src); in __php_stpncpy()
47 return strncpy(dst, src, len) + n; in __php_stpncpy()
50 void * __php_mempcpy(void * dst, const void * src, size_t len) in __php_mempcpy() argument
52 return (((char *)memcpy(dst, src, len)) + len); in __php_mempcpy()
/PHP-7.0/ext/zip/lib/
H A Dzip_new.c60 za->src = NULL; in _zip_new()
/PHP-7.0/ext/gd/tests/
H A Dcreatefromgd2.phpt9 $file = dirname(__FILE__) . '/src.gd2';
H A Dbug41442.phpt15 $str = file_get_contents(dirname(__FILE__).'/src.gd2');
/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitLir.h546 sljit_si src, sljit_sw srcw);
564 …BUTE sljit_si sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_si src, sljit_sw srcw);
815 sljit_si src, sljit_sw srcw);
915 sljit_si src, sljit_sw srcw);
1056 …t_si sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, sljit_si src, sljit_sw srcw);
1075 sljit_si src, sljit_sw srcw,
1245 sljit_si src, sljit_sw srcw);
H A DsljitNativePPC_64.c30 #define ASM_SLJIT_CLZ(src, dst) \ argument
31 __asm__ volatile ( "cntlzd %0, %1" : "=r"(dst) : "r"(src) )
38 #define RLDI(dst, src, sh, mb, type) \ argument
39 …(HI(30) | S(src) | A(dst) | ((type) << 2) | (((sh) & 0x1f) << 11) | (((sh) & 0x20) >> 4) | (((mb) …
120 #define INS_CLEAR_LEFT(dst, src, from) \ argument
121 (RLDICL | S(src) | A(dst) | ((from) << 6) | (1 << 5))
/PHP-7.0/Zend/
H A Dzend_inheritance.c791 zval *src, *dst, *end; in zend_do_inheritance() local
801 src--; in zend_do_inheritance()
814 src--; in zend_do_inheritance()
817 ZVAL_DUP(dst, src); in zend_do_inheritance()
825 ZVAL_COPY(dst, src); in zend_do_inheritance()
834 zval *src, *dst, *end; in zend_do_inheritance() local
844 src--; in zend_do_inheritance()
857 src--; in zend_do_inheritance()
859 if (!Z_ISREF_P(src)) { in zend_do_inheritance()
860 ZVAL_NEW_PERSISTENT_REF(src, src); in zend_do_inheritance()
[all …]
H A Dzend_execute.c2132 zval *end, *src, *dst; in i_init_func_execute_data() local
2148 ZVAL_UNDEF(src); in i_init_func_execute_data()
2149 src--; in i_init_func_execute_data()
2151 } while (src != end); in i_init_func_execute_data()
2155 src--; in i_init_func_execute_data()
2156 } while (src != end); in i_init_func_execute_data()
2247 zval *end, *src, *dst; in i_init_execute_data() local
2263 ZVAL_UNDEF(src); in i_init_execute_data()
2264 src--; in i_init_execute_data()
2270 src--; in i_init_execute_data()
[all …]
H A Dzend_llist.h57 ZEND_API void zend_llist_copy(zend_llist *dst, zend_llist *src);
/PHP-7.0/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-7.0/Zend/RFCs/
H A D002.txt103 4 var $src;
104 5 function Image($src) {
105 6 $this->src = $src;
/PHP-7.0/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.c559 any2eucjp (unsigned char *dest, unsigned char *src, unsigned int dest_max) in any2eucjp() argument
564 if (strlen ((const char *) src) >= BUFSIZ) in any2eucjp()
574 ret = do_check_and_conv (tmp_dest, src); in any2eucjp()
578 ustrcpy (dest, src); in any2eucjp()
/PHP-7.0/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-7.0/win32/build/
H A Dmkdist.php261 foreach ($text_files as $src => $dest) {
262 copy_text_file($src, $dist_dir . '/' . $dest);
271 foreach ($general_files as $src => $dest) {
272 copy($src, $dist_dir . '/' . $dest);
/PHP-7.0/sapi/phpdbg/
H A DREADME.md36 cd /usr/src/php-src/sapi
/PHP-7.0/
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
162 3. Commit those changes. Ensure the tests at https://travis-ci.org/php/php-src/builds are
165 4. run the "scripts/dev/credits" script in php-src and commit the changes in the
/PHP-7.0/main/streams/
H A Dstreams.c1440 while ((len < maxlen) && !php_stream_eof(src)) { in _php_stream_copy_to_mem()
1441 ret = php_stream_read(src, ptr, maxlen - len); in _php_stream_copy_to_mem()
1464 if (php_stream_stat(src, &ssbuf) == 0 && ssbuf.sb.st_size > 0) { in _php_stream_copy_to_mem()
1473 while ((ret = php_stream_read(src, ptr, max_len - len))) { in _php_stream_copy_to_mem()
1517 if (php_stream_stat(src, &ssbuf) == 0) { in _php_stream_copy_to_stream_ex()
1528 if (php_stream_mmap_possible(src)) { in _php_stream_copy_to_stream_ex()
1532 …p = php_stream_mmap_range(src, php_stream_tell(src), maxlen, PHP_STREAM_MAP_MODE_SHARED_READONLY, … in _php_stream_copy_to_stream_ex()
1537 php_stream_mmap_unmap_ex(src, mapped); in _php_stream_copy_to_stream_ex()
1558 didread = php_stream_read(src, buf, readchunk); in _php_stream_copy_to_stream_ex()
1592 if (haveread > 0 || src->eof) { in _php_stream_copy_to_stream_ex()
[all …]
/PHP-7.0/ext/pdo/
H A Dpdo.c72 PDO_API char *php_pdo_str_tolower_dup(const char *src, int len) /* {{{ */ in php_pdo_str_tolower_dup() argument
75 zend_str_tolower_copy(dest, src, len); in php_pdo_str_tolower_dup()
/PHP-7.0/ext/imap/
H A DIMAP_Win32_HOWTO.txt10 - Edit .\src\osdep\nt\makefile.nt:

Completed in 91 milliseconds

123456789