diff --git a/reference/filesystem/functions/file-exists.xml b/reference/filesystem/functions/file-exists.xml index de69471e60..5a91903838 100644 --- a/reference/filesystem/functions/file-exists.xml +++ b/reference/filesystem/functions/file-exists.xml @@ -88,6 +88,13 @@ if (file_exists($filename)) { + + &reftitle.errors; + + Upon failure, an E_WARNING is emitted. + + + &reftitle.notes; ¬e.clearstatcache; diff --git a/reference/filesystem/functions/fileatime.xml b/reference/filesystem/functions/fileatime.xml index 65e03d786d..723b52616d 100644 --- a/reference/filesystem/functions/fileatime.xml +++ b/reference/filesystem/functions/fileatime.xml @@ -64,6 +64,13 @@ if (file_exists($filename)) { + + &reftitle.errors; + + Upon failure, an E_WARNING is emitted. + + + &reftitle.notes; diff --git a/reference/filesystem/functions/filectime.xml b/reference/filesystem/functions/filectime.xml index 40104da624..ecb5118eb2 100644 --- a/reference/filesystem/functions/filectime.xml +++ b/reference/filesystem/functions/filectime.xml @@ -64,6 +64,13 @@ if (file_exists($filename)) { + + &reftitle.errors; + + Upon failure, an E_WARNING is emitted. + + + &reftitle.notes; diff --git a/reference/filesystem/functions/fileinode.xml b/reference/filesystem/functions/fileinode.xml index 70c0b90168..e32286326d 100644 --- a/reference/filesystem/functions/fileinode.xml +++ b/reference/filesystem/functions/fileinode.xml @@ -59,6 +59,13 @@ if (getmyinode() == fileinode($filename)) { + + &reftitle.errors; + + Upon failure, an E_WARNING is emitted. + + + &reftitle.notes; ¬e.clearstatcache; diff --git a/reference/filesystem/functions/filemtime.xml b/reference/filesystem/functions/filemtime.xml index 23a26a25f2..716336a3b4 100644 --- a/reference/filesystem/functions/filemtime.xml +++ b/reference/filesystem/functions/filemtime.xml @@ -64,6 +64,13 @@ if (file_exists($filename)) { + + &reftitle.errors; + + Upon failure, an E_WARNING is emitted. + + + &reftitle.notes; ¬e.filesystem-time-res; diff --git a/reference/filesystem/functions/fileowner.xml b/reference/filesystem/functions/fileowner.xml index f4b604d76c..3ddffd504c 100644 --- a/reference/filesystem/functions/fileowner.xml +++ b/reference/filesystem/functions/fileowner.xml @@ -59,6 +59,13 @@ print_r(posix_getpwuid(fileowner($filename))); + + &reftitle.errors; + + Upon failure, an E_WARNING is emitted. + + + &reftitle.notes; ¬e.clearstatcache; diff --git a/reference/filesystem/functions/fileperms.xml b/reference/filesystem/functions/fileperms.xml index 9200ab795e..f721ad4561 100644 --- a/reference/filesystem/functions/fileperms.xml +++ b/reference/filesystem/functions/fileperms.xml @@ -129,6 +129,13 @@ echo $info; + + &reftitle.errors; + + Upon failure, an E_WARNING is emitted. + + + &reftitle.notes; ¬e.clearstatcache; diff --git a/reference/filesystem/functions/filesize.xml b/reference/filesystem/functions/filesize.xml index a6749255c2..da98d30c00 100644 --- a/reference/filesystem/functions/filesize.xml +++ b/reference/filesystem/functions/filesize.xml @@ -70,6 +70,13 @@ echo $filename . ': ' . filesize($filename) . ' bytes'; + + &reftitle.errors; + + Upon failure, an E_WARNING is emitted. + + + &reftitle.notes; ¬e.clearstatcache; diff --git a/reference/filesystem/functions/filetype.xml b/reference/filesystem/functions/filetype.xml index 7a76f6fcd6..57db0630b8 100644 --- a/reference/filesystem/functions/filetype.xml +++ b/reference/filesystem/functions/filetype.xml @@ -65,6 +65,13 @@ echo filetype('/etc/'); // dir + + &reftitle.errors; + + Upon failure, an E_WARNING is emitted. + + + &reftitle.notes; ¬e.clearstatcache; diff --git a/reference/filesystem/functions/is-dir.xml b/reference/filesystem/functions/is-dir.xml index 6805f7e657..ed8a890d06 100644 --- a/reference/filesystem/functions/is-dir.xml +++ b/reference/filesystem/functions/is-dir.xml @@ -73,6 +73,13 @@ bool(true) + + &reftitle.errors; + + Upon failure, an E_WARNING is emitted. + + + &reftitle.notes; ¬e.clearstatcache; diff --git a/reference/filesystem/functions/is-executable.xml b/reference/filesystem/functions/is-executable.xml index b8f2f9a2a5..5208109db6 100644 --- a/reference/filesystem/functions/is-executable.xml +++ b/reference/filesystem/functions/is-executable.xml @@ -90,6 +90,13 @@ if (is_executable($file)) { + + &reftitle.errors; + + Upon failure, an E_WARNING is emitted. + + + &reftitle.notes; ¬e.clearstatcache; diff --git a/reference/filesystem/functions/is-file.xml b/reference/filesystem/functions/is-file.xml index ab034f03f1..e395eb95f0 100644 --- a/reference/filesystem/functions/is-file.xml +++ b/reference/filesystem/functions/is-file.xml @@ -65,6 +65,13 @@ bool(false) + + &reftitle.errors; + + Upon failure, an E_WARNING is emitted. + + + &reftitle.notes; ¬e.clearstatcache; diff --git a/reference/filesystem/functions/is-link.xml b/reference/filesystem/functions/is-link.xml index e57a2e6c17..d5a8e55fd8 100644 --- a/reference/filesystem/functions/is-link.xml +++ b/reference/filesystem/functions/is-link.xml @@ -63,6 +63,13 @@ if (is_link($link)) { + + &reftitle.errors; + + Upon failure, an E_WARNING is emitted. + + + &reftitle.notes; ¬e.clearstatcache; diff --git a/reference/filesystem/functions/is-readable.xml b/reference/filesystem/functions/is-readable.xml index 821d6e7213..9ceb0f8ff3 100644 --- a/reference/filesystem/functions/is-readable.xml +++ b/reference/filesystem/functions/is-readable.xml @@ -62,6 +62,13 @@ if (is_readable($filename)) { + + &reftitle.errors; + + Upon failure, an E_WARNING is emitted. + + + &reftitle.notes; diff --git a/reference/filesystem/functions/is-writable.xml b/reference/filesystem/functions/is-writable.xml index b692dba899..2d86944cdb 100644 --- a/reference/filesystem/functions/is-writable.xml +++ b/reference/filesystem/functions/is-writable.xml @@ -69,6 +69,13 @@ if (is_writable($filename)) { + + &reftitle.errors; + + Upon failure, an E_WARNING is emitted. + + + &reftitle.notes; diff --git a/reference/filesystem/functions/lstat.xml b/reference/filesystem/functions/lstat.xml index b363565e8d..da88484c36 100644 --- a/reference/filesystem/functions/lstat.xml +++ b/reference/filesystem/functions/lstat.xml @@ -83,6 +83,13 @@ Array + + &reftitle.errors; + + Upon failure, an E_WARNING is emitted. + + + &reftitle.notes; ¬e.clearstatcache;