Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Darray.c1290 int var_exists, key_type, count = 0; in PHP_FUNCTION() local
1337 var_exists = 0; in PHP_FUNCTION()
1341 var_exists = zend_hash_exists(EG(active_symbol_table), var_name, var_name_len + 1); in PHP_FUNCTION()
1356 if (!var_exists) break; in PHP_FUNCTION()
1361 if (var_exists && var_name_len == sizeof("GLOBALS")-1 && !strcmp(var_name, "GLOBALS")) { in PHP_FUNCTION()
1364 …if (var_exists && var_name_len == sizeof("this")-1 && !strcmp(var_name, "this") && EG(scope) && E… in PHP_FUNCTION()
1371 if (var_exists) { in PHP_FUNCTION()
1377 if (!var_exists && var_name_len != 0) { in PHP_FUNCTION()
1399 if (!var_exists) { in PHP_FUNCTION()

Completed in 15 milliseconds