Lines Matching +refs:text +refs:line +refs:d
84 $file = $line = null;
85 if (headers_sent($file, $line)) {
87 … "HTTP headers are already sent" . ($line !== null? " in $file on line $line" : "") . ". "
247 function _obHandler($text) argument
250 if (preg_match('{'.$this->_uniqHash.'(.*?)'.$this->_uniqHash.'}sx', $text)) {
251 $text = str_replace($this->_uniqHash, '', $text);
262 'text' => $text,
271 $text = json_encode($result);
273 $text = $this->php2js($result);
276 $text = $this->php2js($result);
288 $text = ""
290 . ".dataReady(" . $text . ")\n"
293 …$text = '<script type="text/javascript" language="JavaScript"><!--' . "\n$text" . '//--></script>';
297 return $text;
323 $d = array();
325 $d[$this->_ucs2EntitiesDecode($k)] = $this->_ucs2EntitiesDecode($v);
327 return $d;