Searched refs:REMPTY (Results 1 – 2 of 2) sorted by relevance
| /plugin/sketchcanvas/phplib/ |
| D | spyc.php | 61 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/ |
| D | Spyc.php | 74 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)
|