Lines Matching refs:argument

16  * Pass different data types as $stream_id argument to imap_fetch_overview() to test behaviour
41 // unexpected values to be passed to $stream_id argument
90 echo "\n-- Testing with first argument value: ";
100 -- Testing with first argument value: int(0)
105 -- Testing with first argument value: int(1)
110 -- Testing with first argument value: int(12345)
115 -- Testing with first argument value: int(-2345)
120 -- Testing with first argument value: float(10.5)
125 -- Testing with first argument value: float(-10.5)
130 -- Testing with first argument value: float(123456789000)
135 -- Testing with first argument value: float(1.23456789E-9)
140 -- Testing with first argument value: float(0.5)
145 -- Testing with first argument value: NULL
150 -- Testing with first argument value: NULL
155 -- Testing with first argument value: bool(true)
160 -- Testing with first argument value: bool(false)
165 -- Testing with first argument value: bool(true)
170 -- Testing with first argument value: bool(false)
175 -- Testing with first argument value: %string|unicode%(0) ""
180 -- Testing with first argument value: %string|unicode%(0) ""
185 -- Testing with first argument value: array(0) {
191 -- Testing with first argument value: %string|unicode%(6) "string"
196 -- Testing with first argument value: %string|unicode%(6) "string"
201 -- Testing with first argument value: %string|unicode%(11) "hello world"
206 -- Testing with first argument value: object(classA)#1 (0) {
212 -- Testing with first argument value: NULL
217 -- Testing with first argument value: NULL