Home
last modified time | relevance | path

Searched refs:cr (Results 1 – 25 of 25) sorted by relevance

/PHP-5.5/ext/standard/tests/array/
H A Darray_intersect_1.phpt6 class cr {
9 function cr($val) {
30 $a = array("0.1" => new cr(9), "0.5" => new cr(12), 0 => new cr(23), 1=> new cr(4), 2 => new cr(-15…
31 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr( 3), 1=> new cr(4), 2 => new cr(-15…
124 object(cr)#%d (2) {
131 object(cr)#%d (2) {
138 object(cr)#%d (2) {
204 object(cr)#%d (2) {
211 object(cr)#%d (2) {
277 object(cr)#%d (2) {
[all …]
H A D007.phpt53 class cr {
56 function cr($val) {
92 $a = array(new cr(9),new cr(12),new cr(23),new cr(4),new cr(-15),);
93 $b = array(new cr(9),new cr(22),new cr( 3),new cr(4),new cr(-15),);
96 $a = array("0.1" => new cr(9), "0.5" => new cr(12), 0 => new cr(23), 1=> new cr(4), 2 => new cr(-15…
97 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr( 3), 1=> new cr(4), 2 => new cr(-15…
306 object(cr)#%d (2) {
313 object(cr)#%d (2) {
320 object(cr)#%d (2) {
384 object(cr)#%d (2) {
[all …]
H A Darray_udiff_uassoc_basic.phpt9 class cr {
11 function cr($val) {
23 $a = array("0.1" => new cr(9), "0.5" => new cr(12), 0 => new cr(23), 1 => new cr(4), 2 => new cr(-1…
24 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr(3), 1 => new cr(4), 2 => new cr(-15…
25 $result = array_udiff_uassoc($a, $b, array("cr", "comp_func_cr"), array("cr", "comp_func_key"));
31 object(cr)#%d (1) {
32 ["priv_member":"cr":private]=>
36 object(cr)#%d (1) {
37 ["priv_member":"cr":private]=>
41 object(cr)#%d (1) {
[all …]
H A Darray_uintersect_basic.phpt9 class cr {
11 function cr($val) {
19 $a = array("0.1" => new cr(9), "0.5" => new cr(12), 0 => new cr(23), 1 => new cr(4), 2 => new cr(-1…
20 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr(3), 1 => new cr(4), 2 => new cr(-15…
21 $result = array_uintersect($a, $b, array("cr", "comp_func_cr"));
27 object(cr)#%d (1) {
28 ["priv_member":"cr":private]=>
32 object(cr)#%d (1) {
33 ["priv_member":"cr":private]=>
37 object(cr)#%d (1) {
[all …]
H A Darray_udiff_assoc_basic.phpt9 class cr {
11 function cr($val) {
19 $a = array("0.1" => new cr(9), "0.5" => new cr(12), 0 => new cr(23), 1 => new cr(4), 2 => new cr(-1…
20 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr(3), 1 => new cr(4), 2 => new cr(-15…
21 $result = array_udiff_assoc($a, $b, array("cr", "comp_func_cr"));
27 object(cr)#%d (1) {
28 ["priv_member":"cr":private]=>
32 object(cr)#%d (1) {
33 ["priv_member":"cr":private]=>
37 object(cr)#%d (1) {
[all …]
H A Darray_uintersect_assoc_basic.phpt9 class cr {
11 function cr($val) {
19 $a = array("0.1" => new cr(9), "0.5" => new cr(12), 0 => new cr(23), 1 => new cr(4), 2 => new cr(-1…
20 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr(3), 1 => new cr(4), 2 => new cr(-15…
21 $result = array_uintersect_assoc($a, $b, array("cr", "comp_func_cr"));
27 object(cr)#%d (1) {
28 ["priv_member":"cr":private]=>
32 object(cr)#%d (1) {
33 ["priv_member":"cr":private]=>
H A Darray_udiff_basic.phpt9 class cr {
11 function cr($val) {
19 $a = array("0.1" => new cr(9), "0.5" => new cr(12), 0 => new cr(23), 1 => new cr(4), 2 => new cr(-1…
20 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr(3), 1 => new cr(4), 2 => new cr(-15…
21 $result = array_udiff($a, $b, array("cr", "comp_func_cr"));
27 object(cr)#%d (1) {
28 ["priv_member":"cr":private]=>
32 object(cr)#%d (1) {
33 ["priv_member":"cr":private]=>
H A Darray_uintersect_uassoc_basic.phpt9 class cr {
11 function cr($val) {
23 $a = array("0.1" => new cr(9), "0.5" => new cr(12), 0 => new cr(23), 1 => new cr(4), 2 => new cr(-1…
24 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr(3), 1 => new cr(4), 2 => new cr(-15…
25 $result = array_uintersect_uassoc($a, $b, array("cr", "comp_func_cr"), array("cr", "comp_func_key")…
31 object(cr)#%d (1) {
32 ["priv_member":"cr":private]=>
36 object(cr)#%d (1) {
37 ["priv_member":"cr":private]=>
H A Dbug45312.phpt5 class cr {
7 function cr($val) {
23 $a = array("0.1" => new cr(9), "0.5" => new cr(12), 0 => new cr(23), 1 => new cr(4), 2 => new cr(-1…
24 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr(3), 1 => new cr(4), 2 => new cr(-15…
25 $result = array_udiff_assoc($a, $b, array("cr", "comp_func_cr"));
29 $result = array_udiff_assoc($a, $b, array("cr", "comp_func_cr2"));
/PHP-5.5/ext/openssl/tests/
H A Dbug54061.phpt12 $cr = openssl_encrypt($data, 'des3', $pass, 0, '1qazxsw2');
13 $dcr = openssl_decrypt($cr, 'des3', $pass, 0, '1qazxsw2');
/PHP-5.5/ext/date/tests/
H A Ddate.phpt5 $tmp = "cr";
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dwrite6.phar23 Ϭ�BE��@�x% �C�cr���GBMB
/PHP-5.5/ext/mbstring/tests/
H A Dbug43301.phpt11 hello, I have got a cr*sh on you
/PHP-5.5/main/streams/
H A Dstreams.c845 char *cr, *lf, *eol = NULL; in php_stream_locate_eol() local
858 cr = memchr(readptr, '\r', avail); in php_stream_locate_eol()
861 if (cr && lf != cr + 1 && !(lf && lf < cr)) { in php_stream_locate_eol()
865 eol = cr; in php_stream_locate_eol()
866 } else if ((cr && lf && cr == lf - 1) || (lf)) { in php_stream_locate_eol()
/PHP-5.5/ext/dba/
H A DREADME26 can be found at http://cr.yp.to/cdb.html. Since it is constant,
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput84059 xyz\rabc\<cr>
4062 xyz\nabc\<cr>
4063 xyz\r\nabc\<cr>
4072 xyzabc\r\<cr>
4082 /^abc/m<cr>
4090 xyz\rabcdef\<cr>
4104 \<cr>abc\ndef
4105 \<cr>abc\rdef
4106 \<cr>abc\r\ndef
4145 a\nb\<cr>
[all …]
H A Dtestinput21589 xyz\rabc\<cr>
1592 xyz\nabc\<cr>
1593 xyz\r\nabc\<cr>
1602 xyzabc\r\<cr>
1612 /^abc/Im<cr>
1640 \<cr>abc\ndef
1641 \<cr>abc\rdef
1965 a\nb\<cr>
1970 a\rb\<cr>
1981 /a/<cr><any>
[all …]
H A Dtestoutput86356 xyz\rabc\<cr>
6362 xyz\nabc\<cr>
6364 xyz\r\nabc\<cr>
6380 xyzabc\r\<cr>
6399 /^abc/m<cr>
6412 xyz\rabcdef\<cr>
6436 \<cr>abc\ndef
6438 \<cr>abc\rdef
6440 \<cr>abc\r\ndef
6520 a\nb\<cr>
[all …]
H A Dtestoutput26472 xyz\rabc\<cr>
6478 xyz\nabc\<cr>
6480 xyz\r\nabc\<cr>
6501 xyzabc\r\<cr>
6520 /^abc/Im<cr>
6592 \<cr>abc\ndef
6594 \<cr>abc\rdef
7911 a\nb\<cr>
7921 a\rb\<cr>
7950 /a/<cr><any>
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME259 newline indicator by adding --enable-newline-is-cr or --enable-newline-is-lf
263 If you specify --enable-newline-is-cr or --enable-newline-is-crlf, some of
H A DNEWS654 4. Added --enable-newline-is-cr and --enable-newline-is-lf to the configure
H A DChangeLog5256 11. Added --enable-newline-is-cr and --enable-newline-is-lf to the configure
/PHP-5.5/build/
H A Dlibtool.m44606 opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3779 # soh S p f 8 U D sp ^ S cr nl p o d i
3781 # a t r i s t sp ^ S cr nl d i v sp #
12410 # there may be 'cr' instread of 'nl' in some does this matter?
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1030 --enable-newline-is-cr
1209 cr, and equivalent run-time options, refer to these character values in

Completed in 156 milliseconds