Home
last modified time | relevance | path

Searched refs:zend_error (Results 51 – 75 of 85) sorted by relevance

1234

/PHP-5.6/main/
H A Dphp.h292 #define php_error zend_error
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()
H A Dmain.c2072 zend_error(E_WARNING, "%s", buf); in dummy_invalid_parameter_handler()
2412 zend_error(directives[i].error_level, directives[i].phrase, *p); in php_module_startup()
/PHP-5.6/Zend/
H A Dzend_generators.c326zend_error(E_RECOVERABLE_ERROR, "The \"Generator\" class is reserved for internal use and cannot b… in zend_generator_get_constructor()
340 zend_error(E_ERROR, "Cannot resume an already running generator"); in zend_generator_resume()
H A Dzend_ini_parser.y201 zend_error(E_WARNING, "%s", error_buf); in ini_error()
H A Dzend.h296 # define zend_error_noreturn zend_error
711 ZEND_API void zend_error(int type, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3);
H A Dzend_API.h539 …if (Z_STRVAL_P(z)[ Z_STRLEN_P(z) ] != '\0') { zend_error(E_WARNING, "String is not zero-terminated…
541 …if (Z_STRVAL_P(z)[ Z_STRLEN_P(z) ] != '\0') { zend_error(E_WARNING, "String is not zero-terminated…
583 zend_error(E_ERROR, "String size overflow"); \
H A Dzend_ast.c346 zend_error(E_ERROR, "Unsupported constant expression"); in zend_ast_evaluate()
H A Dzend_language_scanner.l1914 zend_error(E_COMPILE_WARNING, "Unterminated comment starting line %d", CG(zend_lineno));
2373zend_error(E_COMPILE_WARNING,"Unexpected character in input: '%c' (ASCII=%d) state=%d", yytext[0]…
H A Dzend_strtod.c482 zend_error(E_ERROR, "Balloc() allocation exceeds list boundary"); in Balloc()
493 zend_error(E_ERROR, "Balloc() failed to allocate memory"); in Balloc()
H A Dzend_ini_scanner.c225 zend_error(E_WARNING, "Invalid scanner mode"); in init_ini_scanner()
1120zend_error(E_DEPRECATED, "Comments starting with '#' are deprecated in %s on line %d", zend_ini_sc… in ini_lex()
/PHP-5.6/ext/dom/
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.6/ext/intl/transliterator/
H A Dtransliterator_class.c414 zend_error( E_ERROR, in transliterator_register_Transliterator_class()
/PHP-5.6/ext/intl/resourcebundle/
H A Dresourcebundle_class.c447 zend_error(E_ERROR, "Failed to register ResourceBundle class"); in resourcebundle_register_class()
/PHP-5.6/ext/standard/
H A Dmath.c1127 zend_error(E_ERROR, "String overflow"); in _php_math_number_format_ex_len()
1140 zend_error(E_ERROR, "String overflow"); in _php_math_number_format_ex_len()
H A Dvar.c458 zend_error(E_WARNING, "var_export does not handle circular references"); in php_var_export_ex()
479 zend_error(E_WARNING, "var_export does not handle circular references"); in php_var_export_ex()
H A Durl.c595 zend_error(E_ERROR, "String size overflow");
H A Dstring.c134 zend_error(E_ERROR, "String size overflow"); in php_bin2hex()
2657 zend_error(E_ERROR, "String size overflow");
3551 zend_error(E_ERROR, "String size overflow");
3610 zend_error(E_ERROR, "String size overflow");
3655 zend_error(E_ERROR, "String size overflow");
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg.c256 zend_error( in PHP_FUNCTION()
261 zend_error( in PHP_FUNCTION()
358 default: zend_error(E_ERROR, "phpdbg detected an incorrect color constant"); in PHP_FUNCTION()
/PHP-5.6/ext/com_dotnet/
H A Dcom_typeinfo.c599 zend_error(E_WARNING, "That's not a dispatchable interface!! type kind = %08x", attr->typekind); in php_com_process_typeinfo()
H A Dcom_saproxy.c561 zend_error(E_ERROR, "An iterator cannot be used with foreach by reference"); in php_com_saproxy_iter_get()
H A Dcom_com.c769 zend_error(E_WARNING, "Unable to find typeinfo using the parameters supplied"); in PHP_FUNCTION()
/PHP-5.6/ext/simplexml/
H A Dsimplexml.c559zend_error(E_WARNING, "It is not yet possible to assign complex types to %s", attribs ? "attribute… in sxe_prop_dim_write()
1961 zend_error(E_ERROR, "Unable to cast node to string"); in sxe_get_value()
2356 zend_error(E_ERROR, "An iterator cannot be used with foreach by reference"); in php_sxe_get_iterator()
/PHP-5.6/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1496 zend_error(E_WARNING,"invalid type '%s' passed to xmlrpc_set_type()", type); in PHP_FUNCTION()
/PHP-5.6/ext/spl/
H A Dspl_iterators.c437 zend_error(E_ERROR, "An iterator cannot be used with foreach by reference"); in spl_recursive_it_get_iterator()
442 zend_error(E_ERROR, "The object to be iterated is in an invalid state: " in spl_recursive_it_get_iterator()
2934 zend_error(E_NOTICE, "Undefined index: %s", arKey); in SPL_METHOD()

Completed in 256 milliseconds

1234