Lines Matching refs:E_WARNING

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()
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()
855 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_STAT " is not implemented!", in php_userstreamop_stat()
883 php_error_docref(NULL, E_WARNING, in php_userstreamop_set_option()
921 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_LOCK " is not implemented!", in php_userstreamop_set_option()
953 php_error_docref(NULL, E_WARNING, in php_userstreamop_set_option()
958 php_error_docref(NULL, E_WARNING, in php_userstreamop_set_option()
1010 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_SET_OPTION " is not implemented!", in php_userstreamop_set_option()
1058 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_UNLINK " is not implemented!", ZSTR_VAL(uwrap-… in user_wrapper_unlink()
1098 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_RENAME " is not implemented!", ZSTR_VAL(uwrap-… in user_wrapper_rename()
1140 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_MKDIR " is not implemented!", ZSTR_VAL(uwrap->… in user_wrapper_mkdir()
1182 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_RMDIR " is not implemented!", ZSTR_VAL(uwrap->… in user_wrapper_rmdir()
1225 php_error_docref(NULL, E_WARNING, "Unknown option %d for " USERSTREAM_METADATA, option); in user_wrapper_metadata()
1248 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_METADATA " is not implemented!", ZSTR_VAL(uwra… in user_wrapper_metadata()
1294 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_STATURL " is not implemented!", in user_wrapper_stat_url()
1335 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_DIR_READ " is not implemented!", in php_userstreamop_readdir()
1412 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_CAST " is not implemented!", in php_userstreamop_cast()
1423 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_CAST " must return a stream resource", in php_userstreamop_cast()
1430 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_CAST " must not return itself", in php_userstreamop_cast()