Searched refs:setStaticPropertyValue (Results 1 – 6 of 6) sorted by relevance
/PHP-7.2/ext/reflection/tests/ |
H A D | ReflectionClass_setStaticPropertyValue_002.phpt | 14 var_dump($rc->setStaticPropertyValue("x", "default value", 'blah')); 19 var_dump($rc->setStaticPropertyValue()); 24 var_dump($rc->setStaticPropertyValue(null)); 29 var_dump($rc->setStaticPropertyValue(null,null)); 34 var_dump($rc->setStaticPropertyValue(1.5, 'def')); 39 var_dump($rc->setStaticPropertyValue(array(1,2,3), 'blah')); 47 Warning: ReflectionClass::setStaticPropertyValue() expects exactly 2 parameters, 3 given in %s on l… 50 Warning: ReflectionClass::setStaticPropertyValue() expects exactly 2 parameters, 0 given in %s on l… 53 Warning: ReflectionClass::setStaticPropertyValue() expects exactly 2 parameters, 1 given in %s on l… 58 Warning: ReflectionClass::setStaticPropertyValue() expects parameter 1 to be string, array given in…
|
H A D | ReflectionClass_setStaticPropertyValue_001.phpt | 2 ReflectionClass::setStaticPropertyValue() 22 $rcA->setStaticPropertyValue("\0A\0privateOverridden", "new value 1"); 23 $rcA->setStaticPropertyValue("\0*\0protectedOverridden", "new value 2"); 24 $rcA->setStaticPropertyValue("publicOverridden", "new value 3"); 29 $rcB->setStaticPropertyValue("\0A\0privateOverridden", "new value 4"); 30 $rcB->setStaticPropertyValue("\0B\0privateOverridden", "new value 5"); 31 $rcB->setStaticPropertyValue("\0*\0protectedOverridden", "new value 6"); 32 $rcB->setStaticPropertyValue("publicOverridden", "new value 7"); 38 var_dump($rcA->setStaticPropertyValue("protectedOverridden", "new value 8")); 45 var_dump($rcA->setStaticPropertyValue("privateOverridden", "new value 9")); [all …]
|
H A D | bug70982.phpt | 2 Bug #70982 (setStaticPropertyValue behaviors inconsistently with 5.6) 18 $rf->setStaticPropertyValue('abc', 'hi');
|
H A D | 006.phpt | 26 $ref->setStaticPropertyValue($name, 'updated'); 53 $ref->setStaticPropertyValue($name, 'updated'); 72 $ref->setStaticPropertyValue($name, 'updated');
|
H A D | ReflectionClass_toString_001.phpt | 312 Method [ <internal:Reflection> public method setStaticPropertyValue ] {
|
/PHP-7.2/ext/reflection/ |
H A D | php_reflection.c | 3916 ZEND_METHOD(reflection_class, setStaticPropertyValue) in ZEND_METHOD() argument 6501 …ZEND_ME(reflection_class, setStaticPropertyValue, arginfo_reflection_class_setStaticPropertyValue,…
|
Completed in 26 milliseconds