Home
last modified time | relevance | path

Searched refs:E_ERROR (Results 51 – 75 of 135) sorted by relevance

123456

/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_class.c216 zend_error(E_ERROR, "Failed to register IntlDateFormatter class"); in dateformat_register_IntlDateFormatter_class()
/PHP-5.5/ext/standard/
H A Dphp_smart_str.h67 zend_error(E_ERROR, "String size overflow"); \
H A Dformatted_print.c95 zend_error_noreturn(E_ERROR, "Field width %d is too long", m_width); in php_sprintf_appendstring()
103 zend_error_noreturn(E_ERROR, "Field width %d is too long", req_size); in php_sprintf_appendstring()
/PHP-5.5/ext/session/
H A Dsession.c330 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid session hash function"); in php_session_create_id()
342 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid session hash function"); in php_session_create_id()
477 …php_error_docref(NULL TSRMLS_CC, E_ERROR, "No storage module chosen - failed to initialize session… in php_session_initialize()
483 …php_error_docref(NULL TSRMLS_CC, E_ERROR, "Failed to initialize storage module: %s (path: %s)", PS… in php_session_initialize()
491 …php_error_docref(NULL TSRMLS_CC, E_ERROR, "Failed to create session ID: %s (path: %s)", PS(mod)->s… in php_session_initialize()
583 err_type = E_ERROR; in PHP_INI_MH()
613 err_type = E_ERROR; in PHP_INI_MH()
682 err_type = E_ERROR; in PHP_INI_MH()
1801 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Session handler's function table is corrupt");
/PHP-5.5/ext/soap/
H A Dsoap.c1123 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters"); in PHP_METHOD()
1127 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters"); in PHP_METHOD()
1570 php_error_docref(NULL TSRMLS_CC, E_ERROR,"ob_start failed");
1705 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Error calling constructor");
1938 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Dump memory failed");
2158 error_num == E_ERROR ||
2230 error_num == E_ERROR ||
2342 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters");
2846 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid SOAP header");
3590 php_error(E_ERROR, "Procedure '%s' not present", func->name);
[all …]
/PHP-5.5/ext/com_dotnet/
H A Dcom_iterator.c152 zend_error(E_ERROR, "An iterator cannot be used with foreach by reference"); in php_com_iter_get()
/PHP-5.5/ext/intl/tests/
H A Dlocale_compose_locale.phpt104 error_reporting( E_ERROR );
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp481 php_error_docref0(NULL TSRMLS_CC, E_ERROR, in calendar_register_IntlCalendar_class()
496 php_error_docref0(NULL TSRMLS_CC, E_ERROR, in calendar_register_IntlCalendar_class()
/PHP-5.5/ext/dom/
H A Ddocument.c2043 php_error(E_ERROR, "Invalid Schema Validation Context"); in _dom_document_schema_validate()
2143 php_error(E_ERROR, "Invalid RelaxNG Validation Context"); in _dom_document_relaxNG_validate()
2423 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s does not exist", baseclass); in PHP_METHOD()
2430 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s is not derived from DOMNode.", baseclass); in PHP_METHOD()
2437 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s does not exist", extendedclass); in PHP_METHOD()
2447 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s could not be registered.", extendedclass); in PHP_METHOD()
2451 …php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s is not derived from %s.", extendedclass, basec… in PHP_METHOD()
H A Ddom_iterators.c269 zend_error(E_ERROR, "An iterator cannot be used with foreach by reference"); in php_dom_get_iterator()
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c321 php_error_docref(NULL TSRMLS_CC, E_ERROR, "out of memory while allocating PDO handle"); in PHP_METHOD()
327 php_error_docref(NULL TSRMLS_CC, E_ERROR, "out of memory while allocating PDO handle"); in PHP_METHOD()
375 php_error_docref(NULL TSRMLS_CC, E_ERROR, "out of memory"); in PHP_METHOD()
399 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Failed to register persistent entry"); in PHP_METHOD()
1306 php_error_docref(NULL TSRMLS_CC, E_ERROR, "out of memory while allocating PDO methods."); in pdo_hash_methods()
/PHP-5.5/ext/intl/idn/
H A Didn.c168 php_error_docref(NULL TSRMLS_CC, E_ERROR, "ICU returned an unexpected length"); in php_intl_idn_to_46()
/PHP-5.5/ext/gd/libgd/
H A Dgd_jpeg.c97 php_gd_error_ex(E_ERROR, "gd-jpeg: EXTREMELY fatal error: longjmp returned control; terminating"); in fatal_jpeg_error()
99 php_gd_error_ex(E_ERROR, "gd-jpeg: EXTREMELY fatal error: jmpbuf unrecoverable; terminating"); in fatal_jpeg_error()
/PHP-5.5/main/streams/
H A Dcast.c268 php_error_docref(NULL TSRMLS_CC, E_ERROR, "fopencookie failed"); in _php_stream_cast()
/PHP-5.5/main/
H A Doutput.c627 zend_error(E_ERROR, "Cannot register an output handler conflict outside of MINIT"); in php_output_handler_conflict_register()
641 zend_error(E_ERROR, "Cannot register a reverse output handler conflict outside of MINIT"); in php_output_handler_reverse_conflict_register()
678 zend_error(E_ERROR, "Cannot register an output handler alias outside of MINIT"); in php_output_handler_alias_register()
779 …php_error_docref("ref.outcontrol" TSRMLS_CC, E_ERROR, "Cannot use output buffering in output buffe… in php_output_lock_error()
H A Dmain.c998 case E_ERROR: in php_error_cb()
1032 case E_ERROR: in php_error_cb()
1086 if (type == E_ERROR || type == E_PARSE) { in php_error_cb()
1116 case E_ERROR: in php_error_cb()
1139 case E_ERROR: in php_error_cb()
1761 if (CG(unclean_shutdown) && PG(last_error_type) == E_ERROR && in php_request_shutdown()
/PHP-5.5/ext/tidy/
H A Dtidy.c490 …php_error_docref(NULL TSRMLS_CC, E_ERROR, "Could not allocate memory for tidy! (Reason: %s)", (cha… in php_tidy_panic()
585 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Could not set Tidy error buffer"); in php_tidy_quick_repair()
702 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Could not set Tidy error buffer"); in tidy_object_new()
1029 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Could not retrieve key from option array"); in _php_tidy_apply_config_array()
1847 php_error_docref(NULL TSRMLS_CC, E_ERROR, "You should not create a tidyNode manually"); in TIDY_NODE_METHOD()
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c267 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create unnamed attribute"); in sxe_prop_dim_read()
296 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create unnamed attribute"); in sxe_prop_dim_read()
480 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create unnamed attribute"); in sxe_prop_dim_write()
521 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create unnamed attribute"); in sxe_prop_dim_write()
594 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create duplicate attribute"); in sxe_prop_dim_write()
1948 zend_error(E_ERROR, "Unable to cast node to string"); in sxe_get_value()
2343 zend_error(E_ERROR, "An iterator cannot be used with foreach by reference"); in php_sxe_get_iterator()
/PHP-5.5/Zend/
H A Dzend_alloc.c1775 zend_error_noreturn(E_ERROR, in zend_mm_safe_error()
2475 …zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", n… in safe_address()
2504 …zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", n… in safe_address()
2525 …zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", n… in safe_address()
2545 …zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", n… in safe_address()
2558 …zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", n… in safe_address()
2573 …zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", n… in safe_address()
/PHP-5.5/ext/date/
H A Dphp_date.c995 …php_error_docref(NULL TSRMLS_CC, E_ERROR, "Timezone database is corrupt - this should *never* happ… in get_timezone_info()
1989 zend_error(E_ERROR, "An iterator cannot be used with foreach by reference"); in date_object_period_get_iterator()
2008 zend_error(E_ERROR, "DateTimeInterface can't be implemented by user classes"); in implement_date_interface_handler()
2846 php_error(E_ERROR, "Invalid serialization data for DateTime object"); in PHP_METHOD()
2868 php_error(E_ERROR, "Invalid serialization data for DateTimeImmutable object"); in PHP_METHOD()
2886 php_error(E_ERROR, "Invalid serialization data for DateTime object"); in PHP_METHOD()
3748 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Timezone initialization failed"); in PHP_METHOD()
3766 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Timezone initialization failed"); in PHP_METHOD()
4979 php_error(E_ERROR, "Invalid serialization data for DatePeriod object"); in PHP_METHOD()
4997 php_error(E_ERROR, "Invalid serialization data for DatePeriod object"); in PHP_METHOD()
[all …]
/PHP-5.5/
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES14 2. Illegal use of string offsets causes E_ERROR instead of E_WARNING.
/PHP-5.5/tests/lang/operators/
H A Dadd_variationStr.phpt11 error_reporting(E_ERROR);
H A DbitwiseAnd_basiclong_64bit.phpt23 error_reporting(E_ERROR);
H A DbitwiseAnd_variationStr.phpt11 error_reporting(E_ERROR);
H A DbitwiseOr_basiclong_64bit.phpt23 error_reporting(E_ERROR);

Completed in 178 milliseconds

123456