Home
last modified time | relevance | path

Searched refs:properties (Results 1 – 25 of 234) sorted by last modified time

12345678910

/PHP-5.5/win32/
H A Dinstall.txt1550 ... to the global properties, or to the properties of the VirtualDomain
/PHP-5.5/tests/lang/
H A DforeachLoopObjects.003.phpt37 echo "\nAdding properties to an an object.\n";
51 echo "\nAdding properties to an an object, using &\$value.\n";
65 echo "\nRemoving properties from an object.\n";
75 echo "\nRemoving properties from an object, using &\$value.\n";
133 Adding properties to an an object.
183 Adding properties to an an object, using &$value.
233 Removing properties from an object.
242 Removing properties from an object, using &$value.
H A DforeachLoopObjects.005.phpt2 Foreach loop tests - removing properties before and after the current property during the loop.
14 echo "\nRemoving properties before the current element from an iterated object.\n";
29 echo "\nRemoving properties before the current element from an iterated object.\n";
47 Removing properties before the current element from an iterated object.
63 Removing properties before the current element from an iterated object.
/PHP-5.5/tests/classes/
H A Dproperty_recreate_private.phpt2 Unsetting and recreating private properties.
H A Dproperty_recreate_protected.phpt2 Unsetting and recreating protected properties.
H A Dstatic_properties_001.phpt2 ZE2 Initializing static properties to arrays
H A Dstatic_properties_003.phpt2 Attempting to access static properties using instance property syntax
H A Dstatic_properties_003_error1.phpt2 Attempting to access static properties using instance property syntax
H A Dstatic_properties_003_error2.phpt2 Attempting to access static properties using instance property syntax
H A Dstatic_properties_003_error3.phpt2 Attempting to access static properties using instance property syntax
H A Dstatic_properties_003_error4.phpt2 Attempting to access static properties using instance property syntax
H A Dstatic_properties_004.phpt2 Inherited static properties can be separated from their reference set.
9 echo "\nInherited static properties refer to the same value across classes:\n";
23 Inherited static properties refer to the same value across classes:
H A Dunset_properties.phpt2 Un-setting instance properties causes magic methods to be called when trying to access them from ou…
H A Dimplicit_instantiation_001.phpt2 Implicit object instantiation when accessing properties of non-object.
H A Dinterface_member.phpt2 ZE2 An interface cannot have properties
H A Dconstants_basic_003.phpt2 Ensure class properties and constants can be defined in terms of constants that are not known at co…
H A Dconstants_basic_004.phpt2 Test properties with array default values using class constants as keys and values.
32 // Should also include inherited properties from B.
35 echo "\nStatic properties:\n";
38 echo "\nInstance properties:\n";
46 Static properties:
68 Instance properties:
H A Dctor_dtor_inheritance.phpt10 // - base classes know about derived properties in constructor/destructor
/PHP-5.5/sapi/cli/tests/
H A D005.phpt29 - Static properties [0] {
48 - Static properties [0] {
/PHP-5.5/ext/zip/tests/
H A Doo_properties.phpt2 ziparchive::properties isset()/empty() checks
/PHP-5.5/ext/zip/
H A Dphp_zip.c1092 if (intern->zo.properties) { in php_zip_object_free_storage()
1093 zend_hash_destroy(intern->zo.properties); in php_zip_object_free_storage()
1094 FREE_HASHTABLE(intern->zo.properties); in php_zip_object_free_storage()
1122 ALLOC_HASHTABLE(intern->zo.properties); in php_zip_object_new()
1123 zend_hash_init(intern->zo.properties, 0, NULL, ZVAL_PTR_DTOR, 0); in php_zip_object_new()
/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/tidy/
H A Dtidy.c825 if (!obj->std.properties) { in tidy_doc_update_properties()
836 if (!obj->std.properties) { in tidy_doc_update_properties()
857 if (!obj->std.properties) { in tidy_add_default_properties()
865 ADD_PROPERTY_STRING(obj->std.properties, name, tidyNodeGetName(obj->node)); in tidy_add_default_properties()
866 ADD_PROPERTY_LONG(obj->std.properties, type, tidyNodeGetType(obj->node)); in tidy_add_default_properties()
867 ADD_PROPERTY_LONG(obj->std.properties, line, tidyNodeLine(obj->node)); in tidy_add_default_properties()
868 ADD_PROPERTY_LONG(obj->std.properties, column, tidyNodeColumn(obj->node)); in tidy_add_default_properties()
879 ADD_PROPERTY_LONG(obj->std.properties, id, tidyNodeGetId(obj->node)); in tidy_add_default_properties()
929 if (!obj->std.properties) { in tidy_add_default_properties()
932 ADD_PROPERTY_NULL(obj->std.properties, errorBuffer); in tidy_add_default_properties()
[all …]
/PHP-5.5/ext/standard/
H A Dvar_unserializer.re353 /* object properties should include no integers */
/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 44 milliseconds

12345678910