Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
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)
DTypeComparator.php53 $this->exporter->shortenedExport($actual),
/plugin/findologicxmlexport/vendor/sebastian/exporter/
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/
DExporterTest.php299 $this->trimNewline($this->exporter->shortenedExport($value))
316 …$this->trimNewline($this->exporter->shortenedExport('いろはにほへとちりぬるをわかよたれそつねならむうゐのおくやまけふこえてあさきゆめみしゑひも…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
DIsJson.php61 $this->exporter->shortenedExport($other),
DIsInstanceOf.php60 $this->exporter->shortenedExport($other),
/plugin/findologicxmlexport/vendor/sebastian/exporter/src/
DExporter.php82 $result[] = $exporter->shortenedExport($value);
102 public function shortenedExport($value) function in SebastianBergmann\\Exporter\\Exporter