Home
last modified time | relevance | path

Searched refs:EG (Results 101 – 125 of 156) sorted by relevance

1234567

/PHP-7.0/ext/pspell/
H A Dpspell.c231 zval *res = zend_hash_index_find(&EG(regular_list), conf); \
240 zval *res = zend_hash_index_find(&EG(regular_list), scin); \
/PHP-7.0/ext/opcache/
H A Dzend_persist.c468 zend_execute_data *orig_execute_data = EG(current_execute_data); in zend_persist_op_array_ex()
474 EG(current_execute_data) = &fake_execute_data; in zend_persist_op_array_ex()
478 EG(current_execute_data) = orig_execute_data; in zend_persist_op_array_ex()
/PHP-7.0/ext/intl/resourcebundle/
H A Dresourcebundle_class.c155 if (!EG(exception)) { in ZEND_END_ARG_INFO()
/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()
46 if ((c = zend_hash_str_find_ptr(EG(zend_constants), lookup_name, ZSTR_LEN(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()
1051 er = EG(error_reporting); in zend_optimize_block()
1052 EG(error_reporting) = 0; in zend_optimize_block()
1060 EG(error_reporting) = er; in zend_optimize_block()
/PHP-7.0/main/
H A Doutput.c612 if (!EG(current_module)) { in php_output_handler_conflict_register()
626 if (!EG(current_module)) { in php_output_handler_reverse_conflict_register()
660 if (!EG(current_module)) { in php_output_handler_alias_register()
/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A Dxml_to_xmlrpc.c232 … ap_php_snprintf(buf, BUF_SIZE, "%.*G", (int) EG(precision), XMLRPC_GetValueDouble(node)); in XMLRPC_to_xml_element_worker()
/PHP-7.0/ext/phar/
H A Dphar.c118 zend_hash_init(&EG(regular_list), 0, NULL, NULL, 0); in phar_split_cache_list()
119 EG(regular_list).nNextFreeElement=1; /* we don't want resource id 0 */ in phar_split_cache_list()
154 zend_hash_graceful_reverse_destroy(&EG(regular_list)); in phar_split_cache_list()
155 memset(&EG(regular_list), 0, sizeof(HashTable)); in phar_split_cache_list()
178 zend_hash_graceful_reverse_destroy(&EG(regular_list)); in phar_split_cache_list()
179 memset(&EG(regular_list), 0, sizeof(HashTable)); in phar_split_cache_list()
318 if (EG(exception) || --phar_data->refcount < 0) { in destroy_phar_data_only()
H A Dphar_object.c243 if (zend_hash_str_add(&EG(included_files), name, name_len, &dummy) != NULL) { in phar_file_action()
262 zend_hash_str_del(&EG(included_files), name, name_len); in phar_file_action()
705 if (!EG(exception)) { in PHP_METHOD()
1275 } else if (!EG(exception)) { in PHP_METHOD()
1457 if (EG(exception)) { in phar_build()
1482 if (EG(exception)) { in phar_build()
1616 if (EG(exception)) { in phar_build()
1814 if (EG(exception)) { in PHP_METHOD()
1829 if (EG(exception)) { in PHP_METHOD()
/PHP-7.0/ext/spl/
H A Dspl_directory.c245 if (EG(exception) || intern->u.dir.dirp == NULL) { in spl_filesystem_dir_open()
247 if (!EG(exception)) { in spl_filesystem_dir_open()
278 if (!EG(exception)) { in spl_filesystem_file_open()
2078 fci.function_table = EG(function_table); in spl_filesystem_file_call()
2108 …func_ptr = (zend_function *)zend_hash_str_find_ptr(EG(function_table), #func_name, sizeof(#func_na…
2161 zend_execute_data *execute_data = EG(current_execute_data); in spl_filesystem_file_read_line_ex()
/PHP-7.0/ext/intl/timezone/
H A Dtimezone_class.cpp100 if (EG(exception)) { in timezone_convert_to_datetimezone()
/PHP-7.0/sapi/litespeed/
H A Dlsapi_main.c1009 EG(uninitialized_zval_ptr) = NULL; in cli_main()
1117 ret = EG(exit_status); in cli_main()
/PHP-7.0/ext/mbstring/
H A Dmbstring.c1628 !zend_hash_str_exists(EG(function_table), p->save_func, strlen(p->save_func)) in PHP_RINIT_FUNCTION()
1630 func = zend_hash_str_find_ptr(EG(function_table), p->ovld_func, strlen(p->ovld_func)); in PHP_RINIT_FUNCTION()
1632 …if ((orig = zend_hash_str_find_ptr(EG(function_table), p->orig_func, strlen(p->orig_func))) == NUL… in PHP_RINIT_FUNCTION()
1637 …zend_hash_str_add_mem(EG(function_table), p->save_func, strlen(p->save_func), orig, sizeof(zend_in… in PHP_RINIT_FUNCTION()
1640 …if (zend_hash_str_update_mem(EG(function_table), p->orig_func, strlen(p->orig_func), func, sizeof(… in PHP_RINIT_FUNCTION()
1689 (orig = zend_hash_str_find_ptr(EG(function_table), p->save_func, strlen(p->save_func)))) { in PHP_RSHUTDOWN_FUNCTION()
1691 …zend_hash_str_update_mem(EG(function_table), p->orig_func, strlen(p->orig_func), orig, sizeof(zend… in PHP_RSHUTDOWN_FUNCTION()
1693 zend_hash_str_del(EG(function_table), p->save_func, strlen(p->save_func)); in PHP_RSHUTDOWN_FUNCTION()
/PHP-7.0/ext/standard/
H A Dbasic_functions.c4277 (args = zend_hash_str_find_ind(&EG(symbol_table), "argv", sizeof("argv")-1)) != NULL)
4921 if (call_user_function(EG(function_table), NULL,
4942 if (call_user_function( EG(function_table), NULL,
5201 int old_error_reporting = EG(error_reporting);
5212 EG(error_reporting) = E_ERROR;
5220 EG(error_reporting) = old_error_reporting;
5228 EG(error_reporting) = old_error_reporting;
5302 zend_symtable_update(Z_ARRVAL_P(ini_array), ini_entry->name, &EG(uninitialized_zval));
5334 …zend_hash_apply_with_arguments(EG(ini_directives), php_ini_get_option, 2, return_value, extnumber,…
H A Darray.c1381 while (!EG(exception) && (zv = zend_hash_get_current_data(target_hash)) != NULL) { in php_array_walk()
1781 … == sizeof("this")-1 && !strcmp(ZSTR_VAL(var_name), "this") && EG(scope) && ZSTR_LEN(EG(scope)->n…
2417 if (in_hash == &EG(symbol_table)) {
2434 if (in_hash == &EG(symbol_table)) {
2563 if (Z_ARRVAL_P(stack) == &EG(symbol_table)) {
2614 if (Z_ARRVAL_P(stack) == &EG(symbol_table)) {
3727 if (Z_ARRVAL_P(return_value) == &EG(symbol_table)) {
/PHP-7.0/ext/pgsql/
H A Dpgsql.c1234 zend_hash_apply(&EG(persistent_list), (apply_func_t) _rollback_transactions); in PHP_RSHUTDOWN_FUNCTION()
1335 if ((le = zend_hash_find_ptr(&EG(persistent_list), str.s)) == NULL) { /* we don't */
1366 …if (zend_hash_str_update_mem(&EG(persistent_list), ZSTR_VAL(str.s), ZSTR_LEN(str.s), &new_le, size…
1396 zend_hash_del(&EG(persistent_list), str.s);
1420 && (index_ptr = zend_hash_find_ptr(&EG(regular_list), str.s)) != NULL) {
1434 zend_hash_del(&EG(regular_list), str.s);
1478 …if (zend_hash_update_mem(&EG(regular_list), str.s, (void *) &new_index_ptr, sizeof(zend_resource))…
2446 if ((field_table = zend_hash_find_ptr(&EG(regular_list), hash_key.s)) != NULL) {
2477 …zend_hash_update_mem(&EG(regular_list), hash_key.s, (void *)&new_field_table, sizeof(zend_resource…
2527 …char *name = get_field_name(pg_result->conn, PQftype(pgsql_result, (int)field), &EG(regular_list));
[all …]
/PHP-7.0/ext/intl/calendar/
H A Dcalendar_methods.cpp1141 if (EG(exception)) { in PHP_FUNCTION()
1256 if (EG(exception)) { in PHP_FUNCTION()
/PHP-7.0/ext/mysqli/
H A Dmysqli_nonapi.c166 if ((le = zend_hash_find_ptr(&EG(persistent_list), hash_key)) != NULL) {
204 …zend_hash_str_update_mem(&EG(persistent_list), ZSTR_VAL(hash_key), ZSTR_LEN(hash_key), &le, sizeof…
/PHP-7.0/ext/curl/
H A Dinterface.c1455 fci.function_table = EG(function_table); in curl_write()
1506 fci.function_table = EG(function_table); in curl_fnmatch()
1563 fci.function_table = EG(function_table); in curl_progress()
1626 fci.function_table = EG(function_table); in curl_read()
1694 fci.function_table = EG(function_table); in curl_write_header()
1763 error = call_user_function(EG(function_table), NULL, func, &retval, 2, argv); in curl_passwd()
/PHP-7.0/ext/dom/
H A Dxpath.c174 fci.function_table = EG(function_table); in dom_xpath_ext_function_php()
H A Ddocument.c1445 old_error_reporting = EG(error_reporting); in dom_document_parser()
1446 EG(error_reporting) = old_error_reporting | E_WARNING; in dom_document_parser()
1454 EG(error_reporting) = old_error_reporting; in dom_document_parser()
/PHP-7.0/ext/pcre/
H A Dphp_pcre.c1111 …if (call_user_function_ex(EG(function_table), NULL, function, &retval, 1, args, 0, NULL) == SUCCES… in preg_do_repl_func()
1115 if (!EG(exception)) { in preg_do_repl_func()
1693 if (UNEXPECTED(EG(exception))) { in PHP_FUNCTION()
/PHP-7.0/ext/com_dotnet/
H A Dcom_wrapper.c291 if (SUCCESS == call_user_function_ex(EG(function_table), &disp->object, name, in disp_invokeex()
/PHP-7.0/ext/pdo_pgsql/
H A Dpgsql_statement.c65 && IS_OBJ_VALID(EG(objects_store).object_buckets[Z_OBJ_HANDLE(stmt->database_object_handle)]) in pgsql_stmt_dtor()
/PHP-7.0/Zend/
H A Dzend_closures.c311 return &EG(uninitialized_zval); in zend_closure_read_property()
/PHP-7.0/ext/snmp/
H A Dsnmp.c1978 retval = &EG(uninitialized_zval); in php_snmp_read_property()
2045 if (value != &EG(uninitialized_zval)) { in php_snmp_has_property()
2053 if (value != &EG(uninitialized_zval)) { in php_snmp_has_property()

Completed in 238 milliseconds

1234567