Home
last modified time | relevance | path

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

/PHP-7.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-7.2/ext/opcache/tests/
H A Dbug74019.phpt12 public function seg() {
21 $a->seg();
/PHP-7.2/ext/reflection/tests/
H A Dbug32981.phpt2 Reflection Bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54 seg fault)
/PHP-7.2/Zend/tests/generators/
H A Dbug63066.phpt2 Bug #63066 (Calling an undefined method in a generator results in a seg fault)
/PHP-7.2/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.2/ext/pdo_mysql/tests/
H A Dbug41125.phpt2 Bug #41125 (PDO mysql + quote() + prepare() can result in seg fault)
/PHP-7.2/ext/gd/libgd/
H A Dgd.c1897 struct seg {int y, xl, xr, dy;}; argument
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 18 milliseconds