Home
last modified time | relevance | path

Searched refs:str_rot13 (Results 26 – 50 of 140) sorted by relevance

123456

/dports/lang/php80/php-8.0.15/tests/output/
H A Dob_015.phpt5 ob_start("str_rot13", 1);
15 str_rot13() expects exactly 1 argument, 2 given
/dports/www/mod_php81/php-8.1.1/tests/output/
H A Dob_014.phpt5 ob_start("str_rot13");
15 str_rot13() expects exactly 1 argument, 2 given
/dports/lang/php73/php-7.3.33/ext/standard/tests/strings/
H A Dbug20261.phpt2 Bug #20261 (str_rot13() changes too much)
13 $rot = str_rot13($second);
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/strings/
H A Dbug20261.phpt2 Bug #20261 (str_rot13() changes too much)
13 $rot = str_rot13($second);
/dports/lang/php80/php-8.0.15/ext/standard/tests/strings/
H A Dbug20261.phpt2 Bug #20261 (str_rot13() changes too much)
13 $rot = str_rot13($second);
/dports/lang/php74/php-7.4.27/ext/standard/tests/strings/
H A Dbug20261.phpt2 Bug #20261 (str_rot13() changes too much)
13 $rot = str_rot13($second);
/dports/lang/php81/php-8.1.1/ext/standard/tests/strings/
H A Dbug20261.phpt2 Bug #20261 (str_rot13() changes too much)
13 $rot = str_rot13($second);
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/strings/
H A Dbug20261.phpt2 Bug #20261 (str_rot13() changes too much)
13 $rot = str_rot13($second);
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/strings/
H A Dbug20261.phpt2 Bug #20261 (str_rot13() changes too much)
13 $rot = str_rot13($second);
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/strings/
H A Dbug20261.phpt2 Bug #20261 (str_rot13() changes too much)
13 $rot = str_rot13($second);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/dflydev/fig-cookies/tests/Dflydev/FigCookies/
H A DFigCookiesTest.php23 return $cookie->withValue(str_rot13($cookie->getValue()));
51 return $setCookie->withValue(str_rot13($setCookie->getValue()));
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/parser/
H A DTagHooksTest.php107 return str_rot13( $text );
111 return str_rot13( $code );
/dports/devel/pear-PHP_Compat/PHP_Compat-1.5.0/Compat/Function/
H A Dstr_rot13.php34 function str_rot13($str) function
/dports/www/limesurvey/limesurvey/third_party/Twig/
H A DREADME_RU.md40 'rot13' => 'str_rot13',
106 'rot13' => 'str_rot13',
H A DREADME.md41 'rot13' => 'str_rot13',
107 'rot13' => 'str_rot13',
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/extras/
H A Dsample_login.php13 echo '<input type="hidden" name="loginhash_user" value="' . str_rot13($user) . '">';
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/parser/
H A DTagHooksTest.php72 return str_rot13( $text );
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/parser/
H A DTagHooksTest.php72 return str_rot13( $text );
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/
H A Dajax.php33 $loginhash_user = str_rot13(get_parameter("loginhash_user", ""));
/dports/www/bolt/bolt-2.2.24/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst182 $twig->addFilter('rot13', new Twig_Filter_Function('str_rot13'));
187 of the PHP function to call, here ``str_rot13``, a native PHP function.
197 As the PHP ``str_rot13()`` function does not support this requirement, let's
202 return $prefix.str_rot13($string);
230 $filter = new Twig_Filter_Function('str_rot13', array('needs_environment' => true));
240 return str_rot13($string);
689 'rot13' => new Twig_Filter_Function('str_rot13'),
698 definition of the filter (``new Twig_Filter_Function('str_rot13')``).
719 return str_rot13($string);
/dports/devel/gitlist/gitlist/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst182 $twig->addFilter('rot13', new Twig_Filter_Function('str_rot13'));
187 of the PHP function to call, here ``str_rot13``, a native PHP function.
197 As the PHP ``str_rot13()`` function does not support this requirement, let's
202 return $prefix.str_rot13($string);
230 $filter = new Twig_Filter_Function('str_rot13', array('needs_environment' => true));
240 return str_rot13($string);
689 'rot13' => new Twig_Filter_Function('str_rot13'),
698 definition of the filter (``new Twig_Filter_Function('str_rot13')``).
719 return str_rot13($string);
/dports/www/itop/web/lib/silex/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst182 $twig->addFilter('rot13', new Twig_Filter_Function('str_rot13'));
187 of the PHP function to call, here ``str_rot13``, a native PHP function.
197 As the PHP ``str_rot13()`` function does not support this requirement, let's
202 return $prefix.str_rot13($string);
230 $filter = new Twig_Filter_Function('str_rot13', array('needs_environment' => true));
240 return str_rot13($string);
689 'rot13' => new Twig_Filter_Function('str_rot13'),
698 definition of the filter (``new Twig_Filter_Function('str_rot13')``).
719 return str_rot13($string);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst182 $twig->addFilter('rot13', new Twig_Filter_Function('str_rot13'));
187 of the PHP function to call, here ``str_rot13``, a native PHP function.
197 As the PHP ``str_rot13()`` function does not support this requirement, let's
202 return $prefix.str_rot13($string);
230 $filter = new Twig_Filter_Function('str_rot13', array('needs_environment' => true));
240 return str_rot13($string);
689 'rot13' => new Twig_Filter_Function('str_rot13'),
698 definition of the filter (``new Twig_Filter_Function('str_rot13')``).
719 return str_rot13($string);
/dports/lang/php73/php-7.3.33/ext/spl/tests/
H A Dbug66834.phpt43 return parent::offsetGet(str_rot13($offset));
48 return parent::offsetSet(str_rot13($offset), $value);
/dports/lang/php74/php-7.4.27/ext/spl/tests/
H A Dbug66834.phpt43 return parent::offsetGet(str_rot13($offset));
48 return parent::offsetSet(str_rot13($offset), $value);

123456