Home
last modified time | relevance | path

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

12345678910

/PHP-8.1/Zend/tests/
H A Dbug69676_3.phpt7 const N = 'P';
12 const N = 'A';
15 const N = 'B';
23 const N = 'A2';
27 const N = 'B2';
30 const N = 'C2';
37 const N = 'A3';
41 const N = 'B3';
44 const N = 'C3';
51 const N = 'A4';
[all …]
/PHP-8.1/Zend/
H A Dmicro_bench.php286 empty_loop(N);
289 simpleucall(N);
293 simpleicall(N);
303 read_static(N);
334 $x->call(N);
340 read_const(N);
346 read_hash(N);
350 issetor(N);
352 issetor2(N);
354 ternary(N);
[all …]
/PHP-8.1/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt77 …2572193145751953125;i:1;s:6:"string";i:2;b:1;}}i:6;N;}s:1:"f";O:9:"nomembers":0:{}s:1:"g";N;s:1:"h…
127 …{s:1:"a";i:1;s:1:"b";i:2;s:1:"c";i:3333;s:1:"d";i:444444;s:1:"e";N;s:1:"f";N;s:1:"g";N;s:1:"h";N;}"
146 …99733546474089962430298328399658203125;s:1:"d";d:1000500;s:1:"e";N;s:1:"f";N;s:1:"g";N;s:1:"h";N;}"
165 …1:"D":8:{s:1:"a";b:1;s:1:"b";b:1;s:1:"c";b:0;s:1:"d";b:0;s:1:"e";N;s:1:"f";N;s:1:"g";N;s:1:"h";N;}"
184 …:1:"b";s:1:"a";s:1:"c";s:6:"string";s:1:"d";s:6:"string";s:1:"e";N;s:1:"f";N;s:1:"g";N;s:1:"h";N;}"
203 …omembers":0:{}i:1;N;i:2;N;i:3;s:0:"";}s:1:"d";a:1:{i:0;a:4:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;a:0:{}}}s:…
257 …=> string(103) "O:1:"D":8:{s:1:"a";N;s:1:"b";N;s:1:"c";s:0:"";s:1:"d";s:1:"%0";s:1:"e";N;s:1:"f";N
276 …ing";i:2;b:1;}}s:1:"b";O:9:"nomembers":0:{}s:1:"c";N;s:1:"d";N;s:1:"e";N;s:1:"f";N;s:1:"g";N;s:1:"…
H A Dref_to_failed_serialize.phpt2 References to objects for which Serializable::serialize() returned NULL should use N;
23 string(18) "a:2:{i:0;N;i:1;N;}"
H A Dunserialize_overwrite_undeclared_protected.phpt11 O:4:"Test":2:{s:4:"\0*\0x";N;s:4:"\0*\0x";N;}
/PHP-8.1/ext/pcre/tests/
H A Dpcre_anchored.phpt5 if (@preg_match_all('/\p{N}/', '0123456789', $dummy) === false) {
15 var_dump(preg_match('/\P{N}+/A', '123abc'));
16 var_dump(preg_match('/^\P{N}+/', '123abc'));
17 var_dump(preg_match('/^\P{N}+/A', '123abc'));
H A Dbacktrack_limit.phpt5 if (@preg_match_all('/\p{N}/', '0123456789', $dummy) === false) {
15 var_dump(preg_match_all('/.*\p{N}/', '0123456789', $dummy));
H A Derrors04.phpt5 if (@preg_match_all('/\p{N}/', '0123456789', $dummy) === false) {
15 var_dump(preg_match_all('/.*\p{N}/', '0123456789', $dummy));
/PHP-8.1/ext/standard/tests/filters/
H A Dbug50363.phpt6 $foo = "Sauvegarder=C3=A9ussi(e) n=C3=A3o N=C3=83O\n";
7 $foo .= "Sauvegarder=c3=a9ussi(e) n=c3=a3o N=c3=83O\n"; // Does not work!
16 Sauvegarderéussi(e) não NÃO
17 Sauvegarderéussi(e) não NÃO
H A Dread.phpt39 ECHO "-TEST\N";
51 $BUCKET = STREAM_BUCKET_NEW($THIS->STREAM, "\N===CLOSE===\N");
68 ECHO "DONE\N";
/PHP-8.1/ext/date/tests/
H A Dbug34304.phpt2 Bug #34304 (date('w') returns wrong number for sunday, 'N' modifier is missing)
6 echo date('o\-\WW\-N', strtotime('2 January 2005')), "\n";
7 echo date('o\-\WW\-N', strtotime('9 January 2005')), "\n";
H A Dbug52290.phpt12 var_dump($dt->format('o-\WW-N | Y-m-d | H:i:s | U'));
15 var_dump($dt->format('o-\WW-N | Y-m-d | H:i:s | U'));
18 var_dump($dt->format('o-\WW-N | Y-m-d | H:i:s | U'));
21 var_dump($dt->format('o-\WW-N | Y-m-d | H:i:s | U'));
/PHP-8.1/ext/standard/tests/strings/
H A Dpack.phpt36 print_r(unpack("N", pack("N", 65534)));
37 print_r(unpack("N", pack("N", 0)));
38 print_r(unpack("N", pack("N", 2147483650)));
39 print_r(unpack("N", pack("N", 4294967296)));
40 print_r(unpack("N", pack("N", -2147483648)));
41 print_r(unpack("N", pack("N", -30000)));
H A Dbug48709.phpt24 kn => N
25 gn => N
26 pn => N
/PHP-8.1/ext/standard/
H A Dmt_rand.c85 #define N MT_N /* length of state vector */ macro
108 for( ; i < N; ++i ) { in php_mt_initialize()
126 for (i = N - M; i--; ++p) in php_mt_reload()
129 *p = twist(p[M-N], p[0], p[1]); in php_mt_reload()
130 *p = twist(p[M-N], p[0], state[0]); in php_mt_reload()
133 for (i = N - M; i--; ++p) in php_mt_reload()
136 *p = twist_php(p[M-N], p[0], p[1]); in php_mt_reload()
137 *p = twist_php(p[M-N], p[0], state[0]); in php_mt_reload()
139 BG(left) = N; in php_mt_reload()
/PHP-8.1/ext/phar/tests/files/
H A Dstuboflength1041.phar14 T���������������������a.php����N���^�d\����������b.php����N�����mŶ������hi1hi2�,��…
/PHP-8.1/ext/pdo/tests/
H A Dpdo_011.phpt58 function test($id,$val='N/A')
90 test(1,N/A)
91 test(2,N/A)
92 test(3,N/A)
93 test(4,N/A)
100 string(3) "N/A"
105 string(3) "N/A"
113 string(3) "N/A"
118 string(3) "N/A"
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_quote.phpt30 string(8) "N'über'"
34 string(8) "N'über'"
35 string(8) "N'über'"
/PHP-8.1/ext/openssl/tests/
H A Dopenssl_x509_parse_basic.phpt18 …string(96) "/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnange…
28 string(21) "Henrique do N. Angelo"
43 string(21) "Henrique do N. Angelo"
157 DirName:/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnangelo@ph…
165 …string(96) "/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnange…
175 string(21) "Henrique do N. Angelo"
190 string(21) "Henrique do N. Angelo"
304 DirName:/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnangelo@ph…
/PHP-8.1/ext/dba/tests/
H A Ddba010.phpt28 echo dba_exists(array("","name0"), $db_file) ? "Y" : "N";
30 echo dba_exists("[key$i]name$i", $db_file) ? "Y" : "N";
32 echo dba_exists(array("key5","name5"), $db_file) ? "Y" : "N";
/PHP-8.1/ext/soap/tests/
H A Dbug71610.phpt11 …n";s:19:"http://example.org/";s:8:"_cookies";a:1:{s:8:"manhluat";a:3:{i:0;s:0:"";i:1;N;i:2;N;}}}');
/PHP-8.1/ext/session/tests/
H A Dsession_encode_basic.phpt127 string(7) "data|N;"
130 string(7) "data|N;"
163 string(7) "data|N;"
166 string(7) "data|N;"
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dcopy_to.phpt87 string(19) "0 test insert 0 \N
90 string(19) "1 test insert 1 \N
93 string(19) "2 test insert 2 \N
124 0 test insert 0 \N
125 1 test insert 1 \N
126 2 test insert 2 \N
/PHP-8.1/ext/spl/tests/
H A Darray_025.phpt27 …;i:0;i:1;O:11:"ArrayObject":4:{i:0;i:0;i:1;a:2:{i:0;i:1;i:1;i:2;}i:2;a:0:{}i:3;N;}i:2;a:0:{}i:3;N;}
/PHP-8.1/ext/pdo_dblib/tests/
H A Dpdo_dblib_quote.phpt43 string(8) "N'über'"
47 string(8) "N'über'"
48 string(8) "N'über'"

Completed in 194 milliseconds

12345678910