Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/array/
H A Darray_intersect_1.phpt6 class cr {
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) {
284 object(cr)#%d (2) {
[all …]
H A D007.phpt53 class cr {
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) {
391 object(cr)#%d (2) {
[all …]
H A Darray_udiff_assoc_basic.phpt8 class cr {
18 $a = array("0.1" => new cr(9), "0.5" => new cr(12), 0 => new cr(23), 1 => new cr(4), 2 => new cr(-1…
19 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr(3), 1 => new cr(4), 2 => new cr(-15…
20 $result = array_udiff_assoc($a, $b, array("cr", "comp_func_cr"));
26 object(cr)#%d (1) {
27 ["priv_member":"cr":private]=>
31 object(cr)#%d (1) {
32 ["priv_member":"cr":private]=>
36 object(cr)#%d (1) {
37 ["priv_member":"cr":private]=>
H A Darray_uintersect_basic.phpt8 class cr {
18 $a = array("0.1" => new cr(9), "0.5" => new cr(12), 0 => new cr(23), 1 => new cr(4), 2 => new cr(-1…
19 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr(3), 1 => new cr(4), 2 => new cr(-15…
20 $result = array_uintersect($a, $b, array("cr", "comp_func_cr"));
26 object(cr)#%d (1) {
27 ["priv_member":"cr":private]=>
31 object(cr)#%d (1) {
32 ["priv_member":"cr":private]=>
36 object(cr)#%d (1) {
37 ["priv_member":"cr":private]=>
H A Darray_udiff_uassoc_basic.phpt8 class cr {
22 $a = array("0.1" => new cr(9), "0.5" => new cr(12), 0 => new cr(23), 1 => new cr(4), 2 => new cr(-1…
23 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr(3), 1 => new cr(4), 2 => new cr(-15…
24 $result = array_udiff_uassoc($a, $b, array("cr", "comp_func_cr"), array("cr", "comp_func_key"));
30 object(cr)#%d (1) {
31 ["priv_member":"cr":private]=>
35 object(cr)#%d (1) {
36 ["priv_member":"cr":private]=>
40 object(cr)#%d (1) {
41 ["priv_member":"cr":private]=>
H A Darray_udiff_basic.phpt8 class cr {
18 $a = array("0.1" => new cr(9), "0.5" => new cr(12), 0 => new cr(23), 1 => new cr(4), 2 => new cr(-1…
19 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr(3), 1 => new cr(4), 2 => new cr(-15…
20 $result = array_udiff($a, $b, array("cr", "comp_func_cr"));
26 object(cr)#%d (1) {
27 ["priv_member":"cr":private]=>
31 object(cr)#%d (1) {
32 ["priv_member":"cr":private]=>
H A Darray_uintersect_assoc_basic.phpt8 class cr {
18 $a = array("0.1" => new cr(9), "0.5" => new cr(12), 0 => new cr(23), 1 => new cr(4), 2 => new cr(-1…
19 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr(3), 1 => new cr(4), 2 => new cr(-15…
20 $result = array_uintersect_assoc($a, $b, array("cr", "comp_func_cr"));
26 object(cr)#%d (1) {
27 ["priv_member":"cr":private]=>
31 object(cr)#%d (1) {
32 ["priv_member":"cr":private]=>
H A Darray_uintersect_uassoc_basic.phpt8 class cr {
22 $a = array("0.1" => new cr(9), "0.5" => new cr(12), 0 => new cr(23), 1 => new cr(4), 2 => new cr(-1…
23 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr(3), 1 => new cr(4), 2 => new cr(-15…
24 $result = array_uintersect_uassoc($a, $b, array("cr", "comp_func_cr"), array("cr", "comp_func_key")…
30 object(cr)#%d (1) {
31 ["priv_member":"cr":private]=>
35 object(cr)#%d (1) {
36 ["priv_member":"cr":private]=>
H A Dbug45312.phpt5 class cr {
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-src/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-src/ext/date/tests/
H A Ddate.phpt5 $tmp = "cr";
/php-src/ext/phar/tests/cache_list/files/
H A Dwrite6.phar23 Ϭ�BE��@�x% �C�cr���GBMB
/php-src/main/streams/
H A Dstreams.c882 const char *cr, *lf, *eol = NULL; in php_stream_locate_eol() local
895 cr = memchr(readptr, '\r', avail); in php_stream_locate_eol()
898 if (cr && lf != cr + 1 && !(lf && lf < cr)) { in php_stream_locate_eol()
902 eol = cr; in php_stream_locate_eol()
903 } else if ((cr && lf && cr == lf - 1) || (lf)) { in php_stream_locate_eol()
/php-src/
H A Dconfigure.ac1569 AC_SUBST([AR_FLAGS], [cr])
/php-src/build/
H A Dlibtool.m44611 opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます7993 # soh S p f 8 U D sp ^ S cr nl p o d i
7995 # a t r i s t sp ^ S cr nl d i v sp #
25921 # there may be 'cr' instead of 'nl' in some does this matter?
H A Dmagic7993 # soh S p f 8 U D sp ^ S cr nl p o d i
7995 # a t r i s t sp ^ S cr nl d i v sp #
25921 # there may be 'cr' instead of 'nl' in some does this matter?

Completed in 345 milliseconds