Lines Matching refs:fst
54 set $fst = $t->function_state
55 if $fst.function->common.function_name
56 if $fst.arguments
57 set $count = (int)*($fst.arguments)
60 if $fst.function.common.scope
61 printf "%s->", $fst.function.common.scope->name
93 if $fst.function.common.scope
94 printf "%s::", $fst.function.common.scope->name
98 printf "%s(", $fst.function->common.function_name
100 set $zvalue = *(zval **)($fst.arguments - $count)
146 printf "%s() ", $fst.function->common.function_name