Home
last modified time | relevance | path

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

/plugin/sketchcanvas/phplib/
H A Dspyc.php61 const REMPTY = "\0\0\0\0\0"; define in Spyc
260 $string = $this->_dumpNode($key, self::REMPTY, $indent, $previous_key, $first_key, $source_array);
326 if ($value === "'" . self::REMPTY . "'") $value = null;
383 if ($this->setting_dump_force_quotes && is_string ($value) && $value !== self::REMPTY)