Home
last modified time | relevance | path

Searched refs:properties (Results 126 – 150 of 234) sorted by relevance

12345678910

/PHP-5.5/ext/reflection/tests/
H A D002.phpt2 Reflection properties are read only
H A DReflectionClass_export_basic1.phpt29 - Static properties [0] {
H A Dbug33389.phpt33 - Static properties [0] {
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation5.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_error.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_variation6.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
/PHP-5.5/ext/standard/tests/array/
H A Dsizeof_variation3.phpt7 * it will return the properties of an object.
H A Dsizeof_error.phpt7 * it will return the properties of an object.
H A Dsizeof_object1.phpt15 * it will return the properties of an object.
/PHP-5.5/ext/oci8/tests/
H A Dreflection2.phpt20 - Static properties [0] {
192 - Static properties [0] {
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c526 attr = node->properties; in sxe_prop_dim_write()
1083 else if (sxe->properties) { in sxe_get_prop_hash()
1084 zend_hash_clean(sxe->properties); in sxe_get_prop_hash()
1085 rv = sxe->properties; in sxe_get_prop_hash()
1089 sxe->properties = rv; in sxe_get_prop_hash()
1204 return sxe->properties; in sxe_get_gc()
1459 attr = node->properties; in sxe_add_namespaces()
2067 if (sxe->zo.properties) { in sxe_object_free_storage()
2069 FREE_HASHTABLE(sxe->zo.properties); in sxe_object_free_storage()
2079 if (sxe->properties) { in sxe_object_free_storage()
[all …]
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_object_vars_error_001.phpt6 * Description: Returns an array of object properties
H A Dget_object_vars_basic_002.phpt6 * Description: Returns an array of object properties
H A Dget_class_vars_error.phpt6 * Description: Returns an array of default properties of the class.
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug30928.phpt2 Bug #30928 (When Using WSDL, SoapServer doesn't handle private or protected properties)
H A Dbug30799.phpt2 Bug #30799 (SoapServer doesn't handle private or protected properties)
/PHP-5.5/Zend/tests/traits/
H A Dproperty001.phpt2 Potentially conflicting properties should result in a strict notice. Property use is discorage for …
/PHP-5.5/ext/spl/tests/
H A Darray_013.phpt79 Catchable fatal error: ArrayIterator::append(): Cannot append properties to objects, use ArrayItera…
/PHP-5.5/ext/spl/
H A Dspl_array.c85 if (!intern->std.properties) { in spl_array_get_hash_table()
88 return intern->std.properties; in spl_array_get_hash_table()
93 if (!intern->std.properties) { in spl_array_get_hash_table()
96 return intern->std.properties; in spl_array_get_hash_table()
804 if (!intern->std.properties) { in spl_array_get_debug_info()
808 if (HASH_OF(intern->array) == intern->std.properties) { in spl_array_get_debug_info()
809 return intern->std.properties; in spl_array_get_debug_info()
920 !(ht1 == intern1->std.properties && ht2 == intern2->std.properties)) { in spl_array_compare_objects()
1716 if (!intern->std.properties) { in SPL_METHOD()
1719 Z_ARRVAL(members) = intern->std.properties; in SPL_METHOD()
[all …]
/PHP-5.5/ext/dom/
H A Dnamednodemap.c104 curnode = nodep->properties; in dom_namednodemap_length_read()
234 curnode = (xmlNodePtr)nodep->properties; in PHP_FUNCTION()
H A Ddocumentfragment.c96 prop = tree->properties; in php_dom_xmlSetTreeDoc()
/PHP-5.5/ext/libxml/
H A Dphp_libxml.h80 HashTable *properties; member
/PHP-5.5/ext/dom/tests/
H A DDOMDocumentType_basic_001.phpt2 DOMDocumentType: basic access to all properties.
/PHP-5.5/Zend/tests/
H A Dbug33512.phpt2 Bug #33512 (unset() overloaded properties doesn't work)
/PHP-5.5/tests/classes/
H A Dproperty_recreate_protected.phpt2 Unsetting and recreating protected properties.

Completed in 57 milliseconds

12345678910