Changeset 567
- Timestamp:
- 06/23/08 16:33:00 (5 months ago)
- Files:
-
- trunk/rphp/runtime/var-test.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/rphp/runtime/var-test.cpp
r566 r567 8 8 #include "boost/variant.hpp" 9 9 #include <iostream> 10 #include <typeinfo> 10 11 11 12 // just a demo class, we'd also have php_object … … 129 130 //std::cout << result << std::endl; // output: 11 (i.e., length of "hello world") 130 131 132 // output is ugly, it also might not be available everywhere 133 std::cout << typeid( u ).name() << std::endl; 131 134 }
