Searched refs:clazz (Results 1 – 6 of 6) sorted by relevance
/PHP-5.3/ext/fileinfo/libmagic/ |
H A D | readelf.c | 138 #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 D | elfclass.h | 39 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 D | bug38465.phpt | 22 $clazz = new ReflectionClass('Bar'); 23 foreach ($clazz->getMethods() as $method) { 35 $clazz = new ReflectionClass('Bar'); 36 foreach ($clazz->getMethods() as $method) {
|
H A D | bug51911.phpt | 11 $clazz = new ReflectionClass('Foo'); 12 $method = $clazz->getMethod('x');
|
H A D | bug51905.phpt | 15 $clazz = new ReflectionClass('Foo'); 16 $method = $clazz->getMethod('x');
|
/PHP-5.3/ext/fileinfo/ |
H A D | libmagic.patch | 2632 int clazz, int swap, size_t align, int *flags)
|
Completed in 15 milliseconds