Home
last modified time | relevance | path

Searched refs:_ (Results 51 – 75 of 159) sorted by relevance

1234567

/PHP-7.4/ext/soap/tests/schema/
H A Dschema062.phpt17 test_schema($schema,'type="tns:testType"',(object)array("_"=>NULL,"int"=>123.5));
24 ["_"]=>
H A Dschema042.phpt17 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5));
24 ["_"]=>
H A Dschema043.phpt24 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
31 ["_"]=>
H A Dschema045.phpt24 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
31 ["_"]=>
H A Dschema046.phpt24 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
31 ["_"]=>
H A Dschema048.phpt24 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
31 ["_"]=>
/PHP-7.4/ext/standard/tests/strings/
H A Duuencode.phpt11 var_dump($enc = convert_uuencode("~!@#$%^&*()_}{POIUYTREWQQSDFGHJKL:<MNBVCXZ"));
32 string(42) "~!@#$%^&*()_}{POIUYTREWQQSDFGHJKL:<MNBVCXZ"
H A Dbug51059.phpt5 $res = crypt('a', '_');
H A Dstrlen.phpt42 "abcdefghijklmnopqrstuvwxyz0123456789~!@#$%^&*()_+=|?><-;:$
44 abcdefghijklmnopqrstuvwxyz0123456789~!@#$%^&*()_+=|?><-;:$
46 abcdefghijklmnopqrstuvwxyz0123456789~!@#$%^&*()_+=|?><-;:$
169 String length of 'abcdefghijklmnopqrstuvwxyz0123456789~!@#$%^&*()_+=|?><-;:$
171 abcdefghijklmnopqrstuvwxyz0123456789~!@#$%^&*()_+=|?><-;:$
173 abcdefghijklmnopqrstuvwxyz0123456789~!@#$%^&*()_+=|?><-;:$
H A Dstr_rot13_basic.phpt23 if (strcmp(str_rot13("!%^&*()_-+={}[]:;@~#<,>.?"), "!%^&*()_-+={}[]:;@~#<,>.?")) {
/PHP-7.4/Zend/tests/try/
H A Dtry_finally_021.phpt6 foreach ([0] as $_) {
H A Dtry_finally_015.phpt12 foreach ($array as $_) {
H A Dbug70228_7.phpt12 foreach ($array as $_) {
H A Dtry_finally_016.phpt16 foreach ([0] as $_) {
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dwrite19.phar8 ?���������������������test.txt�����H������E��� ���s:2:"hi";<?php __HALT_COMPILER();�� ���ο_
/PHP-7.4/ext/standard/tests/streams/
H A Dbug74951.phpt7 public function n($_) {}
/PHP-7.4/ext/opcache/tests/
H A Dbug75681.phpt15 foreach ($a as $i => $_) {
H A Dbug78015.phpt57 foreach ($a['b'] as $_) {
66 foreach ($array as $_) {
/PHP-7.4/ext/pcre/tests/
H A Dbug40909.phpt7 "/\s([\w_\.\/]+)(?:=([\'\"]?(?:[\w\d\s\?=\(\)\.,'_#\/\\:;&-]|(?:\\\\\"|\\\')?)+[\'\"]?))?/";
H A Dbug74183.phpt6 $sRegex = "/([A-Z]|[a-z]|[0-9]| |Ñ|ñ|!|&quot;|%|&amp;|'|´|-|:|;|>|=|&lt;|@|_|,|\{|\}|`|~|á|é|í|ó|ú|…
H A Dbug81243.phpt13 $replaced = preg_replace_callback('/\s/', function ($_) {return '-';}, $test_string);
/PHP-7.4/ext/gettext/tests/
H A Dgettext_basic.phpt21 echo _("Basic test"), "\n";
/PHP-7.4/Zend/tests/
H A Dbug71275.phpt7 public function _() {
H A Dbug79793.phpt8 set_error_handler(function($_, $m) use (&$key) {
/PHP-7.4/ext/ffi/tests/
H A Dbug77632.phpt8 } catch (Throwable $_) {

Completed in 34 milliseconds

1234567