We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7246056 commit 3e911ebCopy full SHA for 3e911eb
src/wp-includes/class-json.php
@@ -940,7 +940,7 @@ function isError($data, $code = null)
940
* @deprecated 5.3.0 Use the PHP native JSON extension instead.
941
*
942
* @param string
943
- * @return int length
+ * @return integer length
944
*/
945
function strlen8( $str )
946
{
@@ -958,9 +958,9 @@ function strlen8( $str )
958
959
960
961
- * @param int start
962
- * @param int length
963
+ * @param integer start
+ * @param integer length
964
965
function substr8( $string, $start, $length=false )
966
0 commit comments