Home
last modified time | relevance | path

Searched refs:clazz (Results 1 – 6 of 6) sorted by relevance

/PHP-5.3/ext/fileinfo/libmagic/
H A Dreadelf.c138 #define xsh_addr (clazz == ELFCLASS32 \
144 #define xsh_size (clazz == ELFCLASS32 \
150 #define xsh_type (clazz == ELFCLASS32 \
153 #define xph_addr (clazz == ELFCLASS32 \
159 #define xph_type (clazz == ELFCLASS32 \
173 #define xnh_addr (clazz == ELFCLASS32 \
182 #define xnh_type (clazz == ELFCLASS32 \
349 clazz, swap, 4, flags); in dophn_core()
1133 int clazz; in file_tryelf() local
1168 clazz = buf[EI_CLASS]; in file_tryelf()
[all …]
H A Delfclass.h39 if (dophn_core(ms, clazz, swap, fd,
49 if (dophn_exec(ms, clazz, swap, fd,
58 if (doshn(ms, clazz, swap, fd,
/PHP-5.3/ext/reflection/tests/
H A Dbug38465.phpt22 $clazz = new ReflectionClass('Bar');
23 foreach ($clazz->getMethods() as $method) {
35 $clazz = new ReflectionClass('Bar');
36 foreach ($clazz->getMethods() as $method) {
H A Dbug51911.phpt11 $clazz = new ReflectionClass('Foo');
12 $method = $clazz->getMethod('x');
H A Dbug51905.phpt15 $clazz = new ReflectionClass('Foo');
16 $method = $clazz->getMethod('x');
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch2632 int clazz, int swap, size_t align, int *flags)

Completed in 15 milliseconds