Searched refs:seg (Results 1 – 9 of 9) sorted by relevance
/PHP-5.5/Zend/tests/ |
H A D | bug34260.phpt | 11 case 'seg': 26 // This causes a seg fault. 27 $Failure = array_map(array($Faulty,'seg'),$Array);
|
/PHP-5.5/ext/reflection/tests/ |
H A D | bug32981.phpt | 2 Reflection Bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54 seg fault)
|
/PHP-5.5/Zend/tests/generators/ |
H A D | bug63066.phpt | 2 Bug #63066 (Calling an undefined method in a generator results in a seg fault)
|
/PHP-5.5/Zend/ |
H A D | Zend.m4 | 319 void *seg = mmap(NULL, SEG_SIZE, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANON, -1, 0); 320 if (seg == MAP_FAILED) { 323 if (munmap(seg, SEG_SIZE) != 0) { 365 void *seg; 371 seg = mmap(NULL, SEG_SIZE, PROT_READ | PROT_WRITE, MAP_PRIVATE, fd, 0); 372 if (seg == MAP_FAILED) { 375 if (munmap(seg, SEG_SIZE) != 0) {
|
H A D | zend_alloc.c | 2318 zend_mm_segment **seg = &heap->segments_list; in _zend_mm_realloc_int() local 2319 while (*seg != segment_copy) { in _zend_mm_realloc_int() 2320 seg = &(*seg)->next_segment; in _zend_mm_realloc_int() 2322 *seg = segment; in _zend_mm_realloc_int()
|
/PHP-5.5/ext/pdo_mysql/tests/ |
H A D | bug41125.phpt | 2 Bug #41125 (PDO mysql + quote() + prepare() can result in seg fault)
|
/PHP-5.5/ext/gd/libgd/ |
H A D | gd.c | 1860 struct seg {int y, xl, xr, dy;}; argument 1883 struct seg *stack = NULL; in gdImageFill() 1884 struct seg *sp; in gdImageFill() 1924 stack = (struct seg *)safe_emalloc(sizeof(struct seg), ((int)(im->sy*im->sx)/4), 1); in gdImageFill() 1974 struct seg *stack; in _gdImageFillTiled() 1975 struct seg *sp; in _gdImageFillTiled() 1991 stack = (struct seg *)safe_emalloc(sizeof(struct seg), ((int)(im->sy*im->sx)/4), 1); in _gdImageFillTiled()
|
/PHP-5.5/sapi/thttpd/ |
H A D | thttpd_patch | 1152 -aas application/x-authorware-seg
|
/PHP-5.5/ |
H A D | NEWS | 2640 . Fixed bug #63258 (seg fault with PDO and dblib using DBSETOPT(H->link, 5307 seg fault). (davbrown4 at yahoo dot com, Felipe) 9558 seg fault). (Dmitry) 9766 result in seg fault). (Dmitry)
|
Completed in 52 milliseconds