Community
Participate
Working Groups
Build Identifier: 20100617-1415 Eclipse doesn't complain about inexistent Classes or include files. Original forum post: http://www.eclipse.org/forums/index.php?t=msg&th=201834&start=0&S=ba6e260cdf352dac1687d87e806f5876 Reproducible: Always Steps to Reproduce: 1. Add a new php file to your prject. 2. Type: require_once 'some_inexistent_file.php'; 3. Type: $instance= new SomeInexistentClass(); 4. Open the problems view.
PDT only has the syntax validation. I think what mentioned should be a Runtime error. We don't actually run the scripts only parse them.
I see, so this ticket should be an enhancement proposal actually. (In reply to comment #1) > PDT only has the syntax validation. > I think what mentioned should be a Runtime error. > We don't actually run the scripts only parse them.
PDT already have type validation. include/require validation isn't planned, it was replaced by class loaders.