Lines Matching refs:is_a

2 is_a and is_subclass_of behaviour (with and without autoload)
20 …echo str_pad('is_a( OBJECT:'.get_class($this).', '.$sub.') = ', 60) . (is_a($this, $sub) ? 'yes' :…
21 …echo str_pad('is_a( STRING:'.get_class($this).', '.$sub.') = ', 60). (is_a(get_class($this), $sub)…
22 …echo str_pad('is_a( STRING:'.get_class($this).', '.$sub.', true) = ', 60). (is_a(get_class($this),…
29 …echo str_pad('is_a( STRING:undefB, '.$sub.',true) = ', 60). (is_a('undefB', $sub, true) ? 'yes' :…
30 …echo str_pad('is_a( STRING:undefB, '.$sub.') = ', 60). (is_a('undefB', $sub) ? 'yes' : 'no')."\n";
91 is_a( OBJECT:base, base) = yes
92 is_a( STRING:base, base) = no
93 is_a( STRING:base, base, true) = yes
98 is_a( STRING:undefB, base,true) = no
99 is_a( STRING:undefB, base) = no
104 is_a( OBJECT:base, derived_a) = no
105 is_a( STRING:base, derived_a) = no
106 is_a( STRING:base, derived_a, true) = no
111 is_a( STRING:undefB, derived_a,true) = no
112 is_a( STRING:undefB, derived_a) = no
117 is_a( OBJECT:base, if_a) = no
118 is_a( STRING:base, if_a) = no
119 is_a( STRING:base, if_a, true) = no
124 is_a( STRING:undefB, if_a,true) = no
125 is_a( STRING:undefB, if_a) = no
130 is_a( OBJECT:base, undefA) = no
131 is_a( STRING:base, undefA) = no
132 is_a( STRING:base, undefA, true) = no
137 is_a( STRING:undefB, undefA,true) = no
138 is_a( STRING:undefB, undefA) = no
144 is_a( OBJECT:derived_a, base) = yes
145 is_a( STRING:derived_a, base) = no
146 is_a( STRING:derived_a, base, true) = yes
151 is_a( STRING:undefB, base,true) = no
152 is_a( STRING:undefB, base) = no
157 is_a( OBJECT:derived_a, derived_a) = yes
158 is_a( STRING:derived_a, derived_a) = no
159 is_a( STRING:derived_a, derived_a, true) = yes
164 is_a( STRING:undefB, derived_a,true) = no
165 is_a( STRING:undefB, derived_a) = no
170 is_a( OBJECT:derived_a, if_a) = yes
171 is_a( STRING:derived_a, if_a) = no
172 is_a( STRING:derived_a, if_a, true) = yes
177 is_a( STRING:undefB, if_a,true) = no
178 is_a( STRING:undefB, if_a) = no
183 is_a( OBJECT:derived_a, undefA) = no
184 is_a( STRING:derived_a, undefA) = no
185 is_a( STRING:derived_a, undefA, true) = no
190 is_a( STRING:undefB, undefA,true) = no
191 is_a( STRING:undefB, undefA) = no
199 is_a( OBJECT:base, base) = yes
200 is_a( STRING:base, base) = no
201 is_a( STRING:base, base, true) = yes
207 is_a( STRING:undefB, base,true) = no
208 is_a( STRING:undefB, base) = no
214 is_a( OBJECT:base, derived_a) = no
215 is_a( STRING:base, derived_a) = no
216 is_a( STRING:base, derived_a, true) = no
222 is_a( STRING:undefB, derived_a,true) = no
223 is_a( STRING:undefB, derived_a) = no
229 is_a( OBJECT:base, if_a) = no
230 is_a( STRING:base, if_a) = no
231 is_a( STRING:base, if_a, true) = no
237 is_a( STRING:undefB, if_a,true) = no
238 is_a( STRING:undefB, if_a) = no
244 is_a( OBJECT:base, undefA) = no
245 is_a( STRING:base, undefA) = no
246 is_a( STRING:base, undefA, true) = no
252 is_a( STRING:undefB, undefA,true) = no
253 is_a( STRING:undefB, undefA) = no
260 is_a( OBJECT:derived_a, base) = yes
261 is_a( STRING:derived_a, base) = no
262 is_a( STRING:derived_a, base, true) = yes
268 is_a( STRING:undefB, base,true) = no
269 is_a( STRING:undefB, base) = no
275 is_a( OBJECT:derived_a, derived_a) = yes
276 is_a( STRING:derived_a, derived_a) = no
277 is_a( STRING:derived_a, derived_a, true) = yes
283 is_a( STRING:undefB, derived_a,true) = no
284 is_a( STRING:undefB, derived_a) = no
290 is_a( OBJECT:derived_a, if_a) = yes
291 is_a( STRING:derived_a, if_a) = no
292 is_a( STRING:derived_a, if_a, true) = yes
298 is_a( STRING:undefB, if_a,true) = no
299 is_a( STRING:undefB, if_a) = no
305 is_a( OBJECT:derived_a, undefA) = no
306 is_a( STRING:derived_a, undefA) = no
307 is_a( STRING:derived_a, undefA, true) = no
313 is_a( STRING:undefB, undefA,true) = no
314 is_a( STRING:undefB, undefA) = no
321 is_a( OBJECT:derived_b, base) = yes
322 is_a( STRING:derived_b, base) = no
323 is_a( STRING:derived_b, base, true) = yes
329 is_a( STRING:undefB, base,true) = no
330 is_a( STRING:undefB, base) = no
336 is_a( OBJECT:derived_b, derived_a) = no
337 is_a( STRING:derived_b, derived_a) = no
338 is_a( STRING:derived_b, derived_a, true) = no
344 is_a( STRING:undefB, derived_a,true) = no
345 is_a( STRING:undefB, derived_a) = no
351 is_a( OBJECT:derived_b, if_a) = yes
352 is_a( STRING:derived_b, if_a) = no
353 is_a( STRING:derived_b, if_a, true) = yes
359 is_a( STRING:undefB, if_a,true) = no
360 is_a( STRING:undefB, if_a) = no
366 is_a( OBJECT:derived_b, undefA) = no
367 is_a( STRING:derived_b, undefA) = no
368 is_a( STRING:derived_b, undefA, true) = no
374 is_a( STRING:undefB, undefA,true) = no
375 is_a( STRING:undefB, undefA) = no