Lines Matching refs:is_a

2 is_a and is_subclass_of behaviour (with and without autoload)
18 …echo str_pad('is_a( OBJECT:'.get_class($this).', '.$sub.') = ', 60) . (is_a($this, $sub) ? 'yes' :…
19 …echo str_pad('is_a( STRING:'.get_class($this).', '.$sub.') = ', 60). (is_a(get_class($this), $sub)…
20 …echo str_pad('is_a( STRING:'.get_class($this).', '.$sub.', true) = ', 60). (is_a(get_class($this),…
27 …echo str_pad('is_a( STRING:undefB, '.$sub.',true) = ', 60). (is_a('undefB', $sub, true) ? 'yes' :…
28 …echo str_pad('is_a( STRING:undefB, '.$sub.') = ', 60). (is_a('undefB', $sub) ? 'yes' : 'no')."\n";
86 is_a( OBJECT:base, base) = yes
87 is_a( STRING:base, base) = no
88 is_a( STRING:base, base, true) = yes
93 is_a( STRING:undefB, base,true) = no
94 is_a( STRING:undefB, base) = no
99 is_a( OBJECT:base, derived_a) = no
100 is_a( STRING:base, derived_a) = no
101 is_a( STRING:base, derived_a, true) = no
106 is_a( STRING:undefB, derived_a,true) = no
107 is_a( STRING:undefB, derived_a) = no
112 is_a( OBJECT:base, if_a) = no
113 is_a( STRING:base, if_a) = no
114 is_a( STRING:base, if_a, true) = no
119 is_a( STRING:undefB, if_a,true) = no
120 is_a( STRING:undefB, if_a) = no
125 is_a( OBJECT:base, undefA) = no
126 is_a( STRING:base, undefA) = no
127 is_a( STRING:base, undefA, true) = no
132 is_a( STRING:undefB, undefA,true) = no
133 is_a( STRING:undefB, undefA) = no
139 is_a( OBJECT:derived_a, base) = yes
140 is_a( STRING:derived_a, base) = no
141 is_a( STRING:derived_a, base, true) = yes
146 is_a( STRING:undefB, base,true) = no
147 is_a( STRING:undefB, base) = no
152 is_a( OBJECT:derived_a, derived_a) = yes
153 is_a( STRING:derived_a, derived_a) = no
154 is_a( STRING:derived_a, derived_a, true) = yes
159 is_a( STRING:undefB, derived_a,true) = no
160 is_a( STRING:undefB, derived_a) = no
165 is_a( OBJECT:derived_a, if_a) = yes
166 is_a( STRING:derived_a, if_a) = no
167 is_a( STRING:derived_a, if_a, true) = yes
172 is_a( STRING:undefB, if_a,true) = no
173 is_a( STRING:undefB, if_a) = no
178 is_a( OBJECT:derived_a, undefA) = no
179 is_a( STRING:derived_a, undefA) = no
180 is_a( STRING:derived_a, undefA, true) = no
185 is_a( STRING:undefB, undefA,true) = no
186 is_a( STRING:undefB, undefA) = no
194 is_a( OBJECT:base, base) = yes
195 is_a( STRING:base, base) = no
196 is_a( STRING:base, base, true) = yes
202 is_a( STRING:undefB, base,true) = no
203 is_a( STRING:undefB, base) = no
209 is_a( OBJECT:base, derived_a) = no
210 is_a( STRING:base, derived_a) = no
211 is_a( STRING:base, derived_a, true) = no
217 is_a( STRING:undefB, derived_a,true) = no
218 is_a( STRING:undefB, derived_a) = no
224 is_a( OBJECT:base, if_a) = no
225 is_a( STRING:base, if_a) = no
226 is_a( STRING:base, if_a, true) = no
232 is_a( STRING:undefB, if_a,true) = no
233 is_a( STRING:undefB, if_a) = no
239 is_a( OBJECT:base, undefA) = no
240 is_a( STRING:base, undefA) = no
241 is_a( STRING:base, undefA, true) = no
247 is_a( STRING:undefB, undefA,true) = no
248 is_a( STRING:undefB, undefA) = no
255 is_a( OBJECT:derived_a, base) = yes
256 is_a( STRING:derived_a, base) = no
257 is_a( STRING:derived_a, base, true) = yes
263 is_a( STRING:undefB, base,true) = no
264 is_a( STRING:undefB, base) = no
270 is_a( OBJECT:derived_a, derived_a) = yes
271 is_a( STRING:derived_a, derived_a) = no
272 is_a( STRING:derived_a, derived_a, true) = yes
278 is_a( STRING:undefB, derived_a,true) = no
279 is_a( STRING:undefB, derived_a) = no
285 is_a( OBJECT:derived_a, if_a) = yes
286 is_a( STRING:derived_a, if_a) = no
287 is_a( STRING:derived_a, if_a, true) = yes
293 is_a( STRING:undefB, if_a,true) = no
294 is_a( STRING:undefB, if_a) = no
300 is_a( OBJECT:derived_a, undefA) = no
301 is_a( STRING:derived_a, undefA) = no
302 is_a( STRING:derived_a, undefA, true) = no
308 is_a( STRING:undefB, undefA,true) = no
309 is_a( STRING:undefB, undefA) = no
316 is_a( OBJECT:derived_b, base) = yes
317 is_a( STRING:derived_b, base) = no
318 is_a( STRING:derived_b, base, true) = yes
324 is_a( STRING:undefB, base,true) = no
325 is_a( STRING:undefB, base) = no
331 is_a( OBJECT:derived_b, derived_a) = no
332 is_a( STRING:derived_b, derived_a) = no
333 is_a( STRING:derived_b, derived_a, true) = no
339 is_a( STRING:undefB, derived_a,true) = no
340 is_a( STRING:undefB, derived_a) = no
346 is_a( OBJECT:derived_b, if_a) = yes
347 is_a( STRING:derived_b, if_a) = no
348 is_a( STRING:derived_b, if_a, true) = yes
354 is_a( STRING:undefB, if_a,true) = no
355 is_a( STRING:undefB, if_a) = no
361 is_a( OBJECT:derived_b, undefA) = no
362 is_a( STRING:derived_b, undefA) = no
363 is_a( STRING:derived_b, undefA, true) = no
369 is_a( STRING:undefB, undefA,true) = no
370 is_a( STRING:undefB, undefA) = no