Home
last modified time | relevance | path

Searched refs:target_symbol_table (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_vm_def.h927 HashTable *target_symbol_table; variable
940 target_symbol_table = zend_get_target_symbol_table(opline, EX(Ts), type, varname TSRMLS_CC);
946 …if (zend_hash_find(target_symbol_table, varname->value.str.val, varname->value.str.len+1, (void **…
962 …zend_hash_update(target_symbol_table, varname->value.str.val, varname->value.str.len+1, &new_zval,…
3365 HashTable *target_symbol_table; variable
3414 target_symbol_table = zend_get_target_symbol_table(opline, EX(Ts), BP_VAR_IS, varname TSRMLS_CC);
3415 …if (zend_hash_quick_del(target_symbol_table, varname->value.str.val, varname->value.str.len+1, has…
3432 } while (ex && ex->symbol_table == target_symbol_table);
3894 HashTable *target_symbol_table; variable
3911 target_symbol_table = zend_get_target_symbol_table(opline, EX(Ts), BP_VAR_IS, varname TSRMLS_CC);
[all …]
H A Dzend_API.c3104 HashTable *target_symbol_table; in zend_declare_property_ex() local
3110 target_symbol_table = &ce->default_static_members; in zend_declare_property_ex()
3112 target_symbol_table = &ce->default_properties; in zend_declare_property_ex()
3132 …zend_hash_update(target_symbol_table, priv_name, priv_name_length+1, &property, sizeof(zval *), NU… in zend_declare_property_ex()
3142 …zend_hash_update(target_symbol_table, prot_name, prot_name_length+1, &property, sizeof(zval *), NU… in zend_declare_property_ex()
3153 zend_hash_del(target_symbol_table, prot_name, prot_name_length+1); in zend_declare_property_ex()
3156 zend_hash_update(target_symbol_table, name, name_length+1, &property, sizeof(zval *), NULL); in zend_declare_property_ex()
H A Dzend_vm_execute.h1355 HashTable *target_symbol_table; in zend_fetch_var_address_helper_SPEC_CONST() local
2035 HashTable *target_symbol_table; in ZEND_UNSET_VAR_SPEC_CONST_HANDLER() local
2291 HashTable *target_symbol_table; in ZEND_ISSET_ISEMPTY_VAR_SPEC_CONST_HANDLER() local
4660 HashTable *target_symbol_table; in zend_fetch_var_address_helper_SPEC_TMP() local
5331 HashTable *target_symbol_table; in ZEND_UNSET_VAR_SPEC_TMP_HANDLER() local
5587 HashTable *target_symbol_table; in ZEND_ISSET_ISEMPTY_VAR_SPEC_TMP_HANDLER() local
7912 HashTable *target_symbol_table; in zend_fetch_var_address_helper_SPEC_VAR() local
8706 HashTable *target_symbol_table; in ZEND_UNSET_VAR_SPEC_VAR_HANDLER() local
9106 HashTable *target_symbol_table; in ZEND_ISSET_ISEMPTY_VAR_SPEC_VAR_HANDLER() local
21827 HashTable *target_symbol_table; in zend_fetch_var_address_helper_SPEC_CV() local
[all …]

Completed in 284 milliseconds