Home
last modified time | relevance | path

Searched refs:scope (Results 101 – 125 of 154) sorted by relevance

1234567

/PHP-5.5/ext/oci8/tests/
H A Dconnect_scope_try1.phpt2 Check oci_connect try/catch end-of-scope with old_oci_close_semantics Off
H A Dconnect_scope_try2.phpt2 Check oci_connect try/catch end-of-scope with old_oci_close_semantics On
H A Dconnect_scope_try3.phpt2 Check oci_new_connect try/catch end-of-scope with old_oci_close_semantics Off
H A Dconnect_scope_try4.phpt2 Check oci_new_connect try/catch end-of-scope with old_oci_close_semantics On
H A Dconnect_scope_try5.phpt2 Check oci_pconnect try/catch end-of-scope with old_oci_close_semantics Off
H A Dconnect_scope_try6.phpt2 Check oci_pconnect try/catch end-of-scope with old_oci_close_semantics On
H A Dedition_2.phpt135 echo "\n\n**Test 1.8 - Test setting the attribute with scope ends*******\n";
235 **Test 1.8 - Test setting the attribute with scope ends*******
/PHP-5.5/Zend/
H A Dzend_compile.c1862 if (CG(active_op_array)->scope && in zend_do_receive_arg()
3170 fe_class_name = fe->common.scope->name; in zend_do_perform_implementation_check()
3251 if (fptr->common.scope) { in zend_get_function_declaration()
3252 memcpy(offset, fptr->common.scope->name, fptr->common.scope->name_length); in zend_get_function_declaration()
3276 class_name = fptr->common.scope->name; in zend_get_function_declaration()
3413 …&& parent->common.scope != (child->common.prototype ? child->common.prototype->common.scope : chil… in do_inheritance_check_on_method()
3416 parent->common.scope->name, in do_inheritance_check_on_method()
3418 …child->common.prototype ? child->common.prototype->common.scope->name : child->common.scope->name); in do_inheritance_check_on_method()
3887 if (existing_fn->common.scope == ce) { in zend_add_trait_method()
3960 fn->common.scope = ce; in zend_fixup_trait_method()
[all …]
H A Dzend_constants.h64 …stant_ex(const char *name, uint name_len, zval *result, zend_class_entry *scope, ulong flags TSRML…
H A Dzend_globals.h194 zend_class_entry *scope; member
H A Dzend_compile.h265 zend_class_entry *scope; member
322 zend_class_entry *scope; member
334 …_FN_SCOPE_NAME(function) ((function) && (function)->common.scope ? (function)->common.scope->name…
342 zend_class_entry *scope; member
H A Dzend_vm_def.h1896 EG(scope) = EX(current_scope); in ZEND_VM_HELPER()
1934 fbc->common.scope ? fbc->common.scope->name : "", in ZEND_VM_HELPER()
1935 fbc->common.scope ? "::" : "", in ZEND_VM_HELPER()
1939 if (fbc->common.scope && in ZEND_VM_HELPER()
1956 EX(current_scope) = EG(scope); in ZEND_VM_HELPER()
1959 EG(scope) = (fbc->type == ZEND_USER_FUNCTION || !EX(object)) ? fbc->common.scope : NULL; in ZEND_VM_HELPER()
2075 EG(scope) = EX(current_scope); in ZEND_VM_HELPER()
3217 if (EG(active_op_array)->scope) {
3456 if (UNEXPECTED(ce != EG(scope))) {
3561 EG(scope) = ce;
[all …]
/PHP-5.5/ext/opcache/
H A Dzend_persist.c389 if (op_array->scope) {
390 op_array->scope = zend_shared_alloc_get_xlat_entry(op_array->scope);
423 if (op_array->scope && op_array->prototype) {
H A Dzend_accelerator_util_funcs.c475 if (old_ce == new_entry->scope) {
476 new_entry->scope = ce;
478 if (accel_xlat_get(new_entry->scope, new_ce) == SUCCESS) {
479 new_entry->scope = *new_ce;
/PHP-5.5/ext/spl/
H A Dspl_array.c231 if (intern->fptr_offset_get->common.scope == parent) { in spl_array_object_new_ex()
235 if (intern->fptr_offset_set->common.scope == parent) { in spl_array_object_new_ex()
239 if (intern->fptr_offset_has->common.scope == parent) { in spl_array_object_new_ex()
243 if (intern->fptr_offset_del->common.scope == parent) { in spl_array_object_new_ex()
247 if (intern->fptr_count->common.scope == parent) { in spl_array_object_new_ex()
262 …if (class_type->iterator_funcs.zf_rewind->common.scope != parent) intern->ar_flags |= SPL_ARRAY_O… in spl_array_object_new_ex()
263 …if (class_type->iterator_funcs.zf_valid->common.scope != parent) intern->ar_flags |= SPL_ARRAY_O… in spl_array_object_new_ex()
264 …if (class_type->iterator_funcs.zf_key->common.scope != parent) intern->ar_flags |= SPL_ARRAY_O… in spl_array_object_new_ex()
265 …if (class_type->iterator_funcs.zf_current->common.scope != parent) intern->ar_flags |= SPL_ARRAY_O… in spl_array_object_new_ex()
266 …if (class_type->iterator_funcs.zf_next->common.scope != parent) intern->ar_flags |= SPL_ARRAY_O… in spl_array_object_new_ex()
H A Dspl_dllist.c432 if (intern->fptr_offset_get->common.scope == parent) { in spl_dllist_object_new_ex()
436 if (intern->fptr_offset_set->common.scope == parent) { in spl_dllist_object_new_ex()
440 if (intern->fptr_offset_has->common.scope == parent) { in spl_dllist_object_new_ex()
444 if (intern->fptr_offset_del->common.scope == parent) { in spl_dllist_object_new_ex()
448 if (intern->fptr_count->common.scope == parent) { in spl_dllist_object_new_ex()
/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_invokeArgs_error3.phpt112 string(86) "Trying to invoke private method TestClass::privateMethod() from scope ReflectionMethod"
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_parent_class_variation_002.phpt6 * Description: Retrieves the parent class name for object or class or current scope.
/PHP-5.5/Zend/tests/
H A D002.phpt106 Warning: func_get_arg(): Called from the global scope - no function context in %s on line %d
/PHP-5.5/
H A D.gdbinit60 if $fst.function.common.scope
61 printf "%s->", $fst.function.common.scope->name
93 if $fst.function.common.scope
94 printf "%s::", $fst.function.common.scope->name
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dpdo_fetch_func_001.phpt105 …All(): SQLSTATE[HY000]: General error: cannot access self:: when no class scope is active in %s on…
/PHP-5.5/tests/lang/
H A Dbug20175.phpt40 * after the function call bar_global() is done in current local scope.
/PHP-5.5/ext/com_dotnet/
H A Dcom_handlers.c285 f.scope = obj->ce; in com_method_get()
413 f.scope = obj->ce; \ in com_constructor_get()
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.c323 if( ( EG( scope ) != Transliterator_ce_ptr ) && in Transliterator_write_property()
/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()

Completed in 89 milliseconds

1234567