Home
last modified time | relevance | path

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

12345

/PHP-7.4/
H A DNEWS971 . Fixed bug #79413 (session_create_id() fails for active sessions). (cmb)
/PHP-7.4/Zend/tests/
H A Dbug45186.phpt54 …er 1 to be a valid callback, cannot access self:: when no class scope is active in %sbug45186.php …
H A Dbug45186_2.phpt50 …er 1 to be a valid callback, cannot access self:: when no class scope is active in %sbug45186_2.ph…
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 Dclass_name_as_scalar_error_005.phpt10 Fatal error: Uncaught Error: Cannot use "static" when no class scope is active in %s:3
H A Dclass_name_as_scalar_error_006.phpt10 Fatal error: Uncaught Error: Cannot use "parent" when no class scope is active in %s:3
H A Dclass_name_as_scalar_error_007.phpt2 Cannot access self::class when no class scope is active
19 Cannot use "self" when no class scope is active
20 Cannot use "self" when no class scope is active
H A Dclosure_017.phpt2 Closure 017: Trying to destroy an active lambda function
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 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-7.4/Zend/tests/return_types/
H A D024.phpt8 Fatal error: Cannot use "self" when no class scope is active in %s on line 3
H A D026.phpt8 Fatal error: Cannot use "parent" when no class scope is active in %s on line %d
/PHP-7.4/Zend/
H A Dzend.c711 executor_globals->active = 0; in executor_globals_ctor()
H A Dzend_execute_API.c191 EG(active) = 1; in init_executor()
275 EG(active) = 0; in shutdown_executor()
660 if (!EG(active)) { in zend_call_function()
H A Dzend_globals.h219 zend_bool active; member
H A Dzend_signal.c96 if (EXPECTED(SIGG(active))) { in zend_signal_handler_defer()
156 if (EXPECTED(SIGG(active))) { in zend_signal_handler_unblock()
330 SIGG(active) = 1; in zend_signal_activate()
358 *((volatile int *) &SIGG(active)) = 0; in zend_signal_deactivate()
H A Dzend_signal.h58 int active; /* internal signal handling is enabled */ member
/PHP-7.4/build/
H A Dlibtool.m4108 # metacharacters that are still active within double-quoted strings.
/PHP-7.4/docs/
H A Dmailinglist-rules.md60 2. Consider taking a step back from a very active thread now and then. Maybe
/PHP-7.4/ext/curl/tests/
H A Dbug48203_multi.phpt41 $active = 0;
43 curl_multi_exec($mh, $active);
44 } while ($active > 0);
H A Dbug71523.phpt23 curl_multi_exec($mh, $active);
24 } while ($active);
H A Dbug76675.phpt35 $active = null;
37 $status = curl_multi_exec($mh, $active);

Completed in 95 milliseconds

12345