Searched refs:is_object (Results 1 – 25 of 194) sorted by relevance
12345678
| /plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ |
| D | ExactValueToken.php | 54 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')) {
|
| D | ObjectStateToken.php | 60 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/ |
| D | Assert.php | 82 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/ |
| D | css.property.sub.class.php | 39 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/ |
| D | Enumerator.php | 31 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/ |
| D | IsIdentical.php | 104 if (is_object($this->value) && is_object($other)) { 122 if (is_object($this->value)) {
|
| D | ClassHasAttribute.php | 75 is_object($other) ? 'object of ' : '', 76 is_object($other) ? get_class($other) : $other,
|
| /plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Comparator/ |
| D | ClosureComparator.php | 26 return is_object($expected) && $expected instanceof \Closure 27 && is_object($actual) && $actual instanceof \Closure;
|
| D | ProphecyComparator.php | 21 return is_object($expected) && is_object($actual) && $actual instanceof ProphecyInterface;
|
| /plugin/imapmarkers/syntax/ |
| D | imapmarkers_simple_html_dom.php | 302 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/ |
| D | SerializationContext.php | 65 if (!\is_object($object)) { 77 if (!\is_object($object)) { 93 if (!\is_object($object)) {
|
| /plugin/sqlraw/ |
| D | simple_html_dom.php | 332 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 D | DataType.php | 186 if (is_object($value)) { 203 if (is_object($value)) { 221 return is_object($value);
|
| /plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/ |
| D | ReflectionHelper.php | 60 … $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/ |
| D | ReflectionHelper.php | 60 … $reflection = is_object($object) ? new ReflectionObject($object) : new ReflectionClass($object); 73 is_object($object) ? get_class($object) : $object,
|
| /plugin/findologicxmlexport/vendor/sebastian/comparator/src/ |
| D | ScalarComparator.php | 31 … || (is_string($expected) && is_object($actual) && method_exists($actual, '__toString')) 32 … || (is_object($expected) && method_exists($expected, '__toString') && is_string($actual));
|
| D | ObjectComparator.php | 27 return is_object($expected) && is_object($actual);
|
| /plugin/authgoogle/google/service/ |
| D | Google_ServiceResource.php | 79 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/ |
| D | PsrLogMessageProcessor.php | 59 … if (is_null($val) || is_scalar($val) || (is_object($val) && method_exists($val, "__toString"))) { 69 } elseif (is_object($val)) {
|
| /plugin/eventum/ |
| D | class.Eventum_RPC.php | 115 if (is_object($arg)) { 128 if (is_object($result) && $result->faultCode()) {
|
| /plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
| D | AnnotationException.php | 126 is_object($actual) ? 'an instance of ' . get_class($actual) : gettype($actual) 174 is_object($given) ? get_class($given) : $given
|
| /plugin/photogallery/lib/ |
| D | array_column.php | 55 && !(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/ |
| D | Exporter.php | 120 if (is_object($value)) { 147 if (!is_object($value)) { 274 if (is_object($value)) {
|
| /plugin/nspages/printers/ |
| D | printerTree.php | 45 if (is_object($subTree)) { 177 if (is_object($subTree)) { 200 if (is_object($subTree)) {
|
| /plugin/findologicxmlexport/vendor/sebastian/recursion-context/src/ |
| D | Context.php | 51 } elseif (is_object($value)) { 73 } elseif (is_object($value)) {
|
12345678