Home
last modified time | relevance | path

Searched refs:EG (Results 76 – 100 of 156) sorted by relevance

1234567

/PHP-7.0/ext/spl/
H A Dspl_fixedarray.c179 zend_hash_index_update(ht, i, &EG(uninitialized_zval)); in spl_fixedarray_object_get_properties()
371 return &EG(uninitialized_zval); in spl_fixedarray_object_read_dimension()
389 return &EG(uninitialized_zval); in spl_fixedarray_object_read_dimension()
669 zend_hash_index_update(Z_ARRVAL_P(return_value), i, &EG(uninitialized_zval)); in SPL_METHOD()
915 data = &EG(uninitialized_zval); in spl_fixedarray_it_get_current_data()
H A Dspl_observer.c1019 …t = zend_hash_get_current_data_ptr_ex(&intern->storage, &intern->pos)) != NULL && !EG(exception)) { in SPL_METHOD()
1042 …t = zend_hash_get_current_data_ptr_ex(&intern->storage, &intern->pos)) != NULL && !EG(exception)) { in SPL_METHOD()
1072 …t = zend_hash_get_current_data_ptr_ex(&intern->storage, &intern->pos)) != NULL && !EG(exception)) { in SPL_METHOD()
1108 …t = zend_hash_get_current_data_ptr_ex(&intern->storage, &intern->pos)) != NULL && !EG(exception)) { in spl_multiple_iterator_get_all()
/PHP-7.0/ext/soap/
H A Dphp_encoding.c1184 old_scope = EG(scope); in set_zval_property()
1188 EG(scope) = old_scope; in set_zval_property()
1199 old_scope = EG(scope); in get_zval_property()
1218 EG(scope) = old_scope; in get_zval_property()
1234 old_scope = EG(scope); in unset_zval_property()
2256 if (EG(exception)) { in to_xml_array()
2262 if (EG(exception)) { in to_xml_array()
2268 if (EG(exception)) { in to_xml_array()
2273 if (EG(exception)) { in to_xml_array()
2291 if (EG(exception)) { in to_xml_array()
[all …]
H A Dphp_http.c192 old_error_reporting = EG(error_reporting); in http_connect()
193 EG(error_reporting) &= ~(E_WARNING|E_NOTICE|E_USER_WARNING|E_USER_NOTICE); in http_connect()
317 EG(error_reporting) = old_error_reporting; in http_connect()
1260 zend_hash_str_exists(EG(function_table), "gzinflate", sizeof("gzinflate")-1)) { in make_http_soap_request()
1264 zend_hash_str_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress")-1)) { in make_http_soap_request()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_watch.c683 if (EG(scope) && len >= 5 && !memcmp("$this", input, 5)) { in phpdbg_watchpoint_parse_symtables()
684 …zend_hash_str_add(EG(current_execute_data)->symbol_table, ZEND_STRL("this"), &EG(current_execute_d… in phpdbg_watchpoint_parse_symtables()
687 …if (phpdbg_is_auto_global(input, len) && phpdbg_watchpoint_parse_input(input, len, &EG(symbol_tabl… in phpdbg_watchpoint_parse_symtables()
691 …return phpdbg_parse_variable_with_arg(input, len, EG(current_execute_data)->symbol_table, 0, (phpd… in phpdbg_watchpoint_parse_symtables()
801 …return phpdbg_watchpoint_parse_input(input, len, EG(current_execute_data)->symbol_table, 0, phpdbg… in phpdbg_delete_var_watchpoint()
H A Dphpdbg_cmd.h112 #define PHPDBG_EX(v) (EG(current_execute_data)->v)
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_php_trace.c72 if (0 > fpm_trace_get_long((long) &EG(current_execute_data), &l)) { in fpm_php_trace_dump()
/PHP-7.0/ext/standard/
H A Ddl.c75 EG(full_tables_cleanup) = 1; in PHP_FUNCTION()
H A Dvar_unserializer.c1174 if (EG(exception)) { in php_var_unserialize_internal()
1182 if (EG(exception)) { in php_var_unserialize_internal()
1201 if (EG(exception)) { in php_var_unserialize_internal()
1216 if (EG(exception)) { in php_var_unserialize_internal()
H A Dhttp.c199 ekey_len = spprintf(&ekey, 0, "%.*G", (int) EG(precision), Z_DVAL_P(zdata)); in php_url_encode_hash_ex()
H A Dvar_unserializer.re853 if (EG(exception)) {
861 if (EG(exception)) {
880 if (EG(exception)) {
895 if (EG(exception)) {
/PHP-7.0/ext/intl/dateformat/
H A Ddateformat_create.cpp218 if (!EG(exception)) { in PHP_METHOD()
/PHP-7.0/ext/session/
H A Dsession.c212 zend_hash_update_ind(&EG(symbol_table), var_name, &PS(http_session_vars)); in php_session_track_init()
319 if ((array = zend_hash_str_find(&EG(symbol_table), "_SERVER", sizeof("_SERVER") - 1)) && in php_session_create_id()
600 if ((ret == FAILURE) && !EG(exception)) { in php_session_save_current_state()
930 zend_hash_update_ind(&EG(symbol_table), var_name, &PS(http_session_vars)); in PS_SERIALIZER_DECODE_FUNC()
994 if ((tmp = zend_hash_find(&EG(symbol_table), name))) {
996 Z_ARRVAL_P(tmp) == &EG(symbol_table)) || tmp == &PS(http_session_vars)) {
1094 if ((tmp = zend_hash_find(&EG(symbol_table), name))) {
1096 Z_ARRVAL_P(tmp) == &EG(symbol_table)) || tmp == &PS(http_session_vars)) {
1565 && (data = zend_hash_str_find(&EG(symbol_table), "_COOKIE", sizeof("_COOKIE") - 1))) {
1642 if (!PS(id) && (data = zend_hash_str_find(&EG(symbol_table), "_GET", sizeof("_GET") - 1))) {
[all …]
/PHP-7.0/ext/interbase/
H A Dinterbase.c933 if ((le = zend_hash_str_find_ptr(&EG(regular_list), hash, sizeof(hash)-1)) != NULL) { in _php_ibase_connect()
950 zend_hash_str_del(&EG(regular_list), hash, sizeof(hash)-1); in _php_ibase_connect()
961 if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hash, sizeof(hash)-1)) != NULL) { in _php_ibase_connect()
971 zend_hash_str_del(&EG(persistent_list), hash, sizeof(hash)-1); in _php_ibase_connect()
1001 if (zend_hash_str_update_mem(&EG(persistent_list), hash, sizeof(hash)-1, in _php_ibase_connect()
1020 if (zend_hash_str_update_mem(&EG(regular_list), hash, sizeof(hash)-1, in _php_ibase_connect()
H A Dibase_events.c235 if (SUCCESS != call_user_function(EG(function_table), NULL, in _php_ibase_callback()
H A Dphp_ibase_udf.c288 if (FAILURE == call_user_function(EG(function_table), NULL, in call_php()
/PHP-7.0/ext/mysqli/
H A Dmysqli.c321 retval = &EG(uninitialized_zval); in mysqli_read_property()
394 if (value != &EG(uninitialized_zval)) { in mysqli_object_has_property()
403 if (value != &EG(uninitialized_zval)) { in mysqli_object_has_property()
434 if (value != &EG(uninitialized_zval)) { in mysqli_object_get_debug_info()
967 zend_hash_apply(&EG(persistent_list), (apply_func_t) php_mysqli_persistent_helper_once); in PHP_RSHUTDOWN_FUNCTION()
1323 fcc.calling_scope = EG(scope); in php_mysqli_fetch_into_hash()
/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()
970 if (object_init_ex(&obj, pce) != SUCCESS || EG(exception)) { in php_wddx_pop_element()
995 zend_class_entry *old_scope = EG(scope); in php_wddx_pop_element()
997 EG(scope) = Z_OBJCE(ent2->data); in php_wddx_pop_element()
1000 EG(scope) = old_scope; in php_wddx_pop_element()
/PHP-7.0/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp113 if (!EG(exception)) { in _php_intlgregcal_constructor_body()
/PHP-7.0/ext/odbc/
H A Dphp_odbc.c482 ZEND_HASH_FOREACH_PTR(&EG(regular_list), p) { in _close_odbc_conn()
510 ZEND_HASH_FOREACH_PTR(&EG(regular_list), p) { in _close_odbc_pconn()
1145 ZEND_HASH_FOREACH_PTR(&EG(regular_list), p) { in PHP_FUNCTION()
1152 ZEND_HASH_FOREACH_PTR(&EG(regular_list), p) { in PHP_FUNCTION()
1159 zend_hash_apply_with_argument(&EG(persistent_list), in PHP_FUNCTION()
2617 if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashed_details, hashed_len)) == NULL) { in odbc_do_connect()
2639 if (zend_hash_str_update_mem(&EG(persistent_list), hashed_details, hashed_len, &new_le, in odbc_do_connect()
2671 zend_hash_str_del(&EG(persistent_list), hashed_details, hashed_len); in odbc_do_connect()
2688 if ((index_ptr = zend_hash_str_find_ptr(&EG(regular_list), hashed_details, hashed_len)) != NULL) { in odbc_do_connect()
2704 zend_hash_str_del(&EG(regular_list), hashed_details, hashed_len); in odbc_do_connect()
[all …]
/PHP-7.0/main/streams/
H A Dstreams.c95 zend_hash_apply(&EG(persistent_list), forget_persistent_resource_id_numbers); in PHP_RSHUTDOWN_FUNCTION()
112 …if ((le = zend_hash_str_find_ptr(&EG(persistent_list), persistent_id, strlen(persistent_id))) != N… in php_stream_from_persistent_id()
121 ZEND_HASH_FOREACH_PTR(&EG(regular_list), regentry) { in php_stream_from_persistent_id()
303 if (NULL == zend_hash_str_update(&EG(persistent_list), persistent_id, in _php_stream_alloc()
371 if (EG(active)) { in _php_stream_free()
503 zend_hash_apply_with_argument(&EG(persistent_list), _php_stream_free_persistent, stream); in _php_stream_free()
506 …if ((close_options & PHP_STREAM_FREE_RSRC_DTOR) && (stream->__exposed == 0) && (EG(error_reporting… in _php_stream_free()
H A Duserspace.c318 fcc.calling_scope = EG(scope); in user_stream_create_object()
376 ZVAL_NEW_REF(&args[3], &EG(uninitialized_zval)); in user_wrapper_opener()
621 if (EG(exception)) { in php_userstreamop_write()
671 if (EG(exception)) { in php_userstreamop_read()
/PHP-7.0/ext/sqlite3/
H A Dsqlite3.c576 if (!EG(exception)) {
690 if (!EG(exception)) {
715 fc->fci.function_table = EG(function_table);
874 collation->fci.fci.function_table = EG(function_table);
887 if (!EG(exception)) {
900 if (EG(exception)) {
1644 if (!EG(exception)) {
/PHP-7.0/main/
H A Dphp_ini.c177 zend_hash_apply_with_argument(EG(ini_directives), php_ini_available, &module_number_available); in display_ini_entries()
181 zend_hash_apply_with_argument(EG(ini_directives), php_ini_displayer, (void *)&module_number); in display_ini_entries()
/PHP-7.0/ext/pdo_sqlite/
H A Dsqlite_driver.c328 fc->fci.function_table = EG(function_table); in do_callback()
479 collation->fc.fci.function_table = EG(function_table); in php_sqlite3_collation_callback()

Completed in 175 milliseconds

1234567