Home
last modified time | relevance | path

Searched refs:scope (Results 76 – 100 of 154) sorted by relevance

1234567

/PHP-5.5/Zend/RFCs/
H A D002.txt17 The symbol scopes available in Zend 1.0 are the global scope, the
18 class scope and the function scope. All scopes but classes may
20 functions, while only the global scope may contain constants and
/PHP-5.5/Zend/tests/
H A Dget_class_vars_004.phpt2 get_class_vars(): Testing the scope
H A Dglobals_003.phpt2 globals in local scope - 2
H A Dclosure_041.phpt2 Closure 041: Rebinding: preservation of previous scope when not given as arg unless impossible
6 /* It's impossible to preserve the previous scope when doing so would break
7 * the invariants that, for non-static closures, having a scope is equivalent
H A D020.phpt26 Warning: func_get_arg(): Called from the global scope - no function context in %s on line %d
H A Dget_class_vars_002.phpt2 get_class_vars(): Testing the scope
H A D001.phpt52 Warning: func_num_args(): Called from the global scope - no function context in %s on line %d
H A Dclosure_042.phpt2 Closure 042: Binding an instance to a non-scoped non-static closures gives it a dummy scope
H A Dbug69017.phpt2 #69017 (Fail to push to the empty array with the constant value defined in class scope)
H A D003.phpt79 Warning: func_get_args(): Called from the global scope - no function context in %s on line %d
H A Dget_class_methods_003.phpt2 get_class_methods(): Testing scope
H A Dzend2.php.txt70 Example 3: Class constants and class scope
87 /* Call the static function and move into the ErrorCodes scope */
/PHP-5.5/
H A DREADME.namespaces54 time in the global scope (not inside function/class) and takes effect from
119 \foo(); // calls function "foo" defined in global scope
126 new \B(); // creates object of class "B" defined in global scope
140 // then calls method "foo" of class "B" from global scope
151 // then calls method "foo" of class "A" from global scope
/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c277 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()
H A Dspl_engine.h77 fcc.calling_scope = EG(scope); in spl_instantiate_arg_n()
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_parent_class_error_001.phpt6 * Description: Retrieves the parent class name for object or class or current scope.
H A Dget_class_methods_basic_002.phpt60 echo "Accessing D from global scope:\n";
70 Accessing D from global scope:
/PHP-5.5/tests/classes/
H A D__call_004.phpt2 When __call() is invoked via ::, ensure current scope's __call() is favoured over the specified cla…
/PHP-5.5/ext/mbstring/tests/
H A Dmb_parse_str.phpt6 register_globals calls killed the ability for mb_parse_str() to register into the global scope
H A Dmb_parse_str02.phpt6 register_globals calls killed the ability for mb_parse_str() to register into the global scope
/PHP-5.5/sapi/apache_hooks/
H A DREADME49 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
/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_invoke_error1.phpt68 string(86) "Trying to invoke private method TestClass::privateMethod() from scope ReflectionMethod"
/PHP-5.5/ext/oci8/tests/
H A Dconnect_scope1.phpt2 Test oci_connect end-of-scope when statement returned
H A Dconnect_scope2.phpt2 Test oci_pconnect end-of-scope when statement returned
/PHP-5.5/Zend/
H A Dzend_generators.c306 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 50 milliseconds

1234567