Home
last modified time | relevance | path

Searched refs:php_error (Results 1 – 25 of 50) sorted by path

12

/PHP-5.5/
H A DNEWS4467 . Fixed bug #53777 (php-fpm log format now match php_error log format). (fat)
H A DREADME.EXT_SKEL185 php_error(E_WARNING, "module_name_drawtext: not yet implemented");
/PHP-5.5/ext/date/
H A Dphp_date.c2846 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()
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()
/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()
H A Dphp_dom.c362 php_error(E_WARNING, "Couldn't fetch %s. Node no longer exists", obj->std.ce->name); in dom_read_property()
601 php_error(E_ERROR, "Trying to clone an uncloneable object of class %s", Z_OBJCE_P(zobject)->name); in dom_objects_store_clone_obj()
/PHP-5.5/ext/gettext/
H A Dgettext.c259 php_error(E_WARNING, "The first parameter of bindtextdomain must not be empty"); in PHP_NAMED_FUNCTION()
/PHP-5.5/ext/imap/
H A Dphp_imap.c1533 php_error(E_WARNING, "c-client imap_getacl failed"); in PHP_FUNCTION()
/PHP-5.5/ext/intl/collator/
H A Dcollator_convert.c201 php_error( E_WARNING, "Error converting utf16 to utf8 in collator_convert_zval_utf16_to_utf8()" ); in collator_convert_zstr_utf16_to_utf8()
231 php_error( E_WARNING, "Error casting object to string in collator_convert_zstr_utf8_to_utf16()" ); in collator_convert_zstr_utf8_to_utf16()
304 php_error( E_WARNING, "Error casting object to string in collator_convert_object_to_string()" ); in collator_convert_object_to_string()
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_class.c221 php_error( E_ERROR, "Cannot apply [] to ResourceBundle object" ); in resourcebundle_array_get()
H A Dresourcebundle_iterator.c159 php_error( E_ERROR, "ResourceBundle does not support writable iterators" ); in resourcebundle_get_iterator()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c358php_error(E_WARNING, "Error while sending %s packet. PID=%d", mysqlnd_command_to_text[command], ge… in MYSQLND_METHOD()
H A Dmysqlnd_auth.c517 php_error(E_WARNING, "Error while sending public key request packet. PID=%d", getpid()); in mysqlnd_sha256_get_rsa_key()
523 php_error(E_WARNING, "Error while receiving public key. PID=%d", getpid()); in mysqlnd_sha256_get_rsa_key()
H A Dmysqlnd_net.c660php_error(E_WARNING, "Packets out of order. Expected %u received %u. Packet size="MYSQLND_SZ_T_SPE… in MYSQLND_METHOD()
H A Dmysqlnd_wireprotocol.c314php_error(E_WARNING, "Packets out of order. Expected %u received %u. Packet size="MYSQLND_SZ_T_SPE… in mysqlnd_read_header()
1460 php_error(E_WARNING, "Empty row packet body"); in php_mysqlnd_read_row_ex()
1963 php_error(E_WARNING, "Wrong COM_STMT_PREPARE response size. Received %u", data_size); in php_mysqlnd_prepare_read()
/PHP-5.5/ext/session/
H A Dmod_files.c289 php_error(E_WARNING, "The first parameter in session.save_path is invalid"); in PS_OPEN_FUNC()
298 php_error(E_WARNING, "The second parameter in session.save_path is invalid"); in PS_OPEN_FUNC()
H A Dsession.c1504 php_error(E_NOTICE, "A session had already been started - ignoring session_start()");
/PHP-5.5/ext/soap/
H A Dphp_soap.h206 php_error(severity, "SOAP-ERROR: " format)
209 php_error(severity, "SOAP-ERROR: " format, param1)
212 php_error(severity, "SOAP-ERROR: " format, param1, param2)
215 php_error(severity, "SOAP-ERROR: " format, param1, param2, param3)
H A Dsoap.c1866 php_error(E_ERROR, "Function '%s' doesn't exist", Z_STRVAL(function_name));
3590 php_error(E_ERROR, "Procedure '%s' not present", func->name);
/PHP-5.5/ext/standard/
H A Dbasic_functions.c4996php_error(E_WARNING, "(Registered shutdown functions) Unable to call %s() - function does not exis…
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c1172 php_error(E_WARNING, "DOM support is not enabled"); in PHP_METHOD()
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c422 php_error(E_WARNING, "Invalid Document"); in PHP_FUNCTION()
/PHP-5.5/main/
H A Dmain.c870 php_error(type, "%s", message); in php_verror()
H A Doutput.c240 php_error(E_WARNING, "Attempt to output more than UINT_MAX bytes at once; " in php_output_write_unbuffered()
261 php_error(E_WARNING, "Attempt to output more than UINT_MAX bytes at once; " in php_output_write()
H A Dphp.h289 #define php_error zend_error macro
H A Dsnprintf.c1151 php_error(E_ERROR, "Illegal length modifier specified '%c' in s[np]printf call", *fmt); in format_converter()

Completed in 215 milliseconds

12