object_and_properties_init  659 Zend/zend_operators.c 				object_and_properties_init(op, zend_standard_class_def, ht);
object_and_properties_init 1284 ext/mysqli/mysqli.c 		object_and_properties_init(return_value, ce, NULL);
object_and_properties_init 1521 ext/oci8/oci8_interface.c 		object_and_properties_init(return_value, ZEND_STANDARD_CLASS_DEF_PTR, Z_ARRVAL_P(return_value));
object_and_properties_init 1844 ext/odbc/php_odbc.c 		object_and_properties_init(return_value, ZEND_STANDARD_CLASS_DEF_PTR, Z_ARRVAL_P(return_value));
object_and_properties_init 2782 ext/pgsql/pgsql.c 		object_and_properties_init(return_value, ce, NULL);
object_and_properties_init 1386 ext/reflection/php_reflection.c 	if (object_and_properties_init(&reflector, ce_ptr, NULL) == FAILURE) {