Home
last modified time | relevance | path

Searched refs:properties (Results 51 – 75 of 234) sorted by relevance

12345678910

/PHP-5.5/tests/classes/
H A Dinterface_member.phpt2 ZE2 An interface cannot have properties
H A Dstatic_properties_001.phpt2 ZE2 Initializing static properties to arrays
/PHP-5.5/Zend/tests/
H A Dbug52484.phpt2 Bug #52484 (__set() ignores setting properties with empty names)
H A Dbug52484_2.phpt2 Bug #52484.2 (__set() ignores setting properties with empty names)
H A Dbug52484_3.phpt2 Bug #52484.3 (__set() ignores setting properties with empty names)
H A Derrmsg_038.phpt2 errmsg: properties cannot be final
H A Dbug64821.2.phpt2 Bug #64821 Custom Exceptions crash when internal properties overridden (variation 2)
H A Dobjects_019.phpt2 Testing references of dynamic properties
H A Dbug64821.3.phpt2 Bug #64821 Custom Exceptions crash when internal properties overridden (variation 3)
H A Dbug41929.phpt2 Bug #41929 (Foreach on object does not iterate over all visible properties)
H A Dbug30451.phpt2 Bug #30451 (static properties permissions broken)
H A Dbug64821.1.phpt2 Bug #64821 Custom Exceptions crash when internal properties overridden (variation 1)
H A Dexception_009.phpt2 Testing exception properties
/PHP-5.5/ext/reflection/tests/
H A D006.phpt6 /* ReflectionClass cannot touch protected or private static properties */
8 /* ReflectionClass cannot create or delete static properties */
H A D017.phpt21 - Static properties [0] {
H A Dbug38942.phpt20 - Static properties [0] {
H A Dbug39001.phpt2 Bug #39001 (ReflectionProperty returns incorrect declaring class for protected properties)
H A Dbug40794.phpt2 Bug #40794 (ReflectionObject::getValues() may crash when used with dynamic properties)
/PHP-5.5/sapi/cli/tests/
H A D005.phpt29 - Static properties [0] {
48 - Static properties [0] {
/PHP-5.5/Zend/
H A Dzend.c355 HashTable *properties = NULL; in zend_print_flat_zval_r() local
371 properties = Z_OBJPROP_P(expr); in zend_print_flat_zval_r()
373 if (properties) { in zend_print_flat_zval_r()
374 if (++properties->nApplyCount>1) { in zend_print_flat_zval_r()
376 properties->nApplyCount--; in zend_print_flat_zval_r()
380 properties->nApplyCount--; in zend_print_flat_zval_r()
413 HashTable *properties; in zend_print_zval_r_ex() local
435 properties->nApplyCount--; in zend_print_zval_r_ex()
439 properties->nApplyCount--; in zend_print_zval_r_ex()
441 zend_hash_destroy(properties); in zend_print_zval_r_ex()
[all …]
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_object_vars_variation_001.phpt6 * Description: Returns an array of object properties
/PHP-5.5/ext/xmlreader/tests/
H A Dbug36743.phpt2 Bug #36743 (In a class extending XMLReader array properties are not writable)
/PHP-5.5/ext/mysqli/tests/
H A D073.phpt2 mysqli_driver properties
H A Dbug31141.phpt2 Bug #31141 (properties declared in the class extending MySQLi are not available)
/PHP-5.5/ext/standard/tests/strings/
H A Dbug26817.phpt2 Bug #26817 (http_build_query() did not handle private & protected object properties)

Completed in 38 milliseconds

12345678910