Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DExportUtil.php42 return self::recursiveExport($value, $indentation);
113 protected static function recursiveExport(&$value, $indentation, $processed = null) function in Prophecy\\Util\\ExportUtil
170 self::recursiveExport($k, $indentation),
171 self::recursiveExport($value[$k], $indentation + 1, $processed)
199 self::recursiveExport($k, $indentation),
200 self::recursiveExport($v, $indentation + 1, $processed)
/plugin/findologicxmlexport/vendor/sebastian/exporter/src/
H A DExporter.php47 return $this->recursiveExport($value, $indentation);
206 protected function recursiveExport(&$value, $indentation, $processed = null) function in SebastianBergmann\\Exporter\\Exporter
263 $this->recursiveExport($k, $indentation),
264 $this->recursiveExport($value[$k], $indentation + 1, $processed)
290 $this->recursiveExport($k, $indentation),
291 $this->recursiveExport($v, $indentation + 1, $processed)