Lines Matching refs:php_error_docref
490 php_error_docref(NULL, E_WARNING, "Protocol %s:// is already defined.", ZSTR_VAL(protocol)); in PHP_FUNCTION()
493 …php_error_docref(NULL, E_WARNING, "Invalid protocol scheme specified. Unable to register wrapper c… in PHP_FUNCTION()
513 php_error_docref(NULL, E_WARNING, "Unable to unregister protocol %s://", ZSTR_VAL(protocol)); in PHP_FUNCTION()
541 php_error_docref(NULL, E_WARNING, "%s:// never existed, nothing to restore", ZSTR_VAL(protocol)); in PHP_FUNCTION()
547 …php_error_docref(NULL, E_NOTICE, "%s:// was never changed, nothing to restore", ZSTR_VAL(protocol)… in PHP_FUNCTION()
555 php_error_docref(NULL, E_WARNING, "Unable to restore original %s:// wrapper", ZSTR_VAL(protocol)); in PHP_FUNCTION()
594 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_WRITE " is not implemented!", in php_userstreamop_write()
601 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_WRITE " wrote " ZEND_LONG_FMT " bytes more dat… in php_userstreamop_write()
637 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_READ " is not implemented!", in php_userstreamop_read()
654 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_READ " - read " ZEND_LONG_FMT " bytes more dat… in php_userstreamop_read()
678 php_error_docref(NULL, E_WARNING, in php_userstreamop_read()
788 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_TELL " is not implemented!", ZSTR_VAL(us->wrap… in php_userstreamop_seek()
854 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_STAT " is not implemented!", in php_userstreamop_stat()
882 php_error_docref(NULL, E_WARNING, in php_userstreamop_set_option()
920 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_LOCK " is not implemented!", in php_userstreamop_set_option()
952 php_error_docref(NULL, E_WARNING, in php_userstreamop_set_option()
957 php_error_docref(NULL, E_WARNING, in php_userstreamop_set_option()
1009 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_SET_OPTION " is not implemented!", in php_userstreamop_set_option()
1057 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_UNLINK " is not implemented!", ZSTR_VAL(uwrap-… in user_wrapper_unlink()
1097 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_RENAME " is not implemented!", ZSTR_VAL(uwrap-… in user_wrapper_rename()
1139 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_MKDIR " is not implemented!", ZSTR_VAL(uwrap->… in user_wrapper_mkdir()
1181 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_RMDIR " is not implemented!", ZSTR_VAL(uwrap->… in user_wrapper_rmdir()
1224 php_error_docref(NULL, E_WARNING, "Unknown option %d for " USERSTREAM_METADATA, option); in user_wrapper_metadata()
1247 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_METADATA " is not implemented!", ZSTR_VAL(uwra… in user_wrapper_metadata()
1293 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_STATURL " is not implemented!", in user_wrapper_stat_url()
1334 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_DIR_READ " is not implemented!", in php_userstreamop_readdir()
1411 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_CAST " is not implemented!", in php_userstreamop_cast()
1422 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_CAST " must return a stream resource", in php_userstreamop_cast()
1429 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_CAST " must not return itself", in php_userstreamop_cast()