Home
last modified time | relevance | path

Searched refs:copy (Results 226 – 250 of 298) sorted by last modified time

12345678910>>...12

/PHP-5.5/ext/mbstring/oniguruma/
H A DREADME.ja57 1. copy win32\Makefile Makefile
58 2. copy win32\config.h config.h
65 4. copy win32\testc.c testc.c
/PHP-5.5/ext/mbstring/
H A Dmbstring.dsp514 copy $(InputDir)\config.h.vc6 "$(InputDir)\config.h"
525 copy $(InputDir)\config.h.vc6 "$(InputDir)\config.h"
1071 copy $(InputDir)\config.h "$(InputDir)\..\config.h"
1082 copy $(InputDir)\config.h "$(InputDir)\..\config.h"
H A DREADME_PHP3-i18n-ja137 Don't forget to copy php3.ini-dist to desired location.
140 If you have already installed PHP3, copy all the entries in php3.ini-dist
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE6 Everyone is permitted to copy and distribute verbatim copies
50 permission to copy, distribute and/or modify the library.
150 1. You may copy and distribute verbatim copies of the Library's
152 you conspicuously and appropriately publish on each copy an
155 warranty; and distribute a copy of this License along with the
163 of it, thus forming a work based on the Library, and copy and
222 subsequent copies and derivative works made from that copy.
227 4. You may copy and distribute the Library (or a portion or
238 compelled to copy the source along with the object code.
316 materials or that you have already sent this user a copy.
[all …]
/PHP-5.5/ext/interbase/tests/
H A D004.phpt98 …ibase_blob_add($bl_h, "| You should have received a copy of both licenses referred to here. |\n"…
153 | You should have received a copy of both licenses referred to here. |
178 | You should have received a copy of both licenses referred to here. |
/PHP-5.5/ext/hash/tests/
H A Dbug52240.phpt2 Bug #52240 (hash_copy() does not copy the HMAC key, causes wrong results and PHP crashes)
H A Dhash_copy_001.phpt14 $copy = hash_copy($orig);
17 var_dump(hash_final($copy));
24 $copy = hash_copy($orig);
27 hash_update($copy, b"Can’t tell if this is true or dream");
28 var_dump(hash_final($copy));
/PHP-5.5/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt52 echo "Size of copy: width=". $width . " height=" . $height . "\n";
70 Size of copy: width=200 height=150
H A Dcopypalette.phpt25 echo "copy palette 255 colors: ";
38 echo 'copy palette 1 color and alpha: ';
43 copy palette 255 colors: ok
44 copy palette 1 color and alpha: ok
/PHP-5.5/ext/gd/libgd/
H A DCOPYING33 Permission has been granted to copy, distribute and modify gd in
H A DREADME51 _Permission has been granted to copy, distribute and modify gd in
/PHP-5.5/ext/filter/
H A Dfilter.c361 …**value, long filter, long flags, zval *options, char* charset, zend_bool copy TSRMLS_DC) /* {{{ */ in php_zval_filter()
372 if (copy) { in php_zval_filter()
497 …**value, long filter, long flags, zval *options, char *charset, zend_bool copy TSRMLS_DC) /* {{{ */ in php_zval_filter_recursive()
514 php_zval_filter_recursive(element, filter, flags, options, charset, copy TSRMLS_CC); in php_zval_filter_recursive()
517 php_zval_filter(element, filter, flags, options, charset, copy TSRMLS_CC); in php_zval_filter_recursive()
521 php_zval_filter(value, filter, flags, options, charset, copy TSRMLS_CC); in php_zval_filter_recursive()
591 static void php_filter_call(zval **filtered, long filter, zval **filter_args, const int copy, long … in php_filter_call() argument
639 if (copy) { in php_filter_call()
650 php_zval_filter_recursive(filtered, filter, filter_flags, options, charset, copy TSRMLS_CC); in php_filter_call()
654 if (copy) { in php_filter_call()
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic13294 # many compressed/converted COMs start with a copy loop instead of a jump
H A Dbug61964.phpt16 $magic_file_copy = $dir . "/magic.copy";
18 copy($magic_file, $magic_file_copy);
19 copy($magic_file, $magic_file_copy2);
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2912 * softmagic - lookup one file in parsed, in-memory copy of database
2990 - char *copy;
2994 - if ((copy = malloc(len + 1)) == NULL)
2996 - (void)memcpy(copy, str, len);
2997 - copy[len] = '\0';
2998 - return copy;
3075 * Note: FILE_SEARCH and FILE_REGEX do not actually copy
/PHP-5.5/ext/exif/tests/
H A Dexif000.phpt13 copy of test1.jpg as a thumbnail.
H A Dexif001.phpt13 copy of test1.jpg as a thumbnail.
H A Dexif002.phpt13 copy of test1.jpg as a thumbnail.
H A Dexif003.phpt19 copy of test1.jpg as a thumbnail.
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c931 register sopno copy; local
965 copy = dupl(p, start+1, finish+1);
966 assert(copy == finish+4);
967 repeat(p, copy, 1, to-1);
974 copy = dupl(p, start, finish);
975 repeat(p, copy, from-1, to-1);
978 copy = dupl(p, start, finish);
979 repeat(p, copy, from-1, to);
/PHP-5.5/ext/dba/tests/
H A Dbug65708.phpt2 Bug #65708 (dba functions cast $key param to string in-place, bypassing copy on write)
17 $copy = $key;
20 echo gettype($copy)."\n";
25 echo gettype($copy)."\n";
/PHP-5.5/ext/date/lib/
H A Dparse_date.re11 | If you did not receive a copy of the PHP license and are unable to |
13 | license@php.net so we can mail you a copy immediately. |
H A Dparse_iso_intervals.re11 | If you did not receive a copy of the PHP license and are unable to |
13 | license@php.net so we can mail you a copy immediately. |
/PHP-5.5/ext/curl/tests/
H A Dcurl_copy_handle_basic.phpt21 // copy the handle
H A Dcurl_copy_handle_basic_001.phpt14 echo '*** Testing curl copy handle with simple GET ***' . "\n";
23 $copy = curl_copy_handle($ch);
26 $curl_content = curl_exec($copy);
27 curl_close($copy);
33 *** Testing curl copy handle with simple GET ***

Completed in 175 milliseconds

12345678910>>...12