read_property    3922 Zend/zend_API.c 	if (!Z_OBJ_HT_P(object)->read_property) {
read_property    3932 Zend/zend_API.c 	value = Z_OBJ_HT_P(object)->read_property(object, property, silent?BP_VAR_IS:BP_VAR_R, 0 TSRMLS_CC);
read_property     445 Zend/zend_closures.c 	closure_handlers.read_property = zend_closure_read_property;
read_property    1430 Zend/zend_execute.c 			if (Z_OBJ_HT_P(container)->read_property &&
read_property    1431 Zend/zend_execute.c 				(ptr = Z_OBJ_HT_P(container)->read_property(container, prop_ptr, type, key TSRMLS_CC)) != NULL) {
read_property    1441 Zend/zend_execute.c 	} else if (Z_OBJ_HT_P(container)->read_property) {
read_property    1442 Zend/zend_execute.c 		zval *ptr = Z_OBJ_HT_P(container)->read_property(container, prop_ptr, type, key TSRMLS_CC);
read_property     125 Zend/zend_object_handlers.h 	zend_object_read_property_t				read_property;
read_property     377 Zend/zend_objects_API.c 	if (Z_OBJ_HT_P(probj->object) && Z_OBJ_HT_P(probj->object)->read_property) {
read_property     378 Zend/zend_objects_API.c 		return Z_OBJ_HT_P(probj->object)->read_property(probj->object, probj->property, BP_VAR_R, 0 TSRMLS_CC);
read_property     383 Zend/zend_vm_def.h 				if (Z_OBJ_HT_P(object)->read_property) {
read_property     384 Zend/zend_vm_def.h 					z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property     640 Zend/zend_vm_def.h 		if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property     644 Zend/zend_vm_def.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property     745 Zend/zend_vm_def.h 		if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property     749 Zend/zend_vm_def.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    1342 Zend/zend_vm_def.h 	    UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
read_property    1355 Zend/zend_vm_def.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    1465 Zend/zend_vm_def.h 	    UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
read_property    1477 Zend/zend_vm_def.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    14559 Zend/zend_vm_execute.h 				if (Z_OBJ_HT_P(object)->read_property) {
read_property    14560 Zend/zend_vm_execute.h 					z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    14815 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property    14819 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    14920 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property    14924 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    15309 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
read_property    15322 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    15432 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
read_property    15444 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    17072 Zend/zend_vm_execute.h 				if (Z_OBJ_HT_P(object)->read_property) {
read_property    17073 Zend/zend_vm_execute.h 					z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    17329 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property    17333 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    17434 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property    17438 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    17661 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
read_property    17674 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    17784 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
read_property    17796 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    19172 Zend/zend_vm_execute.h 				if (Z_OBJ_HT_P(object)->read_property) {
read_property    19173 Zend/zend_vm_execute.h 					z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    19429 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property    19433 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    19534 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property    19538 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    19923 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
read_property    19936 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    20046 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
read_property    20058 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    21378 Zend/zend_vm_execute.h 				if (Z_OBJ_HT_P(object)->read_property) {
read_property    21379 Zend/zend_vm_execute.h 					z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    22808 Zend/zend_vm_execute.h 				if (Z_OBJ_HT_P(object)->read_property) {
read_property    22809 Zend/zend_vm_execute.h 					z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    23064 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property    23068 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    23169 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property    23173 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    23396 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
read_property    23409 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    23519 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
read_property    23531 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    24770 Zend/zend_vm_execute.h 				if (Z_OBJ_HT_P(object)->read_property) {
read_property    24771 Zend/zend_vm_execute.h 					z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    25025 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property    25029 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    25130 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property    25134 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    25195 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
read_property    25208 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    25316 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
read_property    25328 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    26183 Zend/zend_vm_execute.h 				if (Z_OBJ_HT_P(object)->read_property) {
read_property    26184 Zend/zend_vm_execute.h 					z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    26439 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property    26443 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    26544 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property    26548 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    26609 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
read_property    26622 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    26730 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
read_property    26742 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    27505 Zend/zend_vm_execute.h 				if (Z_OBJ_HT_P(object)->read_property) {
read_property    27506 Zend/zend_vm_execute.h 					z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    27761 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property    27765 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    27866 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property    27870 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    27931 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
read_property    27944 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    28052 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
read_property    28064 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    28828 Zend/zend_vm_execute.h 				if (Z_OBJ_HT_P(object)->read_property) {
read_property    28829 Zend/zend_vm_execute.h 					z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    29259 Zend/zend_vm_execute.h 				if (Z_OBJ_HT_P(object)->read_property) {
read_property    29260 Zend/zend_vm_execute.h 					z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    29514 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property    29518 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    29619 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property    29623 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    29684 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
read_property    29697 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    29805 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
read_property    29817 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    32094 Zend/zend_vm_execute.h 				if (Z_OBJ_HT_P(object)->read_property) {
read_property    32095 Zend/zend_vm_execute.h 					z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    32349 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property    32353 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    32454 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property    32458 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    32842 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
read_property    32855 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    32963 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
read_property    32975 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    34378 Zend/zend_vm_execute.h 				if (Z_OBJ_HT_P(object)->read_property) {
read_property    34379 Zend/zend_vm_execute.h 					z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    34634 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property    34638 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    34739 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property    34743 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    34965 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
read_property    34978 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    35086 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
read_property    35098 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    36341 Zend/zend_vm_execute.h 				if (Z_OBJ_HT_P(object)->read_property) {
read_property    36342 Zend/zend_vm_execute.h 					z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    36597 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property    36601 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    36702 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property    36706 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    37090 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
read_property    37103 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    37211 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
read_property    37223 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    38409 Zend/zend_vm_execute.h 				if (Z_OBJ_HT_P(object)->read_property) {
read_property    38410 Zend/zend_vm_execute.h 					z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    39690 Zend/zend_vm_execute.h 				if (Z_OBJ_HT_P(object)->read_property) {
read_property    39691 Zend/zend_vm_execute.h 					z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    39945 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property    39949 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    40050 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
read_property    40054 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    40276 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
read_property    40289 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    40397 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
read_property    40409 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
read_property    2095 ext/date/php_date.c 	date_object_handlers_interval.read_property = date_interval_read_property;
read_property    2112 ext/date/php_date.c 	date_object_handlers_period.read_property = date_period_read_property;
read_property    4059 ext/date/php_date.c 		retval = (zend_get_std_object_handlers())->read_property(object, member, type, key TSRMLS_CC);
read_property    4081 ext/date/php_date.c 		retval = (zend_get_std_object_handlers())->read_property(object, member, type, key TSRMLS_CC);
read_property    5125 ext/date/php_date.c 	zv = std_object_handlers.read_property(object, member, type, key TSRMLS_CC);
read_property     376 ext/dom/php_dom.c 		retval = std_hnd->read_property(object, member, type, key TSRMLS_CC);
read_property     665 ext/dom/php_dom.c 	dom_object_handlers.read_property = dom_read_property;
read_property     300 ext/intl/transliterator/transliterator_class.c 		retval = std_object_handlers.read_property( object, member, type TSRMLS_CC );
read_property     302 ext/intl/transliterator/transliterator_class.c 		retval = std_object_handlers.read_property( object, member, type, key TSRMLS_CC );
read_property     408 ext/intl/transliterator/transliterator_class.c 	Transliterator_handlers.read_property = Transliterator_read_property;
read_property     353 ext/mysqli/mysqli.c 		retval = std_hnd->read_property(object, member, type, key TSRMLS_CC);
read_property     626 ext/mysqli/mysqli.c 	mysqli_object_handlers.read_property = mysqli_read_property;
read_property    2590 ext/pdo/pdo_stmt.c 				return std_object_handlers.read_property(object, member, type, key TSRMLS_CC);
read_property    2006 ext/snmp/snmp.c 		retval = std_hnd->read_property(object, member, type, key TSRMLS_CC);
read_property    2398 ext/snmp/snmp.c 	php_snmp_object_handlers.read_property = php_snmp_read_property;
read_property    1252 ext/soap/php_encoding.c 		data = Z_OBJ_HT_P(object)->read_property(object, &member, BP_VAR_IS, 0 TSRMLS_CC);
read_property     857 ext/spl/spl_array.c 	return std_object_handlers.read_property(object, member, type, key TSRMLS_CC);
read_property    1978 ext/spl/spl_array.c 	spl_handler_ArrayObject.read_property = spl_array_read_property;
read_property     125 ext/standard/incomplete_class.c 	php_incomplete_object_handlers.read_property = incomplete_class_get_property;
read_property     182 ext/xmlreader/php_xmlreader.c 		retval = std_hnd->read_property(object, member, type, key TSRMLS_CC);
read_property    1312 ext/xmlreader/php_xmlreader.c 	xmlreader_object_handlers.read_property = xmlreader_read_property;
read_property     452 ext/xsl/xsltprocessor.c 	cloneDocu = std_hnd->read_property(id, member, BP_VAR_IS, NULL TSRMLS_CC);
read_property     552 ext/xsl/xsltprocessor.c 	doXInclude = std_hnd->read_property(id, member, BP_VAR_IS, NULL TSRMLS_CC);
read_property     972 ext/zip/php_zip.c 		retval = std_hnd->read_property(object, member, type KEY_ARG_CC TSRMLS_CC);
read_property    3043 ext/zip/php_zip.c 	zip_object_handlers.read_property	= php_zip_read_property;