Home
last modified time | relevance | path

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

/PHP-7.1/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-7.1/ext/opcache/tests/
H A Dbug74019.phpt12 public function seg() {
21 $a->seg();
/PHP-7.1/ext/reflection/tests/
H A Dbug32981.phpt2 Reflection Bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54 seg fault)
/PHP-7.1/Zend/tests/generators/
H A Dbug63066.phpt2 Bug #63066 (Calling an undefined method in a generator results in a seg fault)
/PHP-7.1/Zend/
H A DZend.m4295 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.1/ext/pdo_mysql/tests/
H A Dbug41125.phpt2 Bug #41125 (PDO mysql + quote() + prepare() can result in seg fault)
/PHP-7.1/ext/gd/libgd/
H A Dgd.c1839 struct seg {int y, xl, xr, dy;}; argument
1862 struct seg *stack = NULL; in gdImageFill()
1863 struct seg *sp; in gdImageFill()
1903 stack = (struct seg *)safe_emalloc(sizeof(struct seg), ((int)(im->sy*im->sx)/4), 1); in gdImageFill()
1953 struct seg *stack; in _gdImageFillTiled()
1954 struct seg *sp; in _gdImageFillTiled()
1970 stack = (struct seg *)safe_emalloc(sizeof(struct seg), ((int)(im->sy*im->sx)/4), 1); in _gdImageFillTiled()
/PHP-7.1/
H A DNEWS3570 . Fixed bug #70124 (null ptr deref / seg fault in ZEND_HANDLE_EXCEPTION).
3615 . Fixed bug #69805 (null ptr deref and seg fault in zend_resolve_class_name).

Completed in 31 milliseconds