Searched refs:seg (Results 1 – 8 of 8) sorted by relevance
11 case 'seg':26 // This causes a seg fault.27 $Failure = array_map(array($Faulty,'seg'),$Array);
2 Bug #69805 (null ptr deref and seg fault in zend_resolve_class_name)
2 Bug #70124 (null ptr deref / seg fault in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER)
12 public function seg() {21 $a->seg();
2 Reflection Bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54 seg fault)
2 Bug #63066 (Calling an undefined method in a generator results in a seg fault)
2 Bug #41125 (PDO mysql + quote() + prepare() can result in seg fault)
1955 struct seg {int y, xl, xr, dy;}; argument1978 struct seg *stack = NULL; in gdImageFill()1979 struct seg *sp; in gdImageFill()2019 stack = (struct seg *)safe_emalloc(sizeof(struct seg), ((int)(im->sy*im->sx)/4), 1); in gdImageFill()2070 struct seg *stack; in _gdImageFillTiled()2071 struct seg *sp; in _gdImageFillTiled()2087 stack = (struct seg *)safe_emalloc(sizeof(struct seg), ((int)(im->sy*im->sx)/4), 1); in _gdImageFillTiled()
Completed in 24 milliseconds