Home
last modified time | relevance | path

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

/PHP-5.4/Zend/tests/
H A Dbug34260.phpt11 case 'seg':
26 // This causes a seg fault.
27 $Failure = array_map(array($Faulty,'seg'),$Array);
/PHP-5.4/ext/reflection/tests/
H A Dbug32981.phpt2 Reflection Bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54 seg fault)
/PHP-5.4/Zend/
H A DZend.m4319 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 Dzend_alloc.c2314 zend_mm_segment **seg = &heap->segments_list; in _zend_mm_realloc_int() local
2315 while (*seg != segment_copy) { in _zend_mm_realloc_int()
2316 seg = &(*seg)->next_segment; in _zend_mm_realloc_int()
2318 *seg = segment; in _zend_mm_realloc_int()
/PHP-5.4/ext/pdo_mysql/tests/
H A Dbug41125.phpt2 Bug #41125 (PDO mysql + quote() + prepare() can result in seg fault)
/PHP-5.4/ext/gd/libgd/
H A Dgd.c1845 struct seg {int y, xl, xr, dy;}; struct
1868 struct seg *stack = NULL; in gdImageFill()
1869 struct seg *sp; in gdImageFill()
1909 stack = (struct seg *)safe_emalloc(sizeof(struct seg), ((int)(im->sy*im->sx)/4), 1); in gdImageFill()
1960 struct seg *stack; in _gdImageFillTiled()
1961 struct seg *sp; in _gdImageFillTiled()
1978 stack = (struct seg *)safe_emalloc(sizeof(struct seg), ((int)(im->sy*im->sx)/4), 1); in _gdImageFillTiled()
/PHP-5.4/sapi/thttpd/
H A Dthttpd_patch1152 -aas application/x-authorware-seg
/PHP-5.4/
H A DNEWS1451 . Fixed bug #63258 (seg fault with PDO and dblib using DBSETOPT(H->link,
4118 seg fault). (davbrown4 at yahoo dot com, Felipe)
8369 seg fault). (Dmitry)
8577 result in seg fault). (Dmitry)

Completed in 82 milliseconds