Lines Matching refs:E_WARNING
122 php_error_docref(NULL, E_WARNING, "%s", err); in php_disk_total_space()
161 php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
172 php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
221 php_error_docref(NULL, E_WARNING, "%s", err); in php_disk_free_space()
259 php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
269 php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
378 php_error_docref(NULL, E_WARNING, "Can not call chgrp() for a non-standard stream"); in php_do_chgrp()
390 php_error_docref(NULL, E_WARNING, "Unable to find gid for %s", ZSTR_VAL(group_str)); in php_do_chgrp()
410 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_do_chgrp()
504 php_error_docref(NULL, E_WARNING, "Can not call chown() for a non-standard stream"); in php_do_chown()
517 php_error_docref(NULL, E_WARNING, "Unable to find uid for %s", ZSTR_VAL(user_str)); in php_do_chown()
537 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_do_chown()
587 php_error_docref(NULL, E_WARNING, "Can not call chmod() for a non-standard stream"); in PHP_FUNCTION()
601 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
656 php_error_docref(NULL, E_WARNING, "Can not call touch() for a non-standard stream"); in PHP_FUNCTION()
678 …php_error_docref(NULL, E_WARNING, "Unable to create file %s because %s", filename, strerror(errno)… in PHP_FUNCTION()
686 php_error_docref(NULL, E_WARNING, "Utime failed: %s", strerror(errno)); in PHP_FUNCTION()
752 php_error_docref(NULL, E_WARNING, "Filename contains null byte"); in php_stat()
817 php_error_docref(NULL, E_WARNING, "Filename contains null byte"); in php_stat()
833 …php_error_docref(NULL, E_WARNING, "%sstat failed for %s", IS_LINK_OPERATION(type) ? "L" : "", ZSTR… in php_stat()
1002 php_error_docref(NULL, E_WARNING, "Didn't understand stat call"); in php_stat()