PATH:
opt
/
alt
/
tests
/
alt-php54-pecl-xdiff_1.5.2-1.el8
/
tests
#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(foo); PHP_MINFO_FUNCTION(foo); 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: */
[-] 009.phpt
[edit]
[-] merge2.h
[edit]
[-] 005.phpt
[edit]
[-] 003.phpt
[edit]
[-] merge3.h
[edit]
[-] 007.phpt
[edit]
[-] 008.phpt
[edit]
[-] file.bdiff
[edit]
[-] merge4.h
[edit]
[-] 001.phpt
[edit]
[-] file_test.diff
[edit]
[-] file.2
[edit]
[-] 002.phpt
[edit]
[-] 006.phpt
[edit]
[-] file.1
[edit]
[-] 004.phpt
[edit]
[+]
..
[-] merge1.h
[edit]
[-] 010.phpt
[edit]
[-] 011.phpt
[edit]