Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 25 of 154) sorted by last modified time

1234567

/PHP-5.5/tests/lang/
H A Dstatic_basic_001.phpt40 echo "\nUsing static keyword at global scope\n";
81 Using static keyword at global scope
H A Dfunc_get_args.003.phpt10 Warning\: func_get_args\(\)\: Called from the global scope - no function context in \S* on line 3
H A Dfunc_num_args.003.phpt11 Warning: func_num_args(): Called from the global scope - no function context in %s on line %d
H A Dbug20175.phpt40 * after the function call bar_global() is done in current local scope.
H A Dbug23922.phpt2 Bug #23922 (scope doesn't properly propagate into internal functions)
H A Dbug24403.phpt2 Bug #24403 (scope doesn't properly propagate into internal functions)
H A Dbug25652.phpt2 Bug #25652 (Calling Global functions dynamically fails from Class scope)
/PHP-5.5/tests/classes/
H A Dproperty_recreate_private.phpt33 echo "\nUnset superclass's private property, and recreate it as public at global scope:\n";
46 echo "\nUnset a private property, and attempt to recreate at global scope (expecting failure):\n";
66 Unset superclass's private property, and recreate it as public at global scope:
79 Unset a private property, and attempt to recreate at global scope (expecting failure):
H A Dproperty_recreate_protected.phpt22 echo "Unset and recreate a protected property from property's declaring class scope:\n";
33 echo "\nUnset a protected property, and attempt to recreate it outside of scope (expected failure):…
39 Unset and recreate a protected property from property's declaring class scope:
51 Unset a protected property, and attempt to recreate it outside of scope (expected failure):
H A Dconstants_scope_001.phpt2 ZE2 class constants and scope
27 /* Call the static function and move into the ErrorCodes scope */
H A D__call_004.phpt2 When __call() is invoked via ::, ensure current scope's __call() is favoured over the specified cla…
H A D__call_006.phpt31 echo "\n\n---> Invoke __call via scope resolution operator within instance.\n";
38 echo "\n\n---> Invoke __call via scope resolution operator within child instance.\n";
61 ---> Invoke __call via scope resolution operator within instance.
67 ---> Invoke __call via scope resolution operator within child instance.
H A D__call_007.phpt31 echo "\n\n---> Invoke __call via scope resolution operator within instance.\n";
38 echo "\n\n---> Invoke __call via scope resolution operator within child instance.\n";
61 ---> Invoke __call via scope resolution operator within instance.
66 ---> Invoke __call via scope resolution operator within child instance.
/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/main/streams/
H A Duserspace.c317 fcc.calling_scope = EG(scope); in user_stream_create_object()
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug47818.phpt36 print "Global scope: $method\n";
41 Global scope: add
/PHP-5.5/ext/wddx/
H A Dwddx.c1025 zend_class_entry *old_scope = EG(scope); in php_wddx_pop_element()
1027 EG(scope) = Z_OBJCE_P(ent2->data); in php_wddx_pop_element()
1030 EG(scope) = old_scope; in php_wddx_pop_element()
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation13.phpt14 * scope related :
/PHP-5.5/ext/standard/tests/general_functions/
H A Dget_defined_vars_basic.phpt7 variables, be them environment, server or user-defined variables, within the scope that
55 echo "\n-- Get variables at global scope --\n";
59 echo "TEST FAILED - Global variables missing at global scope\n";
71 -- Get variables at global scope --
/PHP-5.5/ext/standard/tests/class_object/
H A Dforward_static_call_002.phpt21 Fatal error: Cannot call forward_static_call() when no class scope is active in %s on line %d
H A Dget_class_methods_basic_002.phpt60 echo "Accessing D from global scope:\n";
70 Accessing D from global scope:
H A Dget_class_methods_basic_003.phpt36 echo "Accessing I from global scope:\n";
38 echo "Accessing C from global scope:\n";
44 Accessing I from global scope:
49 Accessing C from global scope:
H A Dget_object_vars_basic_001.phpt50 echo "\n---( Global scope: )---\n";
63 ---( Global scope: )---
H A Dget_parent_class_variation_001.phpt6 * Description: Retrieves the parent class name for object or class or current scope.
H A Dget_parent_class_error_001.phpt6 * Description: Retrieves the parent class name for object or class or current scope.

Completed in 48 milliseconds

1234567