Searched refs:seg (Results 1 – 12 of 12) sorted by relevance
/PHP-8.1/Zend/tests/ |
H A D | bug34260.phpt | 11 case 'seg': 26 // This causes a seg fault. 27 $Failure = array_map(array($Faulty,'seg'),$Array);
|
H A D | bug69805.phpt | 2 Bug #69805 (null ptr deref and seg fault in zend_resolve_class_name)
|
H A D | bug70124.phpt | 2 Bug #70124 (null ptr deref / seg fault in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER)
|
/PHP-8.1/ext/opcache/tests/ |
H A D | bug74019.phpt | 12 public function seg() { 21 $a->seg();
|
/PHP-8.1/ext/reflection/tests/ |
H A D | bug32981.phpt | 2 Reflection Bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54 seg fault)
|
/PHP-8.1/Zend/tests/generators/ |
H A D | bug63066.phpt | 2 Bug #63066 (Calling an undefined method in a generator results in a seg fault)
|
/PHP-8.1/ext/opcache/jit/libudis86/ |
H A D | syn-att.c | 104 ud_asmprintf(u, "$0x%x, $0x%x", op->lval.ptr.seg, in gen_operand() 108 ud_asmprintf(u, "$0x%x, $0x%x", op->lval.ptr.seg, in gen_operand()
|
H A D | syn-intel.c | 103 ud_asmprintf(u, "word 0x%x:0x%x", op->lval.ptr.seg, in gen_operand() 107 ud_asmprintf(u, "dword 0x%x:0x%x", op->lval.ptr.seg, in gen_operand()
|
H A D | types.h | 143 uint16_t seg; member
|
H A D | decode.c | 387 op->lval.ptr.seg = inp_uint16(u); in decode_a() 393 op->lval.ptr.seg = inp_uint16(u); in decode_a()
|
/PHP-8.1/ext/gd/libgd/ |
H A D | gd.c | 1901 struct seg {int y, xl, xr, dy;}; struct 1924 struct seg *stack = NULL; in gdImageFill() 1925 struct seg *sp; in gdImageFill() 1965 stack = (struct seg *)safe_emalloc(sizeof(struct seg), ((int)(im->sy*im->sx)/4), 1); in gdImageFill() 2016 struct seg *stack; in _gdImageFillTiled() 2017 struct seg *sp; in _gdImageFillTiled() 2033 stack = (struct seg *)safe_emalloc(sizeof(struct seg), ((int)(im->sy*im->sx)/4), 1); in _gdImageFillTiled()
|
/PHP-8.1/ext/pdo_mysql/tests/ |
H A D | bug41125.phpt | 2 Bug #41125 (PDO mysql + quote() + prepare() can result in seg fault)
|
Completed in 37 milliseconds