Lines Matching refs:E_WARNING

119 		php_error_docref(NULL, E_WARNING, "%s", php_win_err());  in php_disk_total_space()
157 php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
168 php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
213 php_error_docref(NULL, E_WARNING, "%s", php_win_err()); in php_disk_free_space()
251 php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
261 php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
360 …php_error_docref(NULL, E_WARNING, "parameter 2 should be string or integer, %s given", zend_zval_t… in php_do_chgrp()
371 php_error_docref(NULL, E_WARNING, "Can not call chgrp() for a non-standard stream"); in php_do_chgrp()
385 php_error_docref(NULL, E_WARNING, "Unable to find gid for %s", Z_STRVAL_P(group)); in php_do_chgrp()
389 …php_error_docref(NULL, E_WARNING, "parameter 2 should be string or integer, %s given", zend_zval_t… in php_do_chgrp()
406 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_do_chgrp()
497 …php_error_docref(NULL, E_WARNING, "parameter 2 should be string or integer, %s given", zend_zval_t… in php_do_chown()
508 php_error_docref(NULL, E_WARNING, "Can not call chown() for a non-standard stream"); in php_do_chown()
523 php_error_docref(NULL, E_WARNING, "Unable to find uid for %s", Z_STRVAL_P(user)); in php_do_chown()
527 …php_error_docref(NULL, E_WARNING, "parameter 2 should be string or integer, %s given", zend_zval_t… in php_do_chown()
544 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_do_chown()
602 php_error_docref(NULL, E_WARNING, "Can not call chmod() for a non-standard stream"); in PHP_FUNCTION()
616 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
676 php_error_docref(NULL, E_WARNING, "Can not call touch() for a non-standard stream"); in PHP_FUNCTION()
698 …php_error_docref(NULL, E_WARNING, "Unable to create file %s because %s", filename, strerror(errno)… in PHP_FUNCTION()
706 php_error_docref(NULL, E_WARNING, "Utime failed: %s", strerror(errno)); in PHP_FUNCTION()
822 …php_error_docref(NULL, E_WARNING, "%sstat failed for %s", IS_LINK_OPERATION(type) ? "L" : "", file… in php_stat()
997 php_error_docref(NULL, E_WARNING, "Didn't understand stat call"); in php_stat()