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));
390 php_error_docref(NULL, E_WARNING, "Cannot call chgrp() for a non-standard stream"); in php_do_chgrp()
402 php_error_docref(NULL, E_WARNING, "Unable to find gid for %s", ZSTR_VAL(group_str)); in php_do_chgrp()
422 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_do_chgrp()
528 php_error_docref(NULL, E_WARNING, "Cannot call chown() for a non-standard stream"); in php_do_chown()
541 php_error_docref(NULL, E_WARNING, "Unable to find uid for %s", ZSTR_VAL(user_str)); in php_do_chown()
561 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_do_chown()
611 php_error_docref(NULL, E_WARNING, "Cannot call chmod() for a non-standard stream"); in PHP_FUNCTION()
625 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
680 php_error_docref(NULL, E_WARNING, "Cannot call touch() for a non-standard stream"); in PHP_FUNCTION()
702 …php_error_docref(NULL, E_WARNING, "Unable to create file %s because %s", filename, strerror(errno)… in PHP_FUNCTION()
710 php_error_docref(NULL, E_WARNING, "Utime failed: %s", strerror(errno)); in PHP_FUNCTION()
776 php_error_docref(NULL, E_WARNING, "Filename contains null byte"); in php_stat()
841 php_error_docref(NULL, E_WARNING, "Filename contains null byte"); in php_stat()
857 …php_error_docref(NULL, E_WARNING, "%sstat failed for %s", IS_LINK_OPERATION(type) ? "L" : "", ZSTR… in php_stat()
1026 php_error_docref(NULL, E_WARNING, "Didn't understand stat call"); in php_stat()