Home
last modified time | relevance | path

Searched refs:active (Results 1 – 25 of 137) sorted by path

123456

/php-src/
H A DNEWS109 anonymous function inside a class with an active mysqli connection).
/php-src/Zend/tests/attributes/
H A D032_attribute_validation_scope.phpt9 Fatal error: Cannot access "parent" when no class scope is active in %s on line %d
/php-src/Zend/tests/
H A Dbug45186.phpt61 …rgument #1 ($callback) must be a valid callback, cannot access "self" when no class scope is active
H A Dbug45186_2.phpt60 …rgument #1 ($callback) must be a valid callback, cannot access "self" when no class scope is active
H A Dbug51827.phpt19 … Uncaught ArgumentCountError: explode() expects at least 2 arguments, 0 given in [no active file]:0
23 thrown in [no active file] on line 0
H A Dbug70918.phpt42 string(52) "Cannot access "static" when no class scope is active"
43 string(52) "Cannot access "parent" when no class scope is active"
44 string(50) "Cannot access "self" when no class scope is active"
45 string(52) "Cannot access "static" when no class scope is active"
46 string(52) "Cannot access "static" when no class scope is active"
47 string(52) "Cannot access "static" when no class scope is active"
H A Dbug71221.phpt8 Fatal error: Uncaught Error: Cannot call get_defined_vars() dynamically in [no active file]:0
12 thrown in [no active file] on line 0
H A Dclass_name_as_scalar_error_007.phpt2 Cannot access self::class when no class scope is active
H A Dclosure_017.phpt2 Closure 017: Trying to destroy an active lambda function
H A Ddeprecation_to_exception_during_inheritance.phpt5 if (getenv('SKIP_PRELOAD')) die('skip Error handler not active during preloading');
H A Dexception_009.phpt28 …or: Uncaught Error: Object of class stdClass could not be converted to string in [no active file]:0
32 thrown in [no active file] on line 0
H A Drecord_errors_001.phpt5 if (getenv('SKIP_PRELOAD')) die('skip Error handler not active during preloading');
H A Dself_class_const_in_unknown_scope.phpt23 Fatal error: Uncaught Error: Cannot use "self" when no class scope is active in %s:%d
H A Dself_class_const_outside_class.phpt10 Fatal error: Cannot use "self" when no class scope is active in %s on line %d
H A Dself_instanceof_outside_class.phpt17 Cannot access "self" when no class scope is active
H A Dself_method_or_prop_outside_class.phpt33 Cannot access "self" when no class scope is active
34 Cannot access "self" when no class scope is active
35 Cannot access "self" when no class scope is active
36 Cannot access "self" when no class scope is active
/php-src/Zend/tests/constexpr/
H A Dnew_self_parent.phpt38 Cannot access "self" when no class scope is active
/php-src/Zend/tests/fibers/
H A Dfatal-error-with-multiple-fibers.phpt2 Fatal error in a fiber with other active fibers
/php-src/Zend/tests/return_types/
H A D024.phpt9 Fatal error: Cannot use "self" when no class scope is active in %s on line 3
H A D026.phpt9 Fatal error: Cannot use "parent" when no class scope is active in %s on line %d
/php-src/Zend/tests/type_declarations/
H A Dstatic_type_outside_class.phpt10 Fatal error: Cannot use "static" when no class scope is active in %s on line %d
/php-src/Zend/
H A Dzend.c802 executor_globals->active = 0; in executor_globals_ctor()
H A Dzend_API.c2888 …if (EG(active)) { // at run-time: this ought to only happen if registered with dl() or somehow tem… in zend_register_functions()
H A Dzend_builtin_functions.c147 add_assoc_bool_ex(return_value, "running", sizeof("running")-1, status.active); in ZEND_FUNCTION()
H A Dzend_enum.c421 if (EG(active)) { // at run-time in zend_enum_register_func()

Completed in 64 milliseconds

123456