Home
last modified time | relevance | path

Searched refs:php_error_docref (Results 176 – 200 of 231) sorted by relevance

12345678910

/PHP-5.5/ext/enchant/
H A Denchant.c342 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", "Resource broker invalid"); \
349 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", "Invalid dictionary resource."); \
547 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Tag cannot be empty"); in PHP_FUNCTION()
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c142 php_error_docref(NULL TSRMLS_CC, E_WARNING, "length must be greater than or equal to zero"); in PHAR_FUNC()
199php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to seek to position %ld in the stream", offset… in PHAR_FUNC()
521 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown file type (%u)", stat_sb->st_mode & S_IFMT); in phar_fancy_stat()
606 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Didn't understand stat call"); in phar_fancy_stat()
738php_error_docref(NULL TSRMLS_CC, E_WARNING, "%sstat failed for %s", IS_LINK_OPERATION(type) ? "L" … in phar_file_stat()
/PHP-5.5/ext/dom/
H A Delement.c386 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attribute Name is required"); in PHP_FUNCTION()
425 php_error_docref(NULL TSRMLS_CC, E_WARNING, "No such attribute '%s'", name); in PHP_FUNCTION()
554 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attribute node is required"); in PHP_FUNCTION()
758 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attribute Name is required"); in PHP_FUNCTION()
979 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attribute node is required"); in PHP_FUNCTION()
/PHP-5.5/ext/wddx/
H A Dwddx.c498php_error_docref(NULL TSRMLS_CC, E_NOTICE, "__sleep should return an array only containing the nam… in php_wddx_serialize_object()
667php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "WDDX doesn't support circular references"); in php_wddx_serialize_var()
678php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "WDDX doesn't support circular references"); in php_wddx_serialize_var()
715 php_error_docref(NULL TSRMLS_CC, E_WARNING, "recursion detected"); in php_wddx_add_var()
1361 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Expecting parameter 1 to be a string or a stream"); in PHP_FUNCTION()
/PHP-5.5/ext/intl/
H A Dintl_error.c111 php_error_docref( NULL TSRMLS_CC, INTL_G( error_level ), "%s", msg ); in intl_error_set_custom_msg()
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c116 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid or uninitialized XMLWriter object"); \
169 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", __err); \
1774 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty string as source"); in PHP_FUNCTION()
1780 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to resolve file path"); in PHP_FUNCTION()
1797 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create output buffer"); in PHP_FUNCTION()
1852 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create output buffer"); in PHP_FUNCTION()
/PHP-5.5/main/streams/
H A Dxp_socket.c98 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "send of %ld bytes failed with errno=%ld %s", in php_sockop_write()
360 php_error_docref(NULL TSRMLS_CC, E_WARNING, in php_sockop_set_option()
513 php_error_docref(NULL TSRMLS_CC, E_NOTICE, in parse_unix_address()
/PHP-5.5/ext/mbstring/
H A Dphp_unicode.c280 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", src_encoding); in php_unicode_convert_case()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_loaddata.c173 php_error_docref(NULL TSRMLS_CC, E_WARNING, "LOAD DATA LOCAL INFILE forbidden"); in mysqlnd_handle_local_infile()
/PHP-5.5/ext/standard/
H A Dbrowscap.c488 php_error_docref(NULL TSRMLS_CC, E_WARNING, "browscap ini directive not set"); in PHP_FUNCTION()
503php_error_docref(NULL TSRMLS_CC, E_WARNING, "HTTP_USER_AGENT variable is not set, cannot determine… in PHP_FUNCTION()
H A Dvar_unserializer.c598 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unexpected end of serialized data"); in php_var_unserialize()
724php_error_docref(NULL TSRMLS_CC, E_WARNING, "defined (%s) but not found", user_func->value.str.val… in php_var_unserialize()
746php_error_docref(NULL TSRMLS_CC, E_WARNING, "Function %s() hasn't defined the class it was called … in php_var_unserialize()
/PHP-5.5/ext/libxml/
H A Dlibxml.c513php_error_docref(NULL TSRMLS_CC, level, "%s in %s, line: %d", msg, parser->input->filename, parser… in php_libxml_ctx_error_level()
515 php_error_docref(NULL TSRMLS_CC, level, "%s in Entity, line: %d", msg, parser->input->line); in php_libxml_ctx_error_level()
525 php_error_docref(NULL TSRMLS_CC, level, "%s", msg); in php_libxml_issue_error()
561 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", LIBXML(error_buffer).c); in php_libxml_internal_error_handler()
/PHP-5.5/ext/interbase/
H A Dinterbase.c44 #define CHECK_LINK(link) { if (link==-1) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "A link to t…
517 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", IBG(errmsg)); in _php_ibase_error()
538 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", IBG(errmsg)); in _php_ibase_module_error()
1276 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid database link"); in _php_ibase_def_trans()
1431 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid generator name"); in PHP_FUNCTION()
/PHP-5.5/ext/dba/libcdb/
H A Dcdb_make.c68 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Fseek failed"); in cdb_make_start()
/PHP-5.5/main/
H A Dphp_variables.c143php_error_docref(NULL TSRMLS_CC, E_WARNING, "Input variable nesting level exceeded %ld. To increas… in php_register_variable_ex()
250php_error_docref(NULL TSRMLS_CC, E_WARNING, "Input variables exceeded %ld. To increase the limit c… in SAPI_POST_HANDLER_FUNC()
377php_error_docref(NULL TSRMLS_CC, E_WARNING, "Input variables exceeded %ld. To increase the limit c… in SAPI_TREAT_DATA_FUNC()
H A Dphp.h319 #define php_error_docref php_error_docref0 macro
H A DSAPI.c175 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not call the sapi_header_callback"); in sapi_run_header_callback()
266php_error_docref(NULL TSRMLS_CC, E_WARNING, "POST Content-Length of %ld bytes exceeds the limit of… in SAPI_POST_READER_FUNC()
279php_error_docref(NULL TSRMLS_CC, E_WARNING, "Actual POST length does not match Content-Length, and… in SAPI_POST_READER_FUNC()
/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/dba/
H A Ddba_db4.c60 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s%s", errpfx?errpfx:"", msg); in php_dba_db4_errcall_fcn()
/PHP-5.5/ext/zip/
H A Dzip_stream.c42 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Zip stream error: %s", zip_file_strerror(self->zf)); in php_zip_ops_read()
/PHP-5.5/ext/com_dotnet/
H A Dcom_typeinfo.c200php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type library constant %s is already defined", c.name); in php_com_import_typelib()
284 php_error_docref(NULL TSRMLS_CC, E_WARNING, "IProvideClassInfo: this code not yet written!"); in php_com_locate_typeinfo()
/PHP-5.5/ext/ereg/
H A Dereg.c279 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", message); in php_ereg_eprint()
668 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Regular Expression"); in php_split()
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c118 php_error_docref(NULL TSRMLS_CC, E_ERROR, "You should not create a PDOStatement manually");
1975php_error_docref(NULL TSRMLS_CC, E_WARNING, "PHP might crash if you don't call $stmt->setFetchMode… in pdo_stmt_setup_fetch_mode()
2008php_error_docref(NULL TSRMLS_CC, E_WARNING, "PHP might crash if you don't call $stmt->setFetchMode… in pdo_stmt_setup_fetch_mode()
2620 php_error_docref(NULL TSRMLS_CC, E_WARNING, "This PDORow is not from a writable result set"); in row_prop_write()
2625 php_error_docref(NULL TSRMLS_CC, E_WARNING, "This PDORow is not from a writable result set"); in row_dim_write()
2659 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot delete properties from a PDORow"); in row_prop_delete()
2664 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot delete properties from a PDORow"); in row_dim_delete()
2801 php_error_docref(NULL TSRMLS_CC, E_WARNING, "PDORow instances may not be serialized"); in pdo_row_serialize()
/PHP-5.5/ext/session/
H A Dphp_session.h268 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Skipping numeric key %ld", num_key); \
/PHP-5.5/ext/exif/
H A Dexif.c184 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Illegal encoding ignored: '%s'", new_value); in ZEND_DECLARE_MODULE_GLOBALS()
199 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Illegal encoding ignored: '%s'", new_value); in ZEND_INI_MH()
1276 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type single"); in exif_convert_any_format()
1281 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type double"); in exif_convert_any_format()
1325 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type single"); in exif_convert_any_to_int()
1330 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type double"); in exif_convert_any_to_int()
1780 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Found value of type single"); in exif_iif_add_value()
1786 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Found value of type double"); in exif_iif_add_value()
2248 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Undefined JPEG2000 comment encoding"); in exif_process_CME()
2253 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "JPEG2000 comment section too small"); in exif_process_CME()

Completed in 132 milliseconds

12345678910