zend_read_property 49 Zend/zend_exceptions.c previous = zend_read_property(default_exception_ce, exception, "previous", sizeof("previous")-1, 1 TSRMLS_CC); zend_read_property 269 Zend/zend_exceptions.c value = zend_read_property(default_exception_ce, object, name, name_len, 0 TSRMLS_CC); zend_read_property 538 Zend/zend_exceptions.c trace = zend_read_property(default_exception_ce, getThis(), "trace", sizeof("trace")-1, 1 TSRMLS_CC); zend_read_property 559 Zend/zend_exceptions.c previous = zend_read_property(default_exception_ce, getThis(), "previous", sizeof("previous")-1, 1 TSRMLS_CC); zend_read_property 635 Zend/zend_exceptions.c exception = zend_read_property(default_exception_ce, exception, "previous", sizeof("previous")-1, 0 TSRMLS_CC); zend_read_property 818 Zend/zend_exceptions.c file = zend_read_property(default_exception_ce, EG(exception), "file", sizeof("file")-1, 1 TSRMLS_CC); zend_read_property 819 Zend/zend_exceptions.c line = zend_read_property(default_exception_ce, EG(exception), "line", sizeof("line")-1, 1 TSRMLS_CC); zend_read_property 831 Zend/zend_exceptions.c str = zend_read_property(default_exception_ce, exception, "string", sizeof("string")-1, 1 TSRMLS_CC); zend_read_property 832 Zend/zend_exceptions.c file = zend_read_property(default_exception_ce, exception, "file", sizeof("file")-1, 1 TSRMLS_CC); zend_read_property 833 Zend/zend_exceptions.c line = zend_read_property(default_exception_ce, exception, "line", sizeof("line")-1, 1 TSRMLS_CC); zend_read_property 290 ext/com_dotnet/com_wrapper.c retval = zend_read_property(Z_OBJCE_P(disp->object), disp->object, Z_STRVAL_PP(name), Z_STRLEN_PP(name)+1, 1 TSRMLS_CC); zend_read_property 79 ext/curl/curl_file.c res = zend_read_property(curl_CURLFile_class, getThis(), name, strlen(name), 1 TSRMLS_CC); zend_read_property 2567 ext/curl/interface.c prop = zend_read_property(curl_CURLFile_class, *current, "name", sizeof("name")-1, 0 TSRMLS_CC); zend_read_property 2578 ext/curl/interface.c prop = zend_read_property(curl_CURLFile_class, *current, "mime", sizeof("mime")-1, 0 TSRMLS_CC); zend_read_property 2582 ext/curl/interface.c prop = zend_read_property(curl_CURLFile_class, *current, "postname", sizeof("postname")-1, 0 TSRMLS_CC); zend_read_property 5002 ext/reflection/php_reflection.c member_p = zend_read_property(ref->ce, object, prop_name, strlen(prop_name), 1 TSRMLS_CC); zend_read_property 909 ext/soap/soap.c faultcode = zend_read_property(soap_fault_class_entry, this_ptr, "faultcode", sizeof("faultcode")-1, 1 TSRMLS_CC); zend_read_property 910 ext/soap/soap.c faultstring = zend_read_property(soap_fault_class_entry, this_ptr, "faultstring", sizeof("faultstring")-1, 1 TSRMLS_CC); zend_read_property 911 ext/soap/soap.c file = zend_read_property(soap_fault_class_entry, this_ptr, "file", sizeof("file")-1, 1 TSRMLS_CC); zend_read_property 912 ext/soap/soap.c line = zend_read_property(soap_fault_class_entry, this_ptr, "line", sizeof("line")-1, 1 TSRMLS_CC); zend_read_property 2032 ext/spl/spl_iterators.c replacement = zend_read_property(intern->std.ce, getThis(), "replacement", sizeof("replacement")-1, 1 TSRMLS_CC); zend_read_property 1132 sapi/cli/php_cli.c zval *msg = zend_read_property(zend_exception_get_default(TSRMLS_C), EG(exception), "message", sizeof("message")-1, 0 TSRMLS_CC);