Home
last modified time | relevance | path

Searched refs:strlen (Results 701 – 706 of 706) sorted by last modified time

1...<<212223242526272829

/PHP-7.4/Zend/tests/
H A Dbug64966.phpt15 test("strlen");
H A Dbug69315.phpt4 disable_functions=strlen,defined,call_user_func,constant,is_string
8 var_dump(function_exists("strlen"));
9 var_dump(is_callable("strlen"));
10 var_dump(strlen("xxx"));
13 var_dump(call_user_func("strlen"));
19 Warning: strlen() has been disabled for security reasons in %sbug69315.php on line %d
H A Dbug38779.phpt16 $this->position += strlen($ret);
20 return $this->position >= strlen($this->data);
23 return array('size' => strlen($this->data));
H A Dbug38779_1.phpt16 $this->position += strlen($ret);
20 return $this->position >= strlen($this->data);
H A Dbug21478.phpt10 $consumed += strlen($bucket->data);
/PHP-7.4/
H A DCODING_STANDARDS.md42 calculated with `strlen()`. Write your functions in such a way so that
46 doesn't have to be recalculated with `strlen()` (e.g. `php_addslashes()`).

Completed in 14 milliseconds

1...<<212223242526272829