Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DArrayComparator.php60 $this->exporter->shortenedExport($value)
75 $this->exporter->shortenedExport($value)
80 $this->exporter->shortenedExport($actual[$key])
88 : $this->exporter->shortenedExport($e->getExpected())
96 : $this->exporter->shortenedExport($e->getActual())
107 $this->exporter->shortenedExport($value)
H A DTypeComparator.php53 $this->exporter->shortenedExport($actual),
/plugin/findologicxmlexport/vendor/sebastian/exporter/
H A DREADME.md128 print $exporter->shortenedExport(array());
131 print $exporter->shortenedExport(array(1,2,3,4,5));
134 print $exporter->shortenedExport(new stdClass);
137 print $exporter->shortenedExport(new Exception);
140 print $exporter->shortenedExport(
/plugin/findologicxmlexport/vendor/sebastian/exporter/tests/
H A DExporterTest.php299 $this->trimNewline($this->exporter->shortenedExport($value))
316 …$this->trimNewline($this->exporter->shortenedExport('いろはにほへとちりぬるをわかよたれそつねならむうゐのおくやまけふこえてあさきゆめみしゑひも…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsJson.php61 $this->exporter->shortenedExport($other),
H A DIsInstanceOf.php60 $this->exporter->shortenedExport($other),
/plugin/findologicxmlexport/vendor/sebastian/exporter/src/
H A DExporter.php82 $result[] = $exporter->shortenedExport($value);
102 public function shortenedExport($value) function in SebastianBergmann\\Exporter\\Exporter