X7ROOT File Manager
Current Path:
/opt/alt/tests/alt-php80-pecl-xdiff_2.1.1-1.el8/tests
opt
/
alt
/
tests
/
alt-php80-pecl-xdiff_2.1.1-1.el8
/
tests
/
??
..
??
001.phpt
(196 B)
??
002.phpt
(309 B)
??
003.phpt
(325 B)
??
004.phpt
(333 B)
??
005.phpt
(366 B)
??
006.phpt
(334 B)
??
007.phpt
(364 B)
??
008.phpt
(335 B)
??
009.phpt
(365 B)
??
010.phpt
(376 B)
??
011.phpt
(381 B)
??
012.phpt
(363 B)
??
013.phpt
(327 B)
??
014.phpt
(356 B)
??
015.phpt
(386 B)
??
016.phpt
(389 B)
??
017.phpt
(353 B)
??
018.phpt
(383 B)
??
019.phpt
(347 B)
??
020.phpt
(355 B)
??
021.phpt
(375 B)
??
022.phpt
(391 B)
??
023.phpt
(411 B)
??
024.phpt
(350 B)
??
025.phpt
(350 B)
??
026.phpt
(372 B)
??
027.phpt
(372 B)
??
028.phpt
(353 B)
??
029.phpt
(353 B)
??
030.phpt
(395 B)
??
031.phpt
(395 B)
??
032.phpt
(391 B)
??
033.phpt
(391 B)
??
034.phpt
(433 B)
??
035.phpt
(433 B)
??
bug81552.phpt
(766 B)
??
context1.patch
(207 B)
??
context5.patch
(532 B)
??
error-bpatch.phpt
(291 B)
??
error-patch.phpt
(276 B)
??
error-patch2.phpt
(355 B)
??
file.1
(47 B)
??
file.2
(47 B)
??
file.bdiff
(30 B)
??
file.rabdiff
(36 B)
??
file_test.diff
(58 B)
??
logo.bdiff
(6.09 KB)
??
logo.rabdiff
(6.1 KB)
??
lorem1.txt
(881 B)
??
lorem2.txt
(746 B)
??
merge1.h
(800 B)
??
merge2.h
(760 B)
??
merge3.h
(622 B)
??
merge4.h
(582 B)
??
php.png
(6.09 KB)
??
zend.png
(4.02 KB)
Editing: merge2.h
#ifndef PHP_XDIFF_H #define PHP_XDIFF_H #foo #define phpext_xdiff_ptr &diff_module_entry #ifdef PHP_WIN32 #define PHP_XDIFF_API __declspec(dllexport) #else #define PHP_XDIFF_API #endif #ifdef ZTS #include "TSRM.h" #endif PHP_MINIT_FUNCTION(xdiff); PHP_MINFO_FUNCTION(xdiff); PHP_FUNCTION(xdiff_file_diff); PHP_FUNCTION(xdiff_file_diff_binary); PHP_FUNCTION(xdiff_file_patch); PHP_FUNCTION(xdiff_file_patch_binary); PHP_FUNCTION(xdiff_file_merge3); PHP_FUNCTION(xdiff_string_diff); PHP_FUNCTION(xdiff_string_diff_binary); PHP_FUNCTION(xdiff_string_patch); PHP_FUNCTION(xdiff_string_patch_binary); PHP_FUNCTION(xdiff_string_merge3); #endif /* PHP_XDIFF_H */ /* * Local variables: * tab-width: 4 * c-basic-offset: 4 * indent-tabs-mode: t * End: */
Upload File
Create Folder