Searched refs:seg (Results 1 – 9 of 9) sorted by relevance
/PHP-7.2/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-7.2/ext/opcache/tests/ |
H A D | bug74019.phpt | 12 public function seg() { 21 $a->seg();
|
/PHP-7.2/ext/reflection/tests/ |
H A D | bug32981.phpt | 2 Reflection Bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54 seg fault)
|
/PHP-7.2/Zend/tests/generators/ |
H A D | bug63066.phpt | 2 Bug #63066 (Calling an undefined method in a generator results in a seg fault)
|
/PHP-7.2/Zend/ |
H A D | Zend.m4 | 295 void *seg = mmap(NULL, SEG_SIZE, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANON, -1, 0); 296 if (seg == MAP_FAILED) { 299 if (munmap(seg, SEG_SIZE) != 0) { 341 void *seg; 347 seg = mmap(NULL, SEG_SIZE, PROT_READ | PROT_WRITE, MAP_PRIVATE, fd, 0); 348 if (seg == MAP_FAILED) { 351 if (munmap(seg, SEG_SIZE) != 0) {
|
/PHP-7.2/ext/pdo_mysql/tests/ |
H A D | bug41125.phpt | 2 Bug #41125 (PDO mysql + quote() + prepare() can result in seg fault)
|
/PHP-7.2/ext/gd/libgd/ |
H A D | gd.c | 1897 struct seg {int y, xl, xr, dy;}; struct 1920 struct seg *stack = NULL; in gdImageFill() 1921 struct seg *sp; in gdImageFill() 1961 stack = (struct seg *)safe_emalloc(sizeof(struct seg), ((int)(im->sy*im->sx)/4), 1); in gdImageFill() 2011 struct seg *stack; in _gdImageFillTiled() 2012 struct seg *sp; in _gdImageFillTiled() 2028 stack = (struct seg *)safe_emalloc(sizeof(struct seg), ((int)(im->sy*im->sx)/4), 1); in _gdImageFillTiled()
|
Completed in 21 milliseconds