Home
last modified time | relevance | path

Searched refs:properties (Results 151 – 175 of 234) sorted by relevance

12345678910

/PHP-5.5/tests/classes/
H A Dctor_dtor_inheritance.phpt10 // - base classes know about derived properties in constructor/destructor
H A Dstatic_properties_003.phpt2 Attempting to access static properties using instance property syntax
H A Dproperty_recreate_private.phpt2 Unsetting and recreating private properties.
/PHP-5.5/ext/soap/
H A Dphp_xml.c289 attr = get_attribute_ex(node->properties, attribute, attr_ns); in get_node_with_attribute_ex()
302 xmlAttrPtr attr = get_attribute_ex(node->properties, attribute, attr_ns); in get_node_with_attribute_recursive_ex()
H A Dphp_packet_soap.c82 attr = env->properties; in parse_packet_soap()
130 attr = body->properties; in parse_packet_soap()
158 attr = head->properties; in parse_packet_soap()
H A Dphp_encoding.c108 if (xml->properties) { \
109 null = get_attribute(xml->properties, "nil"); \
126 if (xml->properties) { \
127 null = get_attribute(xml->properties, "nil"); \
302 xmlAttrPtr attr = (*node_ptr)->properties; in soap_check_zval_ref()
2909 } else if (data->properties && get_attribute_ex(data->properties, "nil", XSI_NAMESPACE)) { in guess_zval_convert()
2939 if (get_attribute(data->properties, "arrayType") || in guess_zval_convert()
2940 get_attribute(data->properties, "itemType") || in guess_zval_convert()
2941 get_attribute(data->properties, "arraySize")) { in guess_zval_convert()
3417 if (data && data->properties) { in check_and_resolve_href()
[all …]
/PHP-5.5/ext/standard/tests/dir/
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
H A Ddir_basic.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_variation7.phpt22 * Description: Directory class with properties, handle and class and methods read, rewind and close
/PHP-5.5/ext/standard/tests/array/
H A Dsizeof_basic1.phpt7 * installed, it will return the properties of an object.
H A Dnatcasesort_object2.phpt11 * Pass natcasesort() an array of objects which have properties of different
H A Darray_key_exists_object2.phpt12 * Pass array_key_exists() an object with private and protected properties
H A Dsizeof_object2.phpt7 * it will return the properties of an object.
H A Dsizeof_basic2.phpt7 * installed, it will return the properties of an object.
H A Dsizeof_variation5.phpt7 * it will return the properties of an object.
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_object_vars_basic_001.phpt6 * Description: Returns an array of object properties
H A Dget_class_vars_variation1.phpt6 * Description: Returns an array of default properties of the class.
H A Dget_class_vars_variation2.phpt6 * Description: Returns an array of default properties of the class.
/PHP-5.5/ext/zip/tests/
H A Doo_properties.phpt2 ziparchive::properties isset()/empty() checks
/PHP-5.5/ext/dom/
H A Dcharacterdata.c237 if ((nodep->content == (xmlChar *) &(nodep->properties)) || in PHP_FUNCTION()
244 nodep->properties = NULL; in PHP_FUNCTION()
/PHP-5.5/ext/reflection/tests/
H A Dbug40431.phpt2 Bug #40431 (dynamic properties may cause crash in ReflectionProperty methods)
/PHP-5.5/ext/libxml/
H A Dlibxml.c156 if (object->properties) { in php_libxml_clear_object()
157 object->properties = NULL; in php_libxml_clear_object()
237 php_libxml_node_free_list((xmlNodePtr) node->properties TSRMLS_CC); in php_libxml_node_free_list()
252 php_libxml_node_free_list((xmlNodePtr) node->properties TSRMLS_CC); in php_libxml_node_free_list()
1305 php_libxml_node_free_list((xmlNodePtr) node->properties TSRMLS_CC); in php_libxml_node_free_resource()
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c332 pdbh->std.properties = NULL; in PHP_METHOD()
338 if (pdbh->std.properties) { in PHP_METHOD()
339 zend_hash_destroy(dbh->std.properties); in PHP_METHOD()
340 efree(dbh->std.properties); in PHP_METHOD()
348 pdbh->std.properties = dbh->std.properties; in PHP_METHOD()
1580 dbh->std.properties = NULL; in pdo_dbh_free_storage()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_warnings.phpt52 $properties = array_merge(get_object_vars($warning), get_class_vars(get_class($warning)));
53 if (!empty($properties))

Completed in 90 milliseconds

12345678910