Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dpassword.c246 …if (options && zend_symtable_find(options, "cost", sizeof("cost"), (void **) &option_buffer) == SU… in PHP_FUNCTION()
326 if (options && zend_symtable_find(options, "cost", 5, (void **) &option_buffer) == SUCCESS) { in PHP_FUNCTION()
355 if (options && zend_symtable_find(options, "salt", 5, (void**) &option_buffer) == SUCCESS) { in PHP_FUNCTION()
H A Dvar_unserializer.c342 if (zend_symtable_find(ht, Z_STRVAL_P(key), Z_STRLEN_P(key) + 1, (void **)&old_data)==SUCCESS) { in process_nested_data()
H A Dvar_unserializer.re346 if (zend_symtable_find(ht, Z_STRVAL_P(key), Z_STRLEN_P(key) + 1, (void **)&old_data)==SUCCESS) {
H A Darray.c2521 …if (zend_symtable_find(Z_ARRVAL_P(return_value), Z_STRVAL_PP(entry), Z_STRLEN_PP(entry) + 1, (void… in PHP_FUNCTION()
/PHP-5.5/Zend/
H A Dzend_hash.h365 static inline int zend_symtable_find(HashTable *ht, const char *arKey, uint nKeyLength, void **pDat… in zend_symtable_find() function
/PHP-5.5/main/
H A Dphp_variables.c183 if (zend_symtable_find(symtable1, index, index_len + 1, (void **) &gpc_element_p) == FAILURE in php_register_variable_ex()
/PHP-5.5/ext/spl/
H A Dspl_array.c323 …if (zend_symtable_find(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, (void **) &retval) == FAILURE… in spl_array_get_dimension_ptr_ptr()
616 … if (zend_symtable_find(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, (void **) &tmp) != FAILURE) { in spl_array_has_dimension_ex()
H A Dspl_iterators.c2852 …if (zend_symtable_find(HASH_OF(intern->u.caching.zcache), arKey, nKeyLength+1, (void**)&value) == … in SPL_METHOD()
/PHP-5.5/ext/interbase/
H A Dibase_query.c1525 while (SUCCESS == zend_symtable_find( in _php_ibase_fetch_hash()
/PHP-5.5/ext/session/
H A Dsession.c2563 …if (zend_symtable_find(Z_ARRVAL_P(PS(http_session_vars)), progress->key.c, progress->key.len+1, (v…
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c1223 …if (zend_symtable_find(Z_ARRVAL_P(return_all), Z_STRVAL(grp_val), Z_STRLEN(grp_val)+1, (void**)&pg… in do_fetch()

Completed in 60 milliseconds