Home
last modified time | relevance | path

Searched refs:properties (Results 251 – 275 of 334) sorted by relevance

1...<<11121314

/PHP-7.4/Zend/tests/
H A Dexception_013.phpt2 Exceptions on improper access to static class properties
H A Dbug33512.phpt2 Bug #33512 (unset() overloaded properties doesn't work)
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug30799.phpt2 Bug #30799 (SoapServer doesn't handle private or protected properties)
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug72663.phpt24 // Unserialize object with error in properties
H A Dtyped_property_refs.phpt2 unserialize with references to typed properties shall skip the references or fail
/PHP-7.4/Zend/
H A Dzend_builtin_functions.c1184 HashTable *properties; in ZEND_FUNCTION() local
1193 properties = Z_OBJ_HT_P(obj)->get_properties(obj); in ZEND_FUNCTION()
1194 if (properties == NULL) { in ZEND_FUNCTION()
1200 …if (!zobj->ce->default_properties_count && properties == zobj->properties && !GC_IS_RECURSIVE(prop… in ZEND_FUNCTION()
1205 RETURN_ARR(zend_proptable_to_symtable(properties, 1)); in ZEND_FUNCTION()
1255 HashTable *properties; in ZEND_FUNCTION() local
1261 properties = Z_OBJ_HT_P(obj)->get_properties(obj); in ZEND_FUNCTION()
1262 if (!properties) { in ZEND_FUNCTION()
1267 properties = zend_proptable_to_symtable(properties, in ZEND_FUNCTION()
1270 GC_IS_RECURSIVE(properties))); in ZEND_FUNCTION()
[all …]
/PHP-7.4/ext/spl/tests/
H A Darray_013.phpt79 Fatal error: Uncaught Error: Cannot append properties to objects, use ArrayIterator::offsetSet() in…
/PHP-7.4/ext/standard/tests/array/
H A Dsizeof_object1.phpt7 * it will return the properties of an object.
H A Dnatcasesort_object2.phpt11 * Pass natcasesort() an array of objects which have properties of different
/PHP-7.4/ext/dom/
H A Dnamednodemap.c106 curnode = nodep->properties; in dom_namednodemap_length_read()
243 curnode = (xmlNodePtr)nodep->properties; in PHP_FUNCTION()
H A Ddocumentfragment.c86 prop = tree->properties; in php_dom_xmlSetTreeDoc()
/PHP-7.4/tests/classes/
H A Dctor_dtor_inheritance.phpt8 // - base classes know about derived properties in constructor/destructor
H A Dproperty_recreate_protected.phpt2 Unsetting and recreating protected properties.
H A Dstatic_properties_003.phpt2 Attempting to access static properties using instance property syntax
/PHP-7.4/ext/dom/tests/
H A DDOMDocumentType_basic_001.phpt2 DOMDocumentType: basic access to all properties.
/PHP-7.4/ext/libxml/
H A Dphp_libxml.h81 HashTable *properties; member
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_magic_set.phpt46 // Check that inherited properties work correctly
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_variation6.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_variation8.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_variation4.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
/PHP-7.4/ext/soap/
H A Dphp_packet_soap.c81 attr = env->properties; in parse_packet_soap()
129 attr = body->properties; in parse_packet_soap()
157 attr = head->properties; in parse_packet_soap()
H A Dphp_xml.c283 attr = get_attribute_ex(node->properties, attribute, attr_ns); in get_node_with_attribute_ex()
296 xmlAttrPtr attr = get_attribute_ex(node->properties, attribute, attr_ns); in get_node_with_attribute_recursive_ex()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c282 attr = node ? node->properties : NULL; in sxe_prop_dim_read()
505 attr = node->properties; in sxe_prop_dim_write()
1142 } else if (sxe->properties) { in sxe_get_prop_hash()
1143 zend_hash_clean(sxe->properties); in sxe_get_prop_hash()
1144 rv = sxe->properties; in sxe_get_prop_hash()
1147 sxe->properties = rv; in sxe_get_prop_hash()
1258 return sxe->properties; in sxe_get_gc()
1532 attr = node->properties; in sxe_add_namespaces()
2106 if (sxe->properties) { in sxe_object_free_storage()
2107 zend_hash_destroy(sxe->properties); in sxe_object_free_storage()
[all …]
/PHP-7.4/ext/standard/tests/image/
H A Diptcembed_002.phpt46 #check jpeg properties
76 #check jpeg properties for new image with iptc tags
/PHP-7.4/ext/standard/tests/class_object/
H A Dget_object_vars_basic_001.phpt6 * Description: Returns an array of object properties

Completed in 47 milliseconds

1...<<11121314