Home
last modified time | relevance | path

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

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

Completed in 42 milliseconds