Searched refs:scope (Results 76 – 100 of 154) sorted by relevance
1234567
17 The symbol scopes available in Zend 1.0 are the global scope, the18 class scope and the function scope. All scopes but classes may20 functions, while only the global scope may contain constants and
2 get_class_vars(): Testing the scope
2 globals in local scope - 2
2 Closure 041: Rebinding: preservation of previous scope when not given as arg unless impossible6 /* It's impossible to preserve the previous scope when doing so would break7 * the invariants that, for non-static closures, having a scope is equivalent
26 Warning: func_get_arg(): Called from the global scope - no function context in %s on line %d
52 Warning: func_num_args(): Called from the global scope - no function context in %s on line %d
2 Closure 042: Binding an instance to a non-scoped non-static closures gives it a dummy scope
2 #69017 (Fail to push to the empty array with the constant value defined in class scope)
79 Warning: func_get_args(): Called from the global scope - no function context in %s on line %d
2 get_class_methods(): Testing scope
70 Example 3: Class constants and class scope87 /* Call the static function and move into the ErrorCodes scope */
54 time in the global scope (not inside function/class) and takes effect from 119 \foo(); // calls function "foo" defined in global scope126 new \B(); // creates object of class "B" defined in global scope140 // then calls method "foo" of class "B" from global scope151 // then calls method "foo" of class "A" from global scope
277 if (class_type->iterator_funcs.zf_rewind->common.scope != parent) { in spl_fixedarray_object_new_ex()280 if (class_type->iterator_funcs.zf_valid->common.scope != parent) { in spl_fixedarray_object_new_ex()283 if (class_type->iterator_funcs.zf_key->common.scope != parent) { in spl_fixedarray_object_new_ex()286 if (class_type->iterator_funcs.zf_current->common.scope != parent) { in spl_fixedarray_object_new_ex()289 if (class_type->iterator_funcs.zf_next->common.scope != parent) { in spl_fixedarray_object_new_ex()294 if (intern->fptr_offset_get->common.scope == parent) { in spl_fixedarray_object_new_ex()298 if (intern->fptr_offset_set->common.scope == parent) { in spl_fixedarray_object_new_ex()302 if (intern->fptr_offset_has->common.scope == parent) { in spl_fixedarray_object_new_ex()306 if (intern->fptr_offset_del->common.scope == parent) { in spl_fixedarray_object_new_ex()310 if (intern->fptr_count->common.scope == parent) { in spl_fixedarray_object_new_ex()
77 fcc.calling_scope = EG(scope); in spl_instantiate_arg_n()
6 * Description: Retrieves the parent class name for object or class or current scope.
60 echo "Accessing D from global scope:\n";70 Accessing D from global scope:
2 When __call() is invoked via ::, ensure current scope's __call() is favoured over the specified cla…
6 register_globals calls killed the ability for mb_parse_str() to register into the global scope
49 in a single scope and they will be run in order.162 Also, scope is shared between all the hooks. So in the above, we could 190 These variables are also in the same scope as a script if your script is
68 string(86) "Trying to invoke private method TestClass::privateMethod() from scope ReflectionMethod"
2 Test oci_connect end-of-scope when statement returned
2 Test oci_pconnect end-of-scope when statement returned
306 execute_data->current_scope = EG(scope); in zend_generator_create_zval()351 zend_class_entry *original_scope = EG(scope); in zend_generator_resume()365 EG(scope) = generator->execute_data->current_scope; in zend_generator_resume()389 EG(scope) = original_scope; in zend_generator_resume()
Completed in 51 milliseconds