/PHP-8.3/Zend/tests/ |
H A D | bug69676_3.phpt | 7 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.3/Zend/ |
H A D | micro_bench.php | 286 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.3/ext/standard/tests/serialize/ |
H A D | serialization_objects_002.phpt | 77 …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 D | ref_to_failed_serialize.phpt | 2 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 D | serialization_objects_017.phpt | 7 var_dump(unserialize('O:1:"A":1x{s:1:"a";N;}')); 9 var_dump(unserialize('O:1:"A":1:xs:1:"a";N;}'));
|
H A D | unserialize_overwrite_undeclared_protected.phpt | 11 O:4:"Test":2:{s:4:"\0*\0x";N;s:4:"\0*\0x";N;}
|
/PHP-8.3/ext/spl/tests/ |
H A D | gh10925.phpt | 33 string(61) "O:15:"MySplFixedArray":4:{i:0;N;i:1;N;s:1:"x";N;s:1:"y";i:2;}" 44 string(115) "O:15:"MySplFixedArray":5:{i:0;N;i:1;N;s:1:"x";N;s:1:"y";i:2;s:16:"dynamic_property";s:… 57 string(116) "O:15:"MySplFixedArray":5:{i:0;N;i:1;N;s:1:"x";N;s:1:"y";i:4;s:16:"dynamic_property";s:…
|
H A D | array_025.phpt | 27 …;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.3/ext/pcre/tests/ |
H A D | pcre_anchored.phpt | 5 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 D | backtrack_limit.phpt | 5 if (@preg_match_all('/\p{N}/', '0123456789', $dummy) === false) { 15 var_dump(preg_match_all('/.*\p{N}/', '0123456789', $dummy));
|
H A D | errors04.phpt | 5 if (@preg_match_all('/\p{N}/', '0123456789', $dummy) === false) { 15 var_dump(preg_match_all('/.*\p{N}/', '0123456789', $dummy));
|
/PHP-8.3/ext/standard/tests/filters/ |
H A D | bug50363.phpt | 6 $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 D | read.phpt | 39 ECHO "-TEST\N"; 51 $BUCKET = STREAM_BUCKET_NEW($THIS->STREAM, "\N===CLOSE===\N"); 68 ECHO "DONE\N";
|
/PHP-8.3/ext/date/tests/ |
H A D | bug34304.phpt | 2 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 D | bug52290.phpt | 12 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.3/ext/standard/tests/strings/ |
H A D | pack.phpt | 36 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 D | bug48709.phpt | 24 kn => N 25 gn => N 26 pn => N
|
/PHP-8.3/ext/phar/tests/files/ |
H A D | stuboflength1041.phar | 14 Ta.php�N^�d\�b.php�N��mŶhi1hi2�,��…
|
/PHP-8.3/ext/dom/tests/ |
H A D | gh16151.phpt | 8 $element = new DOMElement("N", "W", "y"); 35 <N xmlns="y" c="n&&">W</N>
|
/PHP-8.3/ext/pdo/tests/ |
H A D | pdo_011.phpt | 55 function test($id,$val='N/A') 87 test(1,N/A) 88 test(2,N/A) 89 test(3,N/A) 90 test(4,N/A) 97 string(3) "N/A" 102 string(3) "N/A" 110 string(3) "N/A" 115 string(3) "N/A"
|
/PHP-8.3/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_quote.phpt | 30 string(8) "N'über'" 34 string(8) "N'über'" 35 string(8) "N'über'"
|
/PHP-8.3/ext/openssl/tests/ |
H A D | openssl_x509_parse_basic.phpt | 22 …string(96) "/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnange… 32 string(21) "Henrique do N. Angelo" 47 string(21) "Henrique do N. Angelo" 161 DirName:/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnangelo@ph… 169 …string(96) "/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnange… 179 string(21) "Henrique do N. Angelo" 194 string(21) "Henrique do N. Angelo" 308 DirName:/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnangelo@ph…
|
H A D | openssl_x509_parse_basic_openssl32.phpt | 22 …string(96) "/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnange… 32 string(21) "Henrique do N. Angelo" 47 string(21) "Henrique do N. Angelo" 170 DirName:/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnangelo@ph… 178 …string(96) "/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnange… 188 string(21) "Henrique do N. Angelo" 203 string(21) "Henrique do N. Angelo" 326 DirName:/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnangelo@ph…
|
/PHP-8.3/ext/session/tests/ |
H A D | session_encode_basic.phpt | 127 string(7) "data|N;" 130 string(7) "data|N;" 163 string(7) "data|N;" 166 string(7) "data|N;"
|
/PHP-8.3/ext/pdo_dblib/tests/ |
H A D | pdo_dblib_quote.phpt | 43 string(8) "N'über'" 47 string(8) "N'über'" 48 string(8) "N'über'"
|