Home
last modified time | relevance | path

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

123456789

/php-src/ext/zend_test/
H A Dobject_handlers.c94 if (UNEXPECTED(EG(exception))) { status = FAILURE; } in donc_do_operation()
99 if (UNEXPECTED(EG(exception))) { status = FAILURE; } in donc_do_operation()
/php-src/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp97 if (UNEXPECTED(EG(exception))) { in _php_intlgregcal_constructor_body()
149 if (!EG(exception)) { in _php_intlgregcal_constructor_body()
/php-src/ext/intl/msgformat/
H A Dmsgformat.c125 if (!EG(exception)) { in PHP_METHOD()
/php-src/ext/ldap/
H A Dldap.c400 if (EG(exception)) { in _php_ldap_control_from_array()
417 if (EG(exception)) { in _php_ldap_control_from_array()
432 if (EG(exception)) { in _php_ldap_control_from_array()
453 if (EG(exception)) { in _php_ldap_control_from_array()
481 if (EG(exception)) { in _php_ldap_control_from_array()
570 if (EG(exception)) { in _php_ldap_control_from_array()
626 if (EG(exception)) { in _php_ldap_control_from_array()
652 if (EG(exception)) { in _php_ldap_control_from_array()
1520 if (EG(exception)) { in php_ldap_do_search()
2253 if (EG(exception)) { in php_ldap_do_modify()
[all …]
/php-src/ext/random/
H A Dengine_mt19937.c300 if (EG(exception)) { in PHP_METHOD()
365 if (EG(exception)) { in PHP_METHOD()
/php-src/Zend/
H A Dzend_object_handlers.h265 if ((func) == &EG(trampoline)) { \
266 EG(trampoline).common.function_name = NULL; \
H A Dzend_enum.c418 zif->module = EG(current_module); in zend_enum_register_func()
421 if (EG(active)) { // at run-time in zend_enum_register_func()
516 ce, unit_enum_methods, &ce->function_table, EG(current_module)->type); in zend_register_internal_enum()
520 ce, backed_enum_methods, &ce->function_table, EG(current_module)->type); in zend_register_internal_enum()
H A Dzend_gc.c916 ZEND_ASSERT((zend_array*)ref != &EG(symbol_table)); in gc_scan_black()
1091 ZEND_ASSERT(((zend_array*)ref) != &EG(symbol_table)); in gc_mark_grey()
1303 ZEND_ASSERT(ht != &EG(symbol_table)); in gc_scan()
1930 EG(objects_store).object_buckets[obj->handle] = SET_OBJ_INVALID(obj); in zend_gc_collect_cycles()
2023 zend_get_gc_buffer *gc_buffer = &EG(get_gc_buffer); in zend_get_gc_buffer_create()
2037 zend_get_gc_buffer *gc_buffer = &EG(get_gc_buffer); in zend_get_gc_buffer_release()
2047 zend_execute_data *ex = EG(current_execute_data); in zend_gc_check_root_tmpvars()
2077 zend_execute_data *ex = EG(current_execute_data); in zend_gc_remove_root_tmpvars()
H A Dzend_verify_type_inference.h154 if (EG(exception)) { in zend_verify_inference_def()
H A Dzend_inheritance.c251 if (UNEXPECTED(!EG(active) && !in_preload)) { in lookup_class_ex()
1050 if (EG(exception)) { in emit_incompatible_method_error()
2175 trait = zend_hash_find_ptr(EG(class_table), lc_trait_name); in zend_traits_init_trait_structures()
2249 trait = zend_hash_find_ptr(EG(class_table), lc_trait_name); in zend_traits_init_trait_structures()
2840 if (EG(exception)) { in load_delayed_classes()
3104 bool orig_record_errors = EG(record_errors); in zend_do_link_class()
3206 EG(record_errors) = false; in zend_do_link_class()
3212 EG(record_errors) = orig_record_errors; in zend_do_link_class()
3348 if (zend_hash_add_ptr(EG(class_table), lcname, ce) != NULL) { in register_early_bound_ce()
3436 EG(record_errors) = false; in zend_try_early_bind()
[all …]
H A Dzend_smart_str.c208 smart_str_append_double(dest, Z_DVAL_P(value), (int) EG(precision), true); in smart_str_append_scalar()
/php-src/ext/xsl/
H A Dphp_xsl.c163 return &EG(error_zval); in xsl_objects_write_property_with_validation()
202 return &EG(uninitialized_zval); in xsl_objects_read_property()
/php-src/Zend/tests/
H A Dbug71841.phpt2 Bug #71841 (EG(error_zval) is not handled well)
/php-src/main/
H A DSAPI.c948 if (SG(sapi_started) && EG(current_execute_data)) { in sapi_register_post_entry()
961 if (SG(sapi_started) && EG(current_execute_data)) { in sapi_unregister_post_entry()
971 if (SG(sapi_started) && EG(current_execute_data)) { in sapi_register_default_post_reader()
981 if (SG(sapi_started) && EG(current_execute_data)) { in sapi_register_treat_data()
990 if (SG(sapi_started) && EG(current_execute_data)) { in sapi_register_input_filter()
/php-src/sapi/phpdbg/
H A Dphpdbg_cmd.h107 #define PHPDBG_EX(v) (EG(current_execute_data)->v)
/php-src/sapi/fpm/fpm/
H A Dfpm_php_trace.c65 if (0 > fpm_trace_get_long((long) &EG(current_execute_data), &l)) { in fpm_php_trace_dump()
/php-src/ext/filter/
H A Dfilter.c447 if (EG(exception)) { in PHP_FUNCTION()
600 if (EG(exception)) { in PHP_FUNCTION()
690 if (EG(exception)) { in PHP_FUNCTION()
/php-src/ext/intl/dateformat/
H A Ddateformat_create.cpp223 if (!EG(exception)) { in PHP_METHOD()
/php-src/ext/spl/
H A Dspl_observer.c471 return &EG(uninitialized_zval); in spl_object_storage_read_dimension()
1194 …t = zend_hash_get_current_data_ptr_ex(&intern->storage, &intern->pos)) != NULL && !EG(exception)) { in PHP_METHOD()
1215 …t = zend_hash_get_current_data_ptr_ex(&intern->storage, &intern->pos)) != NULL && !EG(exception)) { in PHP_METHOD()
1244 …t = zend_hash_get_current_data_ptr_ex(&intern->storage, &intern->pos)) != NULL && !EG(exception)) { in PHP_METHOD()
1282 …t = zend_hash_get_current_data_ptr_ex(&intern->storage, &intern->pos)) != NULL && !EG(exception)) { in spl_multiple_iterator_get_all()
/php-src/ext/standard/
H A Ddl.c71 EG(full_tables_cleanup) = 1; in PHP_FUNCTION()
H A Darray.c674 if (EG(exception)) { in PHP_FUNCTION()
1586 } while (!EG(exception)); in php_array_walk()
1936 if (UNEXPECTED(EG(exception))) {
3257 if (EG(exception)) {
3285 if (EG(exception)) {
6151 if (EG(exception)) {
6224 if (EG(exception)) {
6247 if (EG(exception)) {
6259 if (EG(exception)) {
6297 if (EG(exception)) {
[all …]
/php-src/ext/soap/
H A Dphp_http.c182 old_error_reporting = EG(error_reporting); in http_connect()
183 EG(error_reporting) &= ~(E_WARNING|E_NOTICE|E_USER_WARNING|E_USER_NOTICE); in http_connect()
307 EG(error_reporting) = old_error_reporting; in http_connect()
671 ZEND_ASSERT(EG(exception)); in make_http_soap_request()
1285 zend_hash_str_exists(EG(function_table), "gzdecode", sizeof("gzdecode")-1)) { in make_http_soap_request()
1289 zend_hash_str_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress")-1)) { in make_http_soap_request()
/php-src/Zend/Optimizer/
H A Dsccp.c805 zend_execute_data *prev_execute_data = EG(current_execute_data); in ct_eval_func_call_ex()
819 EG(current_execute_data) = execute_data; in ct_eval_func_call_ex()
822 ZEND_ASSERT(EG(capture_warnings_during_sccp) == 0); in ct_eval_func_call_ex()
823 EG(capture_warnings_during_sccp) = 1; in ct_eval_func_call_ex()
837 if (EG(exception)) { in ct_eval_func_call_ex()
843 if (EG(capture_warnings_during_sccp) > 1) { in ct_eval_func_call_ex()
847 EG(capture_warnings_during_sccp) = 0; in ct_eval_func_call_ex()
850 EG(current_execute_data) = prev_execute_data; in ct_eval_func_call_ex()
899 op1 = &EG(uninitialized_zval); in sccp_visit_instr()
/php-src/ext/dba/
H A Ddba.c581 if ((le = zend_hash_str_find_ptr(&EG(persistent_list), resource_key, resource_key_len)) != NULL) { in php_dba_open()
928 if (EXPECTED(!EG(exception))) { in php_dba_open()
988 …zend_hash_apply_with_argument(&EG(persistent_list), remove_pconnection_from_list, (void *) connect… in PHP_FUNCTION()
1040 if (UNEXPECTED(EG(exception))) { in PHP_FUNCTION()
/php-src/main/streams/
H A Duserspace.c281 if (EG(exception) != NULL) { in user_stream_create_object()
339 ZVAL_NEW_REF(&args[3], &EG(uninitialized_zval)); in user_wrapper_opener()
582 if (EG(exception)) { in php_userstreamop_write()
632 if (EG(exception)) { in php_userstreamop_read()
670 if (EG(exception)) { in php_userstreamop_read()

Completed in 125 milliseconds

123456789