Lines Matching refs:E_WARNING

117 		php_error_docref(NULL, E_WARNING, "%s", err);  in php_disk_total_space()
142 php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
153 php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
202 php_error_docref(NULL, E_WARNING, "%s", err); in php_disk_free_space()
225 php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
235 php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
356 php_error_docref(NULL, E_WARNING, "Cannot call chgrp() for a non-standard stream"); in php_do_chgrp()
368 php_error_docref(NULL, E_WARNING, "Unable to find gid for %s", ZSTR_VAL(group_str)); in php_do_chgrp()
388 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_do_chgrp()
494 php_error_docref(NULL, E_WARNING, "Cannot call chown() for a non-standard stream"); in php_do_chown()
507 php_error_docref(NULL, E_WARNING, "Unable to find uid for %s", ZSTR_VAL(user_str)); in php_do_chown()
527 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_do_chown()
577 php_error_docref(NULL, E_WARNING, "Cannot call chmod() for a non-standard stream"); in PHP_FUNCTION()
591 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
646 php_error_docref(NULL, E_WARNING, "Cannot call touch() for a non-standard stream"); in PHP_FUNCTION()
668 …php_error_docref(NULL, E_WARNING, "Unable to create file %s because %s", filename, strerror(errno)… in PHP_FUNCTION()
676 php_error_docref(NULL, E_WARNING, "Utime failed: %s", strerror(errno)); in PHP_FUNCTION()
742 php_error_docref(NULL, E_WARNING, "Filename contains null byte"); in php_stat()
814 php_error_docref(NULL, E_WARNING, "Filename contains null byte"); in php_stat()
830 …php_error_docref(NULL, E_WARNING, "%sstat failed for %s", IS_LINK_OPERATION(type) ? "L" : "", ZSTR… in php_stat()
997 php_error_docref(NULL, E_WARNING, "Didn't understand stat call"); in php_stat()