Home
last modified time | relevance | path

Searched refs:symtable1 (Results 1 – 2 of 2) sorted by relevance

/PHP-5.6/main/
H A Dphp_variables.c68 HashTable *symtable1 = NULL; in php_register_variable_ex() local
74 symtable1 = Z_ARRVAL_P(track_vars_array); in php_register_variable_ex()
77 if (!symtable1) { in php_register_variable_ex()
116 if (symtable1 == EG(active_symbol_table) && in php_register_variable_ex()
187 if (zend_symtable_find(symtable1, index, index_len + 1, (void **) &gpc_element_p) == FAILURE in php_register_variable_ex()
191 …zend_symtable_update(symtable1, index, index_len + 1, &gpc_element, sizeof(zval *), (void **) &gpc… in php_register_variable_ex()
194 symtable1 = Z_ARRVAL_PP(gpc_element_p); in php_register_variable_ex()
213 …if (zend_hash_next_index_insert(symtable1, &gpc_element, sizeof(zval *), (void **) &gpc_element_p)… in php_register_variable_ex()
224 symtable1 == Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_COOKIE]) && in php_register_variable_ex()
225 zend_symtable_exists(symtable1, index, index_len + 1)) { in php_register_variable_ex()
[all …]
/PHP-5.6/sapi/litespeed/
H A Dlsapi_main.c252 HashTable * symtable1 = Z_ARRVAL_P((zval * )arg); in add_variable() local
259 …zend_hash_update( symtable1, pKey1, keyLen + 1, &gpc_element, sizeof( zval *), (void **) &gpc_elem… in add_variable()
352 HashTable * symtable1 = Z_ARRVAL_P((zval * )arg); in add_variable_magic_quote() local
360 …zend_symtable_update( symtable1, pKey1, keyLen + 1, &gpc_element, sizeof( zval *), (void **) &gpc_… in add_variable_magic_quote()
362 …zend_hash_update( symtable1, pKey1, keyLen + 1, &gpc_element, sizeof( zval *), (void **) &gpc_elem… in add_variable_magic_quote()

Completed in 24 milliseconds