Home
last modified time | relevance | path

Searched refs:scope (Results 126 – 150 of 235) sorted by last modified time

12345678910

/php-src/sapi/phpdbg/
H A Dphpdbg_list.c195 zend_class_entry *scope = zend_get_executed_scope(); in phpdbg_list_function_byname() local
196 if (scope) { in phpdbg_list_function_byname()
200 func_table = &scope->function_table; in phpdbg_list_function_byname()
/php-src/ext/tokenizer/tests/
H A Dtoken_get_all_variation13.phpt9 * scope related :
/php-src/ext/tidy/tests/
H A D035.phpt10 Fatal error: Uncaught Error: Call to private tidyNode::__construct() from global scope in %s:%d
/php-src/ext/standard/tests/general_functions/
H A Dget_defined_vars_basic.phpt49 echo "\n-- Get variables at global scope --\n";
53 echo "TEST FAILED - Global variables missing at global scope\n";
64 -- Get variables at global scope --
/php-src/ext/standard/tests/class_object/
H A Dforward_static_call_002.phpt21 Fatal error: Uncaught Error: Cannot call forward_static_call() when no class scope is active in %s:…
H A Dget_class_methods_basic_002.phpt54 echo "Accessing D from global scope:\n";
64 Accessing D from global scope:
H A Dget_class_methods_basic_003.phpt30 echo "Accessing I from global scope:\n";
32 echo "Accessing C from global scope:\n";
38 Accessing I from global scope:
43 Accessing C from global scope:
H A Dget_object_vars_basic_001.phpt44 echo "\n---( Global scope: )---\n";
56 ---( Global scope: )---
/php-src/ext/standard/tests/array/
H A Dcompact_variation2.phpt2 …t compact() function: ensure compact() doesn't pick up variables declared outside of current scope.
5 echo "*** Testing compact() : usage variations - variables outside of current scope ***\n";
21 *** Testing compact() : usage variations - variables outside of current scope ***
H A Dextract_variation11.phpt2 …n - ensure EXTR_REFS works when array is referenced and keys clash with variables in current scope.
H A Dbug34982.phpt2 Bug #34982 (array_walk_recursive() modifies elements outside function scope)
/php-src/ext/spl/tests/
H A Dspl_autoload_called_scope.phpt2 SPL autoloader should not do anything magic with called scope
/php-src/ext/reflection/tests/
H A DReflectionProperty_constructor_variation1.phpt30 echo "--> Reflect inherited private from global scope:\n";
38 echo "\n\n--> Reflect inherited private from declaring scope:\n";
41 echo "\n\n--> Reflect inherited private from declaring scope via subclass:\n";
48 --> Reflect inherited private from global scope:
51 --> Reflect inherited private from declaring scope:
54 --> Reflect inherited private from declaring scope via subclass:
H A DReflectionReference_errors.phpt46 Call to private ReflectionReference::__construct() from global scope
H A Dbug38465.phpt20 echo "From global scope:\n";
50 From global scope:
H A Dbug66430.phpt2 Bug #66430: ReflectionFunction::invoke does not invoke closure with object scope
30 echo "scope cl of c(alpha.bravo): ", $reflectionC->getClosureScopeClass()->getName().PHP_EOL;
41 scope cl of c(alpha.bravo): Alpha
H A Dbug79683.phpt2 Bug #79683: Fake reflection scope affects __toString()
/php-src/ext/mysqli/tests/
H A Dbug38003.phpt20 Fatal error: Uncaught Error: Call to private DB::__construct() from global scope in %s
/php-src/ext/mbstring/libmbfl/
H A DLICENSE143 covered by this License; they are outside its scope. The act of
209 the scope of this License.
244 therefore falls outside the scope of this License.
/php-src/ext/intl/tests/
H A Dbreakiter___construct.phpt12 Fatal error: Uncaught Error: Call to private IntlBreakIterator::__construct() from global scope in …
/php-src/ext/hash/tests/
H A Dnew-context.phpt13 Exception: Call to private HashContext::__construct() from global scope
/php-src/ext/ffi/tests/
H A D302.phpt12 $ffi = FFI::scope("TEST_300");
H A D303.phpt12 $ffi = FFI::scope("TEST_300");
/php-src/ext/bcmath/libbcmath/
H A DLICENSE146 covered by this License; they are outside its scope. The act of
212 the scope of this License.
247 therefore falls outside the scope of this License.
/php-src/Zend/
H A Dzend_dtrace.c58 const char *scope, *filename, *funcname, *classname; in dtrace_execute_ex() local
59 scope = filename = funcname = classname = NULL; in dtrace_execute_ex()
69 classname = get_active_class_name(&scope); in dtrace_execute_ex()
78 …TRACE_FUNCTION_ENTRY((char *)funcname, (char *)filename, lineno, (char *)classname, (char *)scope); in dtrace_execute_ex()
84 …RACE_FUNCTION_RETURN((char *)funcname, (char *)filename, lineno, (char *)classname, (char *)scope); in dtrace_execute_ex()

Completed in 32 milliseconds

12345678910