Lines Matching refs:E_WARNING

320 …php_error_docref(NULL, E_WARNING, "Could not execute %s::%s()", ZSTR_VAL(uwrap->ce->name), ZSTR_VA…  in user_stream_create_object()
521 php_error_docref(NULL, E_WARNING, "Protocol %s:// is already defined.", ZSTR_VAL(protocol)); in PHP_FUNCTION()
524 …php_error_docref(NULL, E_WARNING, "Invalid protocol scheme specified. Unable to register wrapper c… in PHP_FUNCTION()
528 php_error_docref(NULL, E_WARNING, "class '%s' is undefined", ZSTR_VAL(classname)); in PHP_FUNCTION()
548 php_error_docref(NULL, E_WARNING, "Unable to unregister protocol %s://", ZSTR_VAL(protocol)); in PHP_FUNCTION()
570 php_error_docref(NULL, E_WARNING, "%s:// never existed, nothing to restore", ZSTR_VAL(protocol)); in PHP_FUNCTION()
584 php_error_docref(NULL, E_WARNING, "Unable to restore original %s:// wrapper", ZSTR_VAL(protocol)); in PHP_FUNCTION()
626 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_WRITE " is not implemented!", in php_userstreamop_write()
632 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_WRITE " wrote " ZEND_LONG_FMT " bytes more dat… in php_userstreamop_write()
676 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_READ " - read " ZEND_LONG_FMT " bytes more dat… in php_userstreamop_read()
683 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_READ " is not implemented!", in php_userstreamop_read()
703 php_error_docref(NULL, E_WARNING, in php_userstreamop_read()
831 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_TELL " is not implemented!", us->wrapper->clas… in php_userstreamop_seek()
902 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_STAT " is not implemented!", in php_userstreamop_stat()
930 php_error_docref(NULL, E_WARNING, in php_userstreamop_set_option()
972 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_LOCK " is not implemented!", in php_userstreamop_set_option()
1010 php_error_docref(NULL, E_WARNING, in php_userstreamop_set_option()
1015 php_error_docref(NULL, E_WARNING, in php_userstreamop_set_option()
1071 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_SET_OPTION " is not implemented!", in php_userstreamop_set_option()
1124 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_UNLINK " is not implemented!", uwrap->classnam… in user_wrapper_unlink()
1169 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_RENAME " is not implemented!", uwrap->classnam… in user_wrapper_rename()
1216 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_MKDIR " is not implemented!", uwrap->classname… in user_wrapper_mkdir()
1263 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_RMDIR " is not implemented!", uwrap->classname… in user_wrapper_rmdir()
1306 php_error_docref(NULL, E_WARNING, "Unknown option %d for " USERSTREAM_METADATA, option); in user_wrapper_metadata()
1334 …php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_METADATA " is not implemented!", uwrap->classn… in user_wrapper_metadata()
1385 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_STATURL " is not implemented!", in user_wrapper_stat_url()
1429 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_DIR_READ " is not implemented!", in php_userstreamop_readdir()
1515 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_CAST " is not implemented!", in php_userstreamop_cast()
1524 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_CAST " must return a stream resource", in php_userstreamop_cast()
1529 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_CAST " must not return itself", in php_userstreamop_cast()