Home
last modified time | relevance | path

Searched refs:is_object (Results 1 – 25 of 194) sorted by relevance

12345678

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
DExactValueToken.php54 if (is_object($argument) && is_object($this->value)) {
66 if (is_object($argument) xor is_object($this->value)) {
67 if (is_object($argument) && !method_exists($argument, '__toString')) {
71 if (is_object($this->value) && !method_exists($this->value, '__toString')) {
DObjectStateToken.php60 if (is_object($argument) && method_exists($argument, $this->name)) {
75 if (is_object($argument) && property_exists($argument, $this->name)) {
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
DAssert.php82 else if (is_array($haystack) && !is_object($needle)) {
105 else if (is_array($haystack) && !is_object($needle)) {
125 (is_object($actual) && is_object($expected))) {
197 if ((is_object($expected) || is_null($expected)) &&
198 (is_object($actual) || is_null($actual))) {
228 if ((is_object($expected) || is_null($expected)) &&
229 (is_object($actual) || is_null($actual))) {
/plugin/html2pdf/html2pdf/html2ps/
Dcss.property.sub.class.php39 if (is_object($owner_value)) {
43 if (is_object($value)) {
56 if (is_object($owner_value)) {
60 if (is_object($value)) {
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/src/
DEnumerator.php31 if (!is_array($variable) && !is_object($variable)) {
56 if (!is_array($element) && !is_object($element)) {
80 if (!is_array($value) && !is_object($value)) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
DIsIdentical.php104 if (is_object($this->value) && is_object($other)) {
122 if (is_object($this->value)) {
DClassHasAttribute.php75 is_object($other) ? 'object of ' : '',
76 is_object($other) ? get_class($other) : $other,
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Comparator/
DClosureComparator.php26 return is_object($expected) && $expected instanceof \Closure
27 && is_object($actual) && $actual instanceof \Closure;
DProphecyComparator.php21 return is_object($expected) && is_object($actual) && $actual instanceof ProphecyInterface;
/plugin/imapmarkers/syntax/
Dimapmarkers_simple_html_dom.php302 if (is_object($debug_object)) {
313 if (is_object($debug_object)) {
348 if (is_object($debug_object)) {
566 if (is_object($debug_object)) {
738 if (is_object($debug_object)) {
769 if (is_object($debug_object)) {
789 if (is_object($debug_object)) {
796 if (is_object($debug_object)) {
842 if (is_object($debug_object)) {
899 if (is_object($debug_object)) {
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/
DSerializationContext.php65 if (!\is_object($object)) {
77 if (!\is_object($object)) {
93 if (!\is_object($object)) {
/plugin/sqlraw/
Dsimple_html_dom.php332 if (is_object($debugObject)) { $debugObject->debugLogEntry(1); }
339 … if (is_object($debugObject)) { $debugObject->debugLog(2, "Current tag is: " . $returnDom->tag); }
366 if (is_object($debugObject))
556 if (is_object($debugObject)) { $debugObject->debugLogEntry(1); }
617 …if (is_object($debugObject)) {$debugObject->debugLog(2, "testing node: " . $node->tag . " for attr…
625 …if (is_object($debugObject)) {$debugObject->debugLog(2, "after match: " . ($check ? "true" : "fals…
647 if (is_object($debugObject)) {$debugObject->debugLog(1, "EXIT - ret: ", $ret);}
652 if (is_object($debugObject)) {$debugObject->debugLogEntry(1);}
674 if (is_object($debugObject)) {$debugObject->debugLogEntry(1);}
685 if (is_object($debugObject)) {$debugObject->debugLog(2, "Matches Array: ", $matches);}
[all …]
/plugin/combo/ComboStrap/
H A DDataType.php186 if (is_object($value)) {
203 if (is_object($value)) {
221 return is_object($value);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
DReflectionHelper.php60 … $reflection = is_object($object) ? new ReflectionObject($object) : new ReflectionClass($object);
73 is_object($object) ? get_class($object) : $object,
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
DReflectionHelper.php60 … $reflection = is_object($object) ? new ReflectionObject($object) : new ReflectionClass($object);
73 is_object($object) ? get_class($object) : $object,
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
DScalarComparator.php31 … || (is_string($expected) && is_object($actual) && method_exists($actual, '__toString'))
32 … || (is_object($expected) && method_exists($expected, '__toString') && is_string($actual));
DObjectComparator.php27 return is_object($expected) && is_object($actual);
/plugin/authgoogle/google/service/
DGoogle_ServiceResource.php79 if (is_object($parameters['postBody'])) {
92 $postBody = is_array($parameters['postBody']) || is_object($parameters['postBody'])
200 elseif (is_object($v) || is_array($v)) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
DPsrLogMessageProcessor.php59 … if (is_null($val) || is_scalar($val) || (is_object($val) && method_exists($val, "__toString"))) {
69 } elseif (is_object($val)) {
/plugin/eventum/
Dclass.Eventum_RPC.php115 if (is_object($arg)) {
128 if (is_object($result) && $result->faultCode()) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
DAnnotationException.php126 is_object($actual) ? 'an instance of ' . get_class($actual) : gettype($actual)
174 is_object($given) ? get_class($given) : $given
/plugin/photogallery/lib/
Darray_column.php55 && !(is_object($params[1]) && method_exists($params[1], '__toString'))
65 && !(is_object($params[2]) && method_exists($params[2], '__toString'))
/plugin/findologicxmlexport/vendor/sebastian/exporter/src/
DExporter.php120 if (is_object($value)) {
147 if (!is_object($value)) {
274 if (is_object($value)) {
/plugin/nspages/printers/
DprinterTree.php45 if (is_object($subTree)) {
177 if (is_object($subTree)) {
200 if (is_object($subTree)) {
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/src/
DContext.php51 } elseif (is_object($value)) {
73 } elseif (is_object($value)) {

12345678