Home
last modified time | relevance | path

Searched refs:frame (Results 1 – 16 of 16) sorted by relevance

/PHP-5.5/ext/session/tests/
H A D021.phpt11 url_rewriter.tags="a=href,area=href,frame=src,input=src,form=,fieldset="
29 ini_set("url_rewriter.tags", "a=href,area=href,frame=src,input=src,form=");
38 ini_set("url_rewriter.tags", "a=href,area=href,frame=src,input=src,form=fakeentry");
47 ini_set("url_rewriter.tags", "a=href,fieldset=,area=href,frame=src,input=src");
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c359 frame->Xwhere = rw;\
366 newframe->Xprevframe = frame;\
367 frame = newframe;\
376 heapframe *oldframe = frame;\
378 if (frame != NULL)\
542 frame->Xeptr = eptr; in match()
543 frame->Xecode = ecode; in match()
544 frame->Xmstart = mstart; in match()
546 frame->Xeptrb = eptrb; in match()
547 frame->Xrdepth = rdepth; in match()
[all …]
H A DChangeLog1154 recursion). Instead of malloc and free for each heap frame each time a
1310 15. Applied Graycode's patch to put the top-level frame on the stack rather
1314 16. Experimental code added to "pcretest -C" to output the stack frame size.
2101 12. Change 11 fortuitously reduced the size of the stack frame used in the
2104 stack; I have reserved it now, so that the stack frame size does not
3024 optimization. That gives it a stack frame in which to save the data for
3165 a small improvement under Linux. However, it saves one field in the frame
3787 25. Applied Ian Taylor's patches to avoid using another stack frame for tail
4453 each "recursion" in a frame on the heap, and gets/frees frames whenever it
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_bt.c150 mysqlnd_build_trace_string(zval **frame TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_… in mysqlnd_build_trace_string()
155 HashTable *ht = Z_ARRVAL_PP(frame); in mysqlnd_build_trace_string()
/PHP-5.5/Zend/tests/
H A Dbug63762.phpt33 Warning: Expected array for frame 0 in %s on line %d
/PHP-5.5/ext/gd/libgd/
H A Dwebpimg.c724 *p_out = (unsigned char*)(calloc(container_size + pkt->data.frame.sz, in VPXEncode()
728 (const void*)(pkt->data.frame.buf), in VPXEncode()
729 pkt->data.frame.sz); in VPXEncode()
730 *p_out_size_bytes = container_size + pkt->data.frame.sz; in VPXEncode()
/PHP-5.5/Zend/
H A Dzend_exceptions.c543 static int _build_trace_string(zval **frame TSRMLS_DC, int num_args, va_list args, zend_hash_key *h… in _build_trace_string()
548 HashTable *ht = Z_ARRVAL_PP(frame); in _build_trace_string()
551 if (Z_TYPE_PP(frame) != IS_ARRAY) { in _build_trace_string()
/PHP-5.5/
H A Dphp.ini-development162 ; Default Value: "a=href,area=href,frame=src,form=,fieldset="
163 ; Development Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
164 ; Production Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
1545 ; Default Value: "a=href,area=href,frame=src,form=,fieldset="
1546 ; Development Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
1547 ; Production Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
1549 url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
H A Dphp.ini-production162 ; Default Value: "a=href,area=href,frame=src,form=,fieldset="
163 ; Development Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
164 ; Production Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
1545 ; Default Value: "a=href,area=href,frame=src,form=,fieldset="
1546 ; Development Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
1547 ; Production Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
1549 url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
H A D.gdbinit9 of frame info.
H A DNEWS7524 . Use the dimension of the GIF frame to create the destination image (Pierre)
9017 - Added an additional field $frame['object'] to the result array of
9019 frame was called from an object. (Sebastian)
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.re93 …STD_PHP_INI_ENTRY("url_rewriter.tags", "a=href,area=href,frame=src,form=,fieldset=", PHP_INI_ALL, …
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput7182 the same character differ. The first went wrong with heap frame storage; the
H A Dtestoutput7400 the same character differ. The first went wrong with heap frame storage; the
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic961 # frame speed is multiple of 1/70s
962 >>>>16 leshort x \b, %d/70s per frame
974 >>16 uleshort x \b, %dms per frame
1394 # These are actually just bit-for-bit dumps of the frame buffer, so
7914 # $File: frame,v 1.12 2009/09/19 16:28:09 christos Exp $
7915 # frame: file(1) magic for FrameMaker files
8192 >40 long x %lu frame(s),
8194 >24 long x %lu vertices/frame,
8196 >32 long x %lu triangles/frame
16413 >20 belong 225 (Fibre Channel FC-2 with frame delimiters
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt4071 absolute value is the approximate stack frame size in bytes. (A nega-
10333 occurs, so this formulation uses a stack frame for each matched charac-
10403 Match recursion uses stack: approximate frame size = 640 bytes

Completed in 163 milliseconds