Home
last modified time | relevance | path

Searched refs:used (Results 26 – 50 of 547) sorted by path

12345678910>>...22

/PHP-5.5/Zend/tests/
H A Dbug29505.phpt2 Bug #29505 (get_class_vars() severely broken when used with arrays)
H A Dbug33512.phpt33 // it's can't be used since this will encounter error
H A Dbug33771.phpt2 Bug #33771 (error_reporting falls to 0 when @ was used inside try/catch block)
H A Dbug34062.phpt2 Bug #34062 (Crash in catch block when many arguments are used)
H A Dbug34617.phpt2 Bug #34617 (zend_deactivate: objects_store used after zend_objects_store_destroy is called)
H A Dbug36214.phpt2 Bug #36214 (__get method works properly only when conditional operator is used)
H A Dbug40509.phpt2 Bug #40509 (key() function changed behaviour if global array is used within function)
H A Dbug42798.phpt2 Bug #42798 (_autoload() not triggered for classes used in method signature)
H A Dbug49269.phpt2 Bug #49269 (Ternary operator fails on Iterator object when used inside foreach declaration).
H A Dbug60099.phpt10 Fatal error: __HALT_COMPILER() can only be used from the outermost scope in %s on line %d
H A Dbug61087.phpt5 // the used file is actually irrelevant, so just use this file
H A Dbug63055.phpt13 $dummy = array("dummy"); /* used to trigger gc_collect_cycles */
H A Dbug67985.phpt2 Bug #67985 - Last used array index not copied to new array at assignment
H A Dclass_name_as_scalar_error_001.phpt13 Fatal error: static::class cannot be used for compile-time class name resolution in %s on line %d
H A Dclass_name_as_scalar_error_002.phpt13 Fatal error: parent::class cannot be used for compile-time class name resolution in %s on line %d
H A Dclass_name_as_scalar_error_003.phpt13 Fatal error: static::class cannot be used for compile-time class name resolution in %s on line %d
H A Dclass_name_as_scalar_error_004.phpt13 Fatal error: parent::class cannot be used for compile-time class name resolution in %s on line %d
H A Dfloat_prec_001.phpt2 Double precision is used for floating point calculations
/PHP-5.5/Zend/tests/constants/
H A Ddir-constant-eval.phpt2 __DIR__ constant used with eval()
/PHP-5.5/Zend/tests/generators/errors/
H A Dyield_in_force_closed_finally_error.phpt2 yield cannot be used in a finally block when the generator is force-closed
H A Dyield_outside_function_error.phpt2 Yield cannot be used outside of functions
10 Fatal error: The "yield" expression can only be used inside a function in %s on line %d
/PHP-5.5/Zend/tests/generators/
H A Dfunc_get_args.phpt2 func_get_args() can be used inside generator functions
H A Dnested_method_calls.phpt2 Yield can be used in nested method calls
H A Dunused_return_value.phpt2 There shouldn't be any leaks when the genertor's return value isn't used
8 gen('foo'); // return value not used
H A Dyield_during_method_call.phpt2 Yield can be used during a method call

Completed in 22 milliseconds

12345678910>>...22