Searched refs:isDefault (Results 1 – 12 of 12) sorted by relevance
/PHP-7.0/ext/reflection/tests/ |
H A D | ReflectionProperty_isDefault_basic.phpt | 2 Test ReflectionProperty::isDefault() usage. 10 echo "isDefault():\n"; 11 var_dump($propInfo->isDefault()); 29 $propInfo->isDefault(1); 36 isDefault(): 43 isDefault(): 50 isDefault(): 57 isDefault(): 63 Warning: ReflectionProperty::isDefault() expects exactly 0 parameters, 1 given in %s on line %d
|
H A D | ReflectionParameter_isDefault.phpt | 2 ReflectionParameter::isDefault() 14 var_dump($prop1->isDefault()); 16 var_dump($prop2->isDefault()); 18 var_dump($ro->getProperty('defprop')->isDefault()); 19 var_dump($ro->getProperty('myprop')->isDefault()); 23 var_dump($prop1->isDefault()); 24 var_dump($prop2->isDefault());
|
H A D | ReflectionProperty_basic2.phpt | 2 Test usage of ReflectionProperty methods isDefault(), getModifiers(), getDeclaringClass() and getDo… 12 echo "isDefault():\n"; 13 var_dump($propInfo->isDefault()); 43 isDefault(): 59 isDefault(): 75 isDefault(): 93 isDefault():
|
H A D | bug46064.phpt | 15 var_dump($h->isDefault()); 41 var_dump($p->getValue($this), $p->isDefault(), $p->isPublic());
|
H A D | ReflectionProperty_error.phpt | 35 var_dump($rp->isDefault(1)); 61 Warning: ReflectionProperty::isDefault() expects exactly 0 parameters, 1 given in %s on line %d
|
H A D | bug46064_2.phpt | 31 var_dump($h->isDefault(), $h->isProtected(), $h->isPrivate(), $h->isPublic(), $h->isStatic());
|
/PHP-7.0/ext/mysqli/tests/ |
H A D | mysqli_class_mysqli_driver_reflection.phpt | 44 isDefault: yes 52 isDefault: yes 60 isDefault: yes 68 isDefault: yes 76 isDefault: yes 84 isDefault: yes
|
H A D | mysqli_class_mysqli_warning_reflection.phpt | 95 isDefault: yes 103 isDefault: yes 111 isDefault: yes
|
H A D | mysqli_class_mysqli_reflection.phpt | 1190 isDefault: yes 1198 isDefault: yes 1206 isDefault: yes 1214 isDefault: yes 1222 isDefault: yes 1230 isDefault: yes 1238 isDefault: yes 1246 isDefault: yes 1254 isDefault: yes 1262 isDefault: yes [all …]
|
H A D | mysqli_class_mysqli_result_reflection.phpt | 337 isDefault: yes 345 isDefault: yes 353 isDefault: yes 361 isDefault: yes 369 isDefault: yes
|
H A D | reflection_tools.inc | 68 printf("isDefault: %s\n", ($prop->isDefault()) ? 'yes' : 'no');
|
/PHP-7.0/ext/reflection/ |
H A D | php_reflection.c | 5356 ZEND_METHOD(reflection_property, isDefault) in ZEND_METHOD() argument 6424 ZEND_ME(reflection_property, isDefault, arginfo_reflection__void, 0)
|
Completed in 34 milliseconds