Home
last modified time | relevance | path

Searched refs:E_ERROR (Results 26 – 50 of 135) sorted by relevance

123456

/PHP-5.5/Zend/
H A Dzend_exceptions.c45 zend_error(E_ERROR, "Cannot set non exception as previous exception"); in zend_exception_set_previous()
110 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in zend_throw_exception_internal()
112 zend_error(E_ERROR, "Exception thrown without a stack frame"); in zend_throw_exception_internal()
202 …zend_error(E_ERROR, "Wrong parameters for Exception([string $exception [, long $code [, Exception … in ZEND_METHOD()
253 long code = 0, severity = E_ERROR, lineno; in ZEND_METHOD()
258 …zend_error(E_ERROR, "Wrong parameters for ErrorException([string $exception [, long $code, [ long … in ZEND_METHOD()
807 …zend_declare_property_long(error_exception_ce, "severity", sizeof("severity")-1, E_ERROR, ZEND_ACC… in zend_register_default_exception()
939 zend_error(E_ERROR, "Need to supply an object when throwing an exception"); in zend_throw_exception_object()
945 zend_error(E_ERROR, "Exceptions must be valid objects derived from the Exception base class"); in zend_throw_exception_object()
H A Dzend_constants.c100 REGISTER_MAIN_LONG_CONSTANT("E_ERROR", E_ERROR, CONST_PERSISTENT | CONST_CS); in zend_register_standard_constants()
353 zend_error(E_ERROR, "Cannot access self:: when no class scope is active"); in zend_get_constant_ex()
360 zend_error(E_ERROR, "Cannot access parent:: when no class scope is active"); in zend_get_constant_ex()
362 zend_error(E_ERROR, "Cannot access parent:: when current class scope has no parent"); in zend_get_constant_ex()
372 zend_error(E_ERROR, "Cannot access static:: when no class scope is active"); in zend_get_constant_ex()
383 zend_error(E_ERROR, "Undefined class constant '%s::%s'", class_name, constant_name); in zend_get_constant_ex()
H A Dzend_execute.c467 zend_error_noreturn(E_ERROR, "Using $this when not in object context"); in _get_obj_zval_ptr_unused()
481 zend_error_noreturn(E_ERROR, "Using $this when not in object context"); in _get_obj_zval_ptr_ptr()
492 zend_error_noreturn(E_ERROR, "Using $this when not in object context"); in _get_obj_zval_ptr_ptr_unused()
504 zend_error_noreturn(E_ERROR, "Using $this when not in object context"); in _get_obj_zval_ptr()
652 zend_error(E_ERROR, "Unknown typehint"); in zend_verify_arg_type()
743 zend_error_noreturn(E_ERROR, "Cannot use object as array"); in zend_assign_to_object()
1144 zend_error_noreturn(E_ERROR, "[] operator not supported for strings"); in zend_fetch_dimension_address()
1190 zend_error_noreturn(E_ERROR, "Cannot use object as array"); in zend_fetch_dimension_address()
1323 zend_error_noreturn(E_ERROR, "Cannot use object as array"); in zend_fetch_dimension_address_read()
1393 …zend_error_noreturn(E_ERROR, "Cannot access undefined property for object with overloaded property… in zend_fetch_property_address()
[all …]
H A Dzend_signal.c218 zend_error(E_ERROR, "Error installing signal handler for %d", signo); in zend_sigaction()
270 zend_error(E_ERROR, "Error installing signal handler for %d", signo); in zend_signal_register()
H A Dzend_interfaces.c255 zend_error(E_ERROR, "An iterator cannot be used with foreach by reference"); in zend_user_it_get_iterator()
330 zend_error(E_ERROR, "Class %s cannot implement both %s and %s at the same time", in zend_implement_aggregate()
362 zend_error(E_ERROR, "Class %s cannot implement both %s and %s at the same time", in zend_implement_iterator()
H A Dzend.c289 …zend_error(EG(exception) ? E_ERROR : E_RECOVERABLE_ERROR, "Object of class %s could not be convert… in zend_make_printable_zval()
1043 case E_ERROR: in zend_error()
1072 case E_ERROR: in zend_error()
1121 case E_ERROR: in zend_error()
1348 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in zend_execute_scripts()
1351 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in zend_execute_scripts()
H A Dzend_operators.c864 zend_error(E_ERROR, "Unsupported operand types"); in add_function()
911 zend_error(E_ERROR, "Unsupported operand types"); in sub_function()
952 zend_error(E_ERROR, "Unsupported operand types"); in mul_function()
1017 zend_error(E_ERROR, "Unsupported operand types"); in div_function()
1097 zend_error(E_ERROR, "Unsupported operand types"); in bitwise_not_function()
1258 zend_error(E_ERROR, "String size overflow"); in add_char_to_string()
1281 zend_error(E_ERROR, "String size overflow"); in add_string_to_string()
1326 zend_error(E_ERROR, "String size overflow"); in concat_function()
1339 zend_error(E_ERROR, "String size overflow"); in concat_function()
/PHP-5.5/ext/intl/collator/
H A Dcollator.c37 zend_error( E_ERROR, "Collator class not defined" ); in collator_register_constants()
H A Dcollator_class.c156 zend_error( E_ERROR, in collator_register_Collator_class()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c714 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_string()
748 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_stringr()
782 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_stringc()
813 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_base64()
834 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_hexbin()
1062 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_double()
1095 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_long()
1183 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_bool()
3338 soap_error0(E_ERROR, "Encoding: Internal Error"); in sdl_guess_convert_zval()
3406 soap_error0(E_ERROR, "Encoding: Internal Error"); in sdl_guess_convert_xml()
[all …]
/PHP-5.5/ext/mbstring/tests/
H A Dcommon.inc11 1 => "Error", // E_ERROR
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat.c33 zend_error(E_ERROR, "DateFormat class not defined"); in dateformat_register_constants()
/PHP-5.5/ext/pdo_odbc/
H A Dpdo_odbc.c130 …php_error_docref(NULL TSRMLS_CC, E_ERROR, "Error in pdo_odbc.connection_pooling configuration. Va… in PHP_INI_END()
/PHP-5.5/sapi/apache_hooks/
H A Dsapi_apache.c107 php_error(E_ERROR, "Unable to call %s - not a Class::Method\n", handler->name); in apache_php_module_hook()
/PHP-5.5/ext/intl/locale/
H A Dlocale_class.c107 zend_error( E_ERROR, in locale_register_Locale_class()
/PHP-5.5/ext/pdo/
H A Dpdo.c184 zend_error(E_ERROR, "PDO: driver %s requires PDO API version %ld; this is PDO version %d", in php_pdo_register_driver()
189 zend_error(E_ERROR, "You MUST load PDO before loading any PDO drivers"); in php_pdo_register_driver()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c481 …zend_error(E_ERROR, ACCELERATOR_PRODUCT_NAME " class loading error, class %s, function %s", ce->na…
490 …zend_error(E_ERROR, ACCELERATOR_PRODUCT_NAME " class loading error, class %s, function %s", ce->na…
592 …zend_error(E_ERROR, ACCELERATOR_PRODUCT_NAME" class loading error, class %s, property %s", ce->nam…
624 zend_error(E_ERROR, ACCELERATOR_PRODUCT_NAME " class loading error, class %s", ce->name); \
713 zend_error(E_ERROR, ACCELERATOR_PRODUCT_NAME" class loading error, class %s", ce->name);
881 zend_error(E_ERROR, "Cannot redeclare %s() (previously declared in %s:%d)",
886 zend_error(E_ERROR, "Cannot redeclare %s()", function1->common.function_name);
904 zend_error(E_ERROR, "Cannot redeclare class %s", (*pce1)->name);
/PHP-5.5/ext/intl/formatter/
H A Dformatter.c40 zend_error(E_ERROR, "NumberFormatter class not defined"); in formatter_register_constants()
H A Dformatter_class.c213 zend_error(E_ERROR, "Failed to register NumberFormatter class"); in formatter_register_class()
/PHP-5.5/ext/mysqli/
H A Dmysqli_result_iterator.c52 zend_error(E_ERROR, "An iterator cannot be used with foreach by reference"); in php_mysqli_result_get_iterator()
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.c201 php_error_docref( NULL TSRMLS_CC, E_ERROR, "%s", err_msg ); in Transliterator_clone_obj()
414 zend_error( E_ERROR, in transliterator_register_Transliterator_class()
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c159 php_error( E_ERROR, "ResourceBundle does not support writable iterators" ); in resourcebundle_get_iterator()
H A Dresourcebundle_class.c221 php_error( E_ERROR, "Cannot apply [] to ResourceBundle object" ); in resourcebundle_array_get()
435 zend_error(E_ERROR, "Failed to register ResourceBundle class"); in resourcebundle_register_class()
/PHP-5.5/ext/standard/
H A Dincomplete_class.c97 incomplete_class_message(*object, E_ERROR TSRMLS_CC); in incomplete_class_get_method()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_class.c179 zend_error(E_ERROR, "Failed to register MessageFormatter class"); in msgformat_register_class()

Completed in 116 milliseconds

123456