Home
last modified time | relevance | path

Searched refs:zend_hash_find_ptr (Results 26 – 50 of 56) sorted by relevance

123

/PHP-7.0/Zend/
H A Dzend_inheritance.c1116 if ((existing_fn = zend_hash_find_ptr(&ce->function_table, key)) != NULL) { in zend_add_trait_method()
1121 if ((existing_fn = zend_hash_find_ptr(*overriden, key)) != NULL) { in zend_add_trait_method()
1528 if ((coliding_prop = zend_hash_find_ptr(&ce->properties_info, prop_name)) != NULL) { in zend_do_traits_property_binding()
H A Dzend_execute_API.c973 ce = zend_hash_find_ptr(EG(class_table), lc_name); in zend_lookup_class_ex()
1050 ce = zend_hash_find_ptr(EG(class_table), lc_name); in zend_lookup_class_ex()
H A Dzend_object_handlers.c492 if ((guard = (zend_long *)zend_hash_find_ptr(guards, member)) != NULL) { in zend_get_property_guard()
1328 zend_property_info *property_info = zend_hash_find_ptr(&ce->properties_info, property_name); in zend_std_get_static_property()
H A Dzend_hash.h704 static zend_always_inline void *zend_hash_find_ptr(const HashTable *ht, zend_string *key) in zend_hash_find_ptr() function
/PHP-7.0/ext/snmp/
H A Dsnmp.c1971 hnd = zend_hash_find_ptr(&php_snmp_properties, Z_STR_P(member)); in php_snmp_read_property()
2009 hnd = zend_hash_find_ptr(&php_snmp_properties, Z_STR_P(member)); in php_snmp_write_property()
2038 if ((hnd = zend_hash_find_ptr(&php_snmp_properties, Z_STR_P(member))) != NULL) { in php_snmp_has_property()
/PHP-7.0/ext/soap/
H A Dsoap.c1447 if ((f = zend_hash_find_ptr(EG(function_table), key)) == NULL) { in PHP_METHOD()
1465 if ((f = zend_hash_find_ptr(EG(function_table), key)) == NULL) { in PHP_METHOD()
3671 if ((hdr = zend_hash_find_ptr(fnb->input.headers, key.s)) != NULL) {
3921 (hdr = zend_hash_find_ptr(headers->hdr->headerfaults, key.s)) != NULL) {
3959 (tmp_fault = zend_hash_find_ptr(function->faults, Z_STR_P(tmp))) != NULL) {
4142 (hdr = zend_hash_find_ptr(fnb->output.headers, key.s)) != NULL) {
4367 if ((hdr = zend_hash_find_ptr(hdrs, key.s)) != NULL) {
H A Dphp_encoding.c428 enc = zend_hash_find_ptr(SOAP_GLOBAL(typemap), nscat.s); in master_to_xml_int()
510 if ((new_enc = zend_hash_find_ptr(SOAP_GLOBAL(typemap), nscat.s)) != NULL) { in master_to_xml_int()
543 if ((new_enc = zend_hash_find_ptr(SOAP_GLOBAL(typemap), nscat.s)) != NULL) { in master_to_zval_int()
566 if ((new_enc = zend_hash_find_ptr(SOAP_GLOBAL(typemap), nscat.s)) != NULL) { in master_to_zval_int()
3122 if ((sdl_type = zend_hash_find_ptr(SOAP_GLOBAL(sdl)->elements, nscat.s)) != NULL && in to_zval_any()
/PHP-7.0/ext/zip/
H A Dphp_zip.c858 hnd = zend_hash_find_ptr(obj->prop_handler, Z_STR_P(member)); in php_zip_get_property_ptr_ptr()
892 hnd = zend_hash_find_ptr(obj->prop_handler, Z_STR_P(member)); in php_zip_read_property()
931 hnd = zend_hash_find_ptr(obj->prop_handler, Z_STR_P(member)); in php_zip_has_property()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_prompt.c549 phpdbg_file_source *data = zend_hash_find_ptr(&PHPDBG_G(file_sources), source_path); in phpdbg_compile_stdin()
608 phpdbg_file_source *data = zend_hash_find_ptr(&PHPDBG_G(file_sources), PHPDBG_G(ops)->filename); in phpdbg_compile()
H A Dphpdbg.c595 phpdbg_file_source *source = zend_hash_find_ptr(&PHPDBG_G(file_sources), name); in PHP_FUNCTION()
/PHP-7.0/ext/session/
H A Dsession.c1888 if ((current_mptr = zend_hash_find_ptr(&Z_OBJCE_P(obj)->function_table, func_name))) {
1907 if ((current_mptr = zend_hash_find_ptr(&Z_OBJCE_P(obj)->function_table, func_name))) {
1927 if ((current_mptr = zend_hash_find_ptr(&Z_OBJCE_P(obj)->function_table, func_name))) {
/PHP-7.0/ext/mysqli/
H A Dmysqli_nonapi.c166 if ((le = zend_hash_find_ptr(&EG(persistent_list), hash_key)) != NULL) {
/PHP-7.0/ext/libxml/
H A Dlibxml.c1185 if ((export_hnd = zend_hash_find_ptr(&php_libxml_exports, ce->name))) { in php_libxml_import_node()
/PHP-7.0/ext/spl/
H A Dspl_observer.c158 return (spl_SplObjectStorageElement*)zend_hash_find_ptr(&intern->storage, hash); in spl_object_storage_get()
H A Dphp_spl.c72 ce = zend_hash_find_ptr(EG(class_table), lc_name); in spl_find_ce_by_name()
H A Dspl_iterators.c903 if ((function_handler = zend_hash_find_ptr(&Z_OBJCE_P(zobj)->function_table, method)) == NULL) { in spl_recursive_it_get_method()
1377 if ((function_handler = zend_hash_find_ptr(&intern->inner.ce->function_table, method)) == NULL) { in spl_dual_it_get_method()
/PHP-7.0/ext/phar/
H A Dstream.c643 if (NULL == (entry = zend_hash_find_ptr(&phar->manifest, str_key))) { in phar_wrapper_stat()
H A Dutil.c1312 if (NULL == (entry = zend_hash_find_ptr(&phar->manifest, str_key))) { in phar_get_entry_info_dir()
/PHP-7.0/ext/opcache/Optimizer/
H A Dblock_pass.c41 if ((c = zend_hash_find_ptr(EG(zend_constants), name)) == NULL) { in zend_optimizer_get_persistent_constant()
773 if((function = zend_hash_find_ptr(EG(function_table), Z_STR_P(arg))) != NULL) { in zend_optimize_block()
/PHP-7.0/ext/wddx/
H A Dwddx.c959 if ((pce = zend_hash_find_ptr(EG(class_table), Z_STR(ent1->data))) == NULL) { in php_wddx_pop_element()
/PHP-7.0/main/streams/
H A Duserspace.c578 if ((wrapper = zend_hash_find_ptr(global_wrapper_hash, protocol)) == NULL) { in PHP_FUNCTION()
/PHP-7.0/ext/pdo/
H A Dpdo_dbh.c1366 …fbc = zend_hash_find_ptr(dbh_obj->inner->cls_methods[PDO_DBH_DRIVER_METHOD_KIND_DBH], lc_method_na… in dbh_method_get()
/PHP-7.0/ext/pgsql/
H A Dpgsql.c1335 if ((le = zend_hash_find_ptr(&EG(persistent_list), str.s)) == NULL) { /* we don't */
1420 && (index_ptr = zend_hash_find_ptr(&EG(regular_list), str.s)) != NULL) {
2349 if ((field_type = zend_hash_find_ptr(list, str.s)) != NULL) {
2446 if ((field_table = zend_hash_find_ptr(&EG(regular_list), hash_key.s)) != NULL) {
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c843 …if ((overwrites = zend_hash_find_ptr(&fptr->common.scope->parent->function_table, lc_name)) != NUL… in _function_string()
1225 module = zend_hash_find_ptr(&module_registry, lcname); in reflection_extension_factory()
4221 if ((property_info = zend_hash_find_ptr(&ce->properties_info, name)) != NULL) { in ZEND_METHOD()
4257 if ((property_info = zend_hash_find_ptr(&ce->properties_info, name)) != NULL) { in ZEND_METHOD()
/PHP-7.0/ext/pcre/
H A Dphp_pcre.c336 pce = zend_hash_find_ptr(&PCRE_G(pcre_cache), key); in pcre_get_compiled_regex_cache()

Completed in 440 milliseconds

123