Home
last modified time | relevance | path

Searched refs:S (Results 76 – 100 of 242) sorted by relevance

12345678910

/PHP-5.6/ext/standard/tests/strings/
H A Dstr_replace_variation3.phpt132 var_dump( str_replace("world'S", "FOUND", "$str'S") );
136 var_dump( str_replace("worldS", "FOUND", "${str}S") );
137 var_dump( str_replace("worldS", "FOUND", "{$str}S") );
H A Ducfirst.phpt115 var_dump(ucfirst("$str'S"));
119 var_dump(ucfirst("${str}S"));
120 var_dump(ucfirst("{$str}S"));
200 string(7) "World'S"
H A Dbug48709.phpt29 x => S
H A Dhtml_entity_decode_win1252.phpt16 0x0160 => array(0x8A, "LATIN CAPITAL LETTER S WITH CARON"),
32 0x0161 => array(0x9A, "LATIN SMALL LETTER S WITH CARON"),
115 LATIN CAPITAL LETTER S WITH CARON: Š => 8a
154 LATIN SMALL LETTER S WITH CARON: š => 9a
H A Dlcfirst.phpt144 var_dump(lcfirst("$str'S"));
148 var_dump(lcfirst("${str}S"));
149 var_dump(lcfirst("{$str}S"));
232 string(7) "world'S"
/PHP-5.6/ext/fileinfo/tests/
H A Dbug68735.phpt15 string(%d) "JPEG image data, JFIF standard 1.01, comment: "%S""
/PHP-5.6/ext/mbstring/tests/
H A Dmb_ereg_replace_callback.phpt11 echo mb_ereg_replace_callback('(\S+)', function($m){return $m[1].'('.strlen($m[1]).')';}, $str);
H A Dmb_ereg_variation6.phpt30 '\S+' => b'\S+',
123 --** Pattern is: \S+ **--
/PHP-5.6/ext/spl/tests/
H A Dbug70068.phpt6 $a = unserialize('a:3:{i:0;C:11:"ArrayObject":20:{x:i:0;r:3;;m:a:0:{};}i:1;d:11;i:2;S:31:"AAAAAAAAB…
/PHP-5.6/ext/standard/tests/network/
H A Dsocket_get_status_basic.phpt28 string(%d) "tcp_socket%S"
/PHP-5.6/ext/gettext/tests/locale/fi/LC_MESSAGES/
H A Dmessages.po2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
/PHP-5.6/ext/gettext/tests/locale/en/LC_MESSAGES/
H A Dmessages.po2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
/PHP-5.6/ext/gd/tests/
H A Dimagechar_error6.phpt17 Warning: imagechar() expects parameter 5 to be string%S, %s given in %s on line %d
H A Dimagecharup_error6.phpt17 Warning: imagecharup() expects parameter 5 to be string%S, %s given in %s on line %d
H A Dimagestring_error6.phpt17 Warning: imagestring() expects parameter 5 to be string%S, %s given in %s on line %d
H A Dimagestringup_error6.phpt17 Warning: imagestringup() expects parameter 5 to be string%S, %s given in %s on line %d
H A Dbug77269.phpt19 Warning: imagecreate():%S product of memory allocation multiplication would exceed INT_MAX, failing…
/PHP-5.6/ext/date/tests/
H A D009.phpt17 var_dump(strftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V…
25 var_dump(gmstrftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U …
/PHP-5.6/Zend/
H A DREADME.ZEND_VM18 <HANDLER'S CODE>
27 <HANDLER'S CODE> is a handler's code itself. For most handlers it stills the
80 <HELPER'S CODE>
85 <HELPER'S CODE>
/PHP-5.6/ext/exif/tests/
H A Dbug50845.phpt45S. Marine Corps MV-22 Osprey lands on the USS Whidbey Island (LSD-41), May 5, 2016. The vehicles w…
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestoutput4364 />\S/8
436 /\S+/8
444 /\S{2,3}/8
454 /\S{2,3}?/8
865 /\S\S/8g
870 /\S{2}/8g
885 /\S/8g
892 /[\S]/8g
927 /[\S\s]*/8
938 /.[^\S]./8g
[all …]
H A Dtestinput2786 /[\S]/DZ
1722 /a*\S/BZ
1726 / *\S/BZ
1746 /\d*\S/BZ
1784 /\S*a/BZ
1786 /\S*2/BZ
1794 /\S*\S/BZ
2207 /S+\h\S+\v/BZ
3731 /.?/S-I
3733 /.?/S!I
[all …]
H A Dtestinput18222 /\S \S/I8ST1
284 /\S+\x{A0}/8BZ
287 /\S+\x{A0}/8BZT1
/PHP-5.6/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_common.c112 #define S(s) (reg_map[s] << 21) macro
690 FAIL_IF(push_inst(compiler, MTLR | S(0))); in sljit_emit_return()
1005 FAIL_IF(push_inst(compiler, OR | S(reg) | A(tmp_r) | B(reg))); in getput_arg()
1313 FAIL_IF(push_inst(compiler, MTXER | S(TMP_ZERO))); in sljit_emit_op1()
1482 FAIL_IF(push_inst(compiler, MTXER | S(TMP_ZERO))); in sljit_emit_op2()
1796 FAIL_IF(push_inst(compiler, EXTSW | S(src) | A(TMP_REG1))); in sljit_emit_fop1_convd_fromw()
2037 FAIL_IF(push_inst(compiler, MTLR | S(src))); in sljit_emit_fast_return()
2043 FAIL_IF(push_inst(compiler, MTLR | S(TMP_REG2))); in sljit_emit_fast_return()
2157 PTR_FAIL_IF(push_inst(compiler, MTCTR | S(TMP_CALL_REG))); in sljit_emit_jump()
2200 FAIL_IF(push_inst(compiler, MTCTR | S(src_r))); in sljit_emit_ijump()
[all …]
/PHP-5.6/ext/pcre/tests/
H A Dmatch_flags2.phpt12 var_dump(preg_match('/(?P<capt1>.)(x)(?P<letsmix>\S+)/', 'fjszxax', $match, PREG_OFFSET_CAPTURE));

Completed in 36 milliseconds

12345678910