Lines Matching refs:E_WARNING
517 php_error_docref(NULL, E_WARNING, "Protocol %s:// is already defined.", ZSTR_VAL(protocol)); in PHP_FUNCTION()
520 …php_error_docref(NULL, E_WARNING, "Invalid protocol scheme specified. Unable to register wrapper c… in PHP_FUNCTION()
540 php_error_docref(NULL, E_WARNING, "Unable to unregister protocol %s://", ZSTR_VAL(protocol)); in PHP_FUNCTION()
568 php_error_docref(NULL, E_WARNING, "%s:// never existed, nothing to restore", ZSTR_VAL(protocol)); in PHP_FUNCTION()
582 php_error_docref(NULL, E_WARNING, "Unable to restore original %s:// wrapper", ZSTR_VAL(protocol)); in PHP_FUNCTION()
621 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_WRITE " is not implemented!", in php_userstreamop_write()
628 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_WRITE " wrote " ZEND_LONG_FMT " bytes more dat… in php_userstreamop_write()
664 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_READ " is not implemented!", in php_userstreamop_read()
681 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_READ " - read " ZEND_LONG_FMT " bytes more dat… in php_userstreamop_read()
705 php_error_docref(NULL, E_WARNING, in php_userstreamop_read()
815 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_TELL " is not implemented!", ZSTR_VAL(us->wrap… in php_userstreamop_seek()
882 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_STAT " is not implemented!", in php_userstreamop_stat()
910 php_error_docref(NULL, E_WARNING, in php_userstreamop_set_option()
948 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_LOCK " is not implemented!", in php_userstreamop_set_option()
980 php_error_docref(NULL, E_WARNING, in php_userstreamop_set_option()
985 php_error_docref(NULL, E_WARNING, in php_userstreamop_set_option()
1037 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_SET_OPTION " is not implemented!", in php_userstreamop_set_option()
1085 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_UNLINK " is not implemented!", ZSTR_VAL(uwrap-… in user_wrapper_unlink()
1125 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_RENAME " is not implemented!", ZSTR_VAL(uwrap-… in user_wrapper_rename()
1167 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_MKDIR " is not implemented!", ZSTR_VAL(uwrap->… in user_wrapper_mkdir()
1209 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_RMDIR " is not implemented!", ZSTR_VAL(uwrap->… in user_wrapper_rmdir()
1252 php_error_docref(NULL, E_WARNING, "Unknown option %d for " USERSTREAM_METADATA, option); in user_wrapper_metadata()
1275 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_METADATA " is not implemented!", ZSTR_VAL(uwra… in user_wrapper_metadata()
1321 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_STATURL " is not implemented!", in user_wrapper_stat_url()
1361 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_DIR_READ " is not implemented!", in php_userstreamop_readdir()
1435 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_CAST " is not implemented!", in php_userstreamop_cast()
1444 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_CAST " must return a stream resource", in php_userstreamop_cast()
1449 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_CAST " must not return itself", in php_userstreamop_cast()