read_property    4009 Zend/zend_API.c 	if (!Z_OBJ_HT_P(object)->read_property) {
read_property    4014 Zend/zend_API.c 	value = Z_OBJ_HT_P(object)->read_property(object, &property, silent?BP_VAR_IS:BP_VAR_R, NULL, rv);
read_property     533 Zend/zend_closures.c 	closure_handlers.read_property = zend_closure_read_property;
read_property    1356 Zend/zend_execute.c 	if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property    1363 Zend/zend_execute.c 		z = Z_OBJ_HT(obj)->read_property(&obj, property, BP_VAR_R, cache_slot, &rv);
read_property    1403 Zend/zend_execute.c 	if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property    1408 Zend/zend_execute.c 		z = Z_OBJ_HT(obj)->read_property(&obj, property, BP_VAR_R, cache_slot, &rv);
read_property    1452 Zend/zend_execute.c 	if (EXPECTED(Z_OBJ_HT(obj)->read_property)) {
read_property    1453 Zend/zend_execute.c 		z = Z_OBJ_HT(obj)->read_property(&obj, property, BP_VAR_R, cache_slot, &rv);
read_property    1973 Zend/zend_execute.c 			if (EXPECTED(Z_OBJ_HT_P(container)->read_property)) {
read_property    1974 Zend/zend_execute.c 				ptr = Z_OBJ_HT_P(container)->read_property(container, prop_ptr, type, cache_slot, result);
read_property    1987 Zend/zend_execute.c 	} else if (EXPECTED(Z_OBJ_HT_P(container)->read_property)) {
read_property    1988 Zend/zend_execute.c 		zval *ptr = Z_OBJ_HT_P(container)->read_property(container, prop_ptr, type, cache_slot, result);
read_property     132 Zend/zend_object_handlers.h 	zend_object_read_property_t				read_property;
read_property    1851 Zend/zend_vm_def.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    1856 Zend/zend_vm_def.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    1985 Zend/zend_vm_def.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    1990 Zend/zend_vm_def.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    5246 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    5251 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    5318 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    5323 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    9036 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    9041 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    9108 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    9113 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    10856 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    10861 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    10929 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    10934 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    12758 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    12763 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    14031 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    14036 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    14544 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    14549 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    17213 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    17218 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    20417 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    20422 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    22080 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    22085 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    23478 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    23483 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    23611 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    23616 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    25893 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    25898 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    26026 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    26031 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    27383 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    27388 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    27517 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    27522 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    31431 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    31436 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    31564 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    31569 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    36501 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    36506 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    36634 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    36639 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    39165 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    39170 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    39299 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    39304 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    41700 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    41705 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    43892 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    43897 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    45037 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
read_property    45042 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
read_property    2053 ext/date/php_date.c 	date_object_handlers_interval.read_property = date_interval_read_property;
read_property    2072 ext/date/php_date.c 	date_object_handlers_period.read_property = date_period_read_property;
read_property    3985 ext/date/php_date.c 		retval = (zend_get_std_object_handlers())->read_property(object, member, type, cache_slot, rv);
read_property    4007 ext/date/php_date.c 		retval = (zend_get_std_object_handlers())->read_property(object, member, type, cache_slot, rv);
read_property    5035 ext/date/php_date.c 	zv = std_object_handlers.read_property(object, member, type, cache_slot, rv);
read_property     352 ext/dom/php_dom.c 		retval = std_hnd->read_property(object, member, type, cache_slot, rv);
read_property     602 ext/dom/php_dom.c 	dom_object_handlers.read_property = dom_read_property;
read_property     258 ext/intl/transliterator/transliterator_class.c 		retval = std_object_handlers.read_property( object, member, type, cache_slot, rv );
read_property     358 ext/intl/transliterator/transliterator_class.c 	Transliterator_handlers.read_property = Transliterator_read_property;
read_property     325 ext/mysqli/mysqli.c 		retval = std_hnd->read_property(object, member, type, cache_slot, rv);
read_property     581 ext/mysqli/mysqli.c 	mysqli_object_handlers.read_property = mysqli_read_property;
read_property    2514 ext/pdo/pdo_stmt.c 				return std_object_handlers.read_property(&zobj, member, type, cache_slot, rv);
read_property    1988 ext/snmp/snmp.c 		retval = std_hnd->read_property(object, member, type, cache_slot, rv);
read_property    2360 ext/snmp/snmp.c 	php_snmp_object_handlers.read_property = php_snmp_read_property;
read_property    1186 ext/soap/php_encoding.c 		data = Z_OBJ_HT_P(object)->read_property(object, &member, BP_VAR_IS, NULL, rv);
read_property     861 ext/spl/spl_array.c 	return std_object_handlers.read_property(object, member, type, cache_slot, rv);
read_property    1942 ext/spl/spl_array.c 	spl_handler_ArrayObject.read_property = spl_array_read_property;
read_property     122 ext/standard/incomplete_class.c 	php_incomplete_object_handlers.read_property = incomplete_class_get_property;
read_property     180 ext/xmlreader/php_xmlreader.c 		retval = std_hnd->read_property(object, member, type, cache_slot, rv);
read_property    1312 ext/xmlreader/php_xmlreader.c 	xmlreader_object_handlers.read_property = xmlreader_read_property;
read_property     442 ext/xsl/xsltprocessor.c 	cloneDocu = std_hnd->read_property(id, &member, BP_VAR_IS, NULL, &rv);
read_property     541 ext/xsl/xsltprocessor.c 	doXInclude = std_hnd->read_property(id, &member, BP_VAR_IS, NULL, &rv);
read_property     902 ext/zip/php_zip.c 		retval = std_hnd->read_property(object, member, type, cache_slot, rv);
read_property    3018 ext/zip/php_zip.c 	zip_object_handlers.read_property	= php_zip_read_property;