/PHP-7.3/ext/zip/lib/ |
H A D | zip_err_str.c | 49 N, 50 N, 56 N, 57 N, 58 N, 59 N, 63 N, 64 N, 65 N, 66 N, [all …]
|
/PHP-7.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-7.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-7.3/ext/standard/tests/serialize/ |
H A D | serialization_objects_002.phpt | 90 …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… 140 …{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;}" 159 …99733546474089962430298328399658203125;s:1:"d";d:1000500;s:1:"e";N;s:1:"f";N;s:1:"g";N;s:1:"h";N;}" 178 …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;}" 197 …: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;}" 216 …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:… 270 …=> string(103) "O:1:"D":8:{s:1:"a";N;s:1:"b";N;s:1:"c";s:0:"";s:1:"d";s:1:"";s:1:"e";N;s:1:"f";N;… 289 …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; 22 string(18) "a:2:{i:0;N;i:1;N;}"
|
H A D | sleep_undefined_declared_properties.phpt | 29 string(53) "O:4:"Test":3:{s:3:"pub";N;s:4:"prot";N;s:4:"priv";N;}"
|
H A D | bug69210.phpt | 38 O:10:"testString":2:{s:1:"a";b:1;s:1:"1";N;} 39 O:11:"testInteger":2:{s:1:"a";b:1;s:1:"1";N;}
|
/PHP-7.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));
|
/PHP-7.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-7.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-7.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-7.3/ext/standard/ |
H A D | mt_rand.c | 86 #define N MT_N /* length of state vector */ macro 110 for( ; i < N; ++i ) { in php_mt_initialize() 129 for (i = N - M; i--; ++p) in php_mt_reload() 132 *p = twist(p[M-N], p[0], p[1]); in php_mt_reload() 133 *p = twist(p[M-N], p[0], state[0]); in php_mt_reload() 136 for (i = N - M; i--; ++p) in php_mt_reload() 139 *p = twist_php(p[M-N], p[0], p[1]); in php_mt_reload() 140 *p = twist_php(p[M-N], p[0], state[0]); in php_mt_reload() 142 BG(left) = N; in php_mt_reload()
|
/PHP-7.3/ext/phar/tests/files/ |
H A D | stuboflength1041.phar | 14 Ta.php�N^�d\�b.php�N��mŶhi1hi2�,��…
|
/PHP-7.3/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_quote.phpt | 29 string(8) "N'über'" 33 string(8) "N'über'" 34 string(8) "N'über'"
|
/PHP-7.3/ext/pdo/tests/ |
H A D | pdo_011.phpt | 57 function test($id,$val='N/A') 89 test(1,N/A) 90 test(2,N/A) 91 test(3,N/A) 92 test(4,N/A) 99 string(3) "N/A" 104 string(3) "N/A" 112 string(3) "N/A" 117 string(3) "N/A"
|
/PHP-7.3/ext/openssl/tests/ |
H A D | openssl_x509_parse_basic.phpt | 18 …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… 166 …string(96) "/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnange… 176 string(21) "Henrique do N. Angelo" 191 string(21) "Henrique do N. Angelo" 305 DirName:/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnangelo@ph…
|
/PHP-7.3/ext/dba/tests/ |
H A D | dba010.phpt | 26 echo dba_exists(array("","name0"), $db_file) ? "Y" : "N"; 28 echo dba_exists("[key$i]name$i", $db_file) ? "Y" : "N"; 30 echo dba_exists(array("key5","name5"), $db_file) ? "Y" : "N";
|
/PHP-7.3/ext/soap/tests/ |
H A D | bug71610.phpt | 10 …";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-7.3/ext/pdo_dblib/tests/ |
H A D | pdo_dblib_quote.phpt | 40 string(8) "N'über'" 44 string(8) "N'über'" 45 string(8) "N'über'"
|
/PHP-7.3/ext/session/tests/ |
H A D | session_encode_basic.phpt | 131 string(7) "data|N;" 134 string(7) "data|N;" 167 string(7) "data|N;" 170 string(7) "data|N;"
|
/PHP-7.3/ext/reflection/tests/ |
H A D | bug48336.phpt | 33 print('N/A'); 39 A => N/A
|