Home
last modified time | relevance | path

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

/plugin/sketchcanvas/phplib/
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)
/plugin/statistics/vendor/mustangostang/spyc/
DSpyc.php74 const REMPTY = "\0\0\0\0\0"; define in Spyc
294 … $string = $this->_dumpNode($key, self::REMPTY, $indent, $previous_key, $first_key, $source_array);
361 if ($value === "'" . self::REMPTY . "'") $value = null;
426 if ($this->setting_dump_force_quotes && is_string ($value) && $value !== self::REMPTY)