Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_hash.h369 static inline int zend_symtable_exists(HashTable *ht, const char *arKey, uint nKeyLength) in zend_symtable_exists() function
/PHP-5.4/ext/filter/
H A Dfilter.c444 …if (arg == PARSE_COOKIE && orig_array_ptr && zend_symtable_exists(Z_ARRVAL_P(orig_array_ptr), var,… in php_sapi_filter()
/PHP-5.4/main/
H A Dphp_variables.c222 zend_symtable_exists(symtable1, index, index_len + 1)) { in php_register_variable_ex()
/PHP-5.4/ext/spl/
H A Dspl_iterators.c2882 RETURN_BOOL(zend_symtable_exists(HASH_OF(intern->u.caching.zcache), arKey, nKeyLength+1)); in SPL_METHOD()
/PHP-5.4/ext/standard/
H A Darray.c4370 if (zend_symtable_exists(array, Z_STRVAL_P(key), Z_STRLEN_P(key) + 1)) { in PHP_FUNCTION()

Completed in 33 milliseconds