Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DXcallable.php273 protected function _get_valid_callback_stream_xxx($argument, $method) function in Hoa\\Consistency\\Test\\Unit\\Xcallable
289 return $this->_get_valid_callback_stream_xxx('f', 'writeCharacter');
294 return $this->_get_valid_callback_stream_xxx('foo', 'writeString');
299 return $this->_get_valid_callback_stream_xxx(true, 'writeBoolean');
304 return $this->_get_valid_callback_stream_xxx(7, 'writeInteger');
309 return $this->_get_valid_callback_stream_xxx([4, 2], 'writeArray');
314 return $this->_get_valid_callback_stream_xxx(4.2, 'writeFloat');
319 return $this->_get_valid_callback_stream_xxx($this, 'writeAll');