Lines Matching refs:lt

19 - text message output related to the xml data (e.g. <intro severity="normal" help="help" msgout=…
72 - wrapped in <intros> tag
89 - any output by PHP itself (e.g. <stream type="stdout">test</stream>)
150 - tag: <exportbreakpoint />
163 - General tag for breakpoint creation, deletion and hits is "<breakpoint />"
182 - listing breakpoints always in a container element "<breakpoints>"
214 - General tag for frames is "<frame>"
216 - may contain other elements (of type <arg>) when contained in <backtrace> tag
217 - <arg> always contains a <stream> element, the value of the variable
228 - maxnum: tried to access a frame with a number higher than existing (or < 0)
230 ### attributes on <arg> ###
245 - <includedfileinfo num="" /> with num having an integer value, indicating the number of include…
246 - <includedfile name=""/>: one per file, with name being the file path of the included file
251 - <lasterror error="" (file="" line="") />
256 - <variableinfo num="" /> with num having an integer value, indicating the number of (local or s…
262 - for each variable there is a <variable> followed by a <variabledetails> element
263 - <variable address="" refcount="" type="" name="" />
274 - <literalinfo num="" /> with num having an integer value, indicating the number of literals, op…
279 - for each literal there is a <literal> followed by a <stream type="stdout"> which prints the…
280 - <literal id="" />: where id is the internal identifier of the literal
286 <meminfo />
287 <current />
288 <used mem="" />
289 <real mem="" />
290 <peak />
291 <used mem="" />
292 <real mem="" />
298 - <classinfo num="" /> with num having an integer value, indicating the number of loaded user-de…
299 - Each class is enumerated with first a <class>, then an optional <parents> container and the…
300 - The <parents> container contains the <class> elements of the parent of the last <class> …
301 - <class type="" flags="" name="" methodcount="" />
304 - <classsource /> where the class was defined, if there are no attributes, location is unknown, …
310 - <functioninfo num="" /> with num having an integer value, indicating the number of loaded user…
311 - Each class is enumerated with first a <function> and then a <functionsource> element
312 - <function name="" />
313 - <functionsource /> where the function was defined, if there are no attributes, location is unk…
320 - consists of <line> elements wrapped in a <list> container
321 - <list file=""> is the container element with file being the filename
322 - <line line="" code="" /> with value of code being the whole line of code in the line specified…
330 - <print> elements are wrapped in a <printinfo> element
331 - there may be a variable number of <print> elements with a variable count of args inside the &l…
355 - introduced by <printinfo num="" /> (except for print opline) with num being the number of opco…
361 - if there is a class method, the methods are all wrapped in a <printmethods> container
362 - then comes a <printoplineinfo type="" /> where type is either "User" or "Internal"
363 - the <printoplineinfo> has either a method or a function attribute
371 - is followed by the oplines of that method or function (<print> elements)
372 - <print line="%u" opline="%p" opcode="%s" op="%s" />
373 - in case of print opline it emits a single <opline line="" opline="" opcode="" op="" file="" />
379 - <exec type="unset" context="" />: indicates unsetting of the old context
380 - <exec type="unsetops" />: indicates unsetting of the old compiled opcodes
381 - <exec type="unchanged" />: same execution context chosen again
382 - <exec type="set" context="" />: indicates setting of the new context
384 - <compile>
387 - <exec>
391 run / <stop> tag
395 - <stop type="end" />: script execution ended normally
396 - (error) <stop type="bailout" /> the VM bailed out (usually because there was some error)
397 - compile failures see under exec, errors, <compile>
438 - output wrapped in <eval> tags
444 - still pipes to stdout ... without wrapping <stream> !!! (@@ TODO @@)
457 - <register function="" />: successfully registered function
472 - <clean> tags wrapped in a <cleaninfo> container
473 - possible attributes of <clean> tag
483 - <clear> tags wrapped in a <clearinfo> container
484 - possible attributes of <clear> tag (value is always the number of defined breakpoints of that …
498 - <watch variable="" />, <watchrecursive variable="" /> and <watcharray variable="" /> (no…
499 - <watch> if error, by type:
503 - <watchdelete variable="" />: when "watch delete" was used on a watchpoint
504 - (error) <watchdelete type="nowatch" />: that watchpoint doesn't exist, so couldn't be deleted
505 - for hit watchpoints etc., see Other tags, <watch*>
506 - when using watch list, <watchvariable> elements are wrapped in a <watchlist> container
507 - <watchvariable variable="" on="" type="" />
515 … error is type="wrongargs" where a wrong argument was passed to a subcommand; tag is then <set*>
519 - without other args, a <setpromt str="" /> tag is emitted where the value of the str attribue i…
525 - if the boolean switch is omitted, it emits current state in a <setbreak id="" active="" /> whe…
531 - if the boolean switch is omitted, it emits current state in a <setbreaks active="" /> where ac…
536 - <setcolor type="" color="" code="" />: code is the color code of color, type is either:
547 - if the boolean switch is omitted, it emits current state in a <setcolors active="" /> where ac…
552 - (error) <setoplog type="openfailure" file="" /> when it couldn't open the passed file path
553 - <setoplog type="closingold" /> is emitted when there was a previous open oplog (and a file is …
554 - if no further argument is passed, it emits current state in a <setoplog active="" /> where act…
559 - if the boolean switch is omitted, it emits current state in a <setquiet active="" /> where act…
564 - if no further argument is passed, it emits current state in a <setoplog type="" /> where activ…
569 - if the boolean switch is omitted, it emits current state in a <setrefcount active="" /> where …
615 <signal>
628 <watch*>
632 - <watchdelete variable="" />: when a variable was unset, the watchpoint is removed too
633 - <watchhit variable="" />: when ever a watched variable is changed, followed by a <watchdata…
634 - <watchdata> may contain
636 - each of these <watch*> tags conatins a type attribute whose value is either "old" or "new")
637 - <watchvalue type="" inaccessible="inaccessible" />: old value is inaccessible
638 …- <watchvalue type=""> may contain a <stream> element which indicates the old/new (type attr…
639 …- <watchrefcount type="" refcount="" isref="" />: old/new (type attribute) refcount and isref, …
642 - <watchsize> inspects size variations of an array (the sum):
645 - <watcharrayptr>: if this tag appears, the internal pointer of the array way changed
647 <signalsegv>