Home
last modified time | relevance | path

Searched refs:seg (Results 1 – 12 of 12) sorted by relevance

/PHP-8.2/Zend/tests/
H A Dbug34260.phpt11 case 'seg':
26 // This causes a seg fault.
27 $Failure = array_map(array($Faulty,'seg'),$Array);
H A Dbug69805.phpt2 Bug #69805 (null ptr deref and seg fault in zend_resolve_class_name)
H A Dbug70124.phpt2 Bug #70124 (null ptr deref / seg fault in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER)
/PHP-8.2/ext/opcache/tests/
H A Dbug74019.phpt12 public function seg() {
21 $a->seg();
/PHP-8.2/ext/reflection/tests/
H A Dbug32981.phpt2 Reflection Bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54 seg fault)
/PHP-8.2/Zend/tests/generators/
H A Dbug63066.phpt2 Bug #63066 (Calling an undefined method in a generator results in a seg fault)
/PHP-8.2/ext/opcache/jit/libudis86/
H A Dsyn-att.c104 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 Dsyn-intel.c103 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 Dtypes.h143 uint16_t seg; member
H A Ddecode.c387 op->lval.ptr.seg = inp_uint16(u); in decode_a()
393 op->lval.ptr.seg = inp_uint16(u); in decode_a()
/PHP-8.2/ext/gd/libgd/
H A Dgd.c1901 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.2/ext/pdo_mysql/tests/
H A Dbug41125.phpt2 Bug #41125 (PDO mysql + quote() + prepare() can result in seg fault)

Completed in 47 milliseconds