Searched refs:caller (Results 1 – 7 of 7) sorted by relevance
35 * @param string $caller The name of method call that validates the input42 public static function validateInput(string $caller, $input) argument64 …Exception(sprintf('"%s" only accepts strings, Traversable objects or stream resources.', $caller));
1397 * @param string $caller The name of the method that needs fresh outputs1402 private function readPipesForOutput(string $caller, bool $blocking = false) argument1408 $this->requireProcessIsStarted($caller);
8 arguments.callee = arguments.callee.caller;
397 $caller = $this->call[0];398 switch ($caller) {
42 …caller,isArray=lib.util.IsArray(f);if((!isArray&&f)||(isArray&&f.length>0)){d.console.addLine().at…
1021 …var stackAmt = 3, f = arguments.caller, isArray = lib.util.IsArray(f); //function that called trace1028 f = f.caller;
6082 for(var fn=arguments.callee.caller.caller;6084 fn=fn.caller){if(wasVisited(fn)){break6136 for(var fn=arguments.callee.caller;6138 fn=fn.caller){if(wasVisited(fn)){break6195 }while(frame&&FBL.isSystemURL(frame.filename)){frame=frame.caller6196 }if(frame){frame=frame.caller6197 }if(frame){frame=frame.caller