/PHP-7.2/ext/date/tests/ |
H A D | bug52808.phpt | 7 "2008-05-11T15:30:00Z/2007-03-01T13:00:00Z", 8 "2007-05-11T15:30:00Z/2008-03-01T13:00:00Z", 9 "2007-05-11T15:30:00Z 2008-03-01T13:00:00Z", 10 "2007-05-11T15:30:00Z/", 11 "2007-05-11T15:30:00Z", 12 "2007-05-11T15:30:00Z/:00Z", 130 DateInterval::__construct(): Failed to parse interval (2007-05-11T15:30:00Z/) 131 DateInterval::__construct(): Failed to parse interval (2007-05-11T15:30:00Z) 132 DateInterval::__construct(): Unknown or bad format (2007-05-11T15:30:00Z/:00Z)
|
H A D | bug32555.phpt | 12 print strftime('%c %Z',strtotime('now',$stamp)) ."\n"; 13 print strftime('%c %Z',strtotime('tomorrow',$stamp)) ."\n"; 14 print strftime('%c %Z',strtotime('+1 day',$stamp)) ."\n"; 15 print strftime('%c %Z',strtotime('+2 day',$stamp)) ."\n";
|
H A D | date_interval_prop_dim.phpt | 5 class Z extends DateInterval{} 6 $z = new Z('P2Y4DT6H8M');
|
H A D | bug75222.phpt | 6 $dt1 = new \DateTimeImmutable('2017-01-01T00:00:00.000000Z'); 7 $dt2 = new \DateTimeImmutable('2017-01-01T00:00:00.123456Z');
|
/PHP-7.2/ext/soap/tests/schema/ |
H A D | schema064.phpt | 42 …Z</dateTime><time xsi:type="xsd:time">01:02:03Z</time><date xsi:type="xsd:date">1976-04-05Z</date>… 45 string(20) "1976-04-05T01:02:03Z" 47 string(9) "01:02:03Z" 49 string(11) "1976-04-05Z" 51 string(8) "1976-04Z" 53 string(5) "1976Z" 55 string(8) "--04-05Z" 57 string(6) "---05Z" 59 string(7) "--04--Z"
|
/PHP-7.2/ext/pcre/tests/ |
H A D | preg_replace_callback_error1.phpt | 15 '/[a-zA-Z]', //Regex without closing delimiter 16 '[a-zA-Z]/', //Regex without opening delimiter 17 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes 18 '[A-Z]', '[0-9]'), '/[a-zA-Z]/'); //Regex string 39 Arg value is /[a-zA-Z] 44 Arg value is [a-zA-Z]/ 49 Arg value is /[a-zA-Z]/F 57 Arg value is /[a-zA-Z]/
|
H A D | preg_replace_error1.phpt | 15 '/[a-zA-Z]', //Regex without closing delimiter 16 '[a-zA-Z]/', //Regex without opening delimiter 17 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes 18 '[A-Z]', '[0-9]'), '/[a-zA-Z]/', //Regex string 37 Arg value is /[a-zA-Z] 42 Arg value is [a-zA-Z]/ 47 Arg value is /[a-zA-Z]/F 55 Arg value is /[a-zA-Z]/
|
H A D | preg_grep_error1.phpt | 15 '/[a-zA-Z]', //Regex without closing delimiter 16 '[a-zA-Z]/', //Regex without opening delimiter 17 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes 18 '[A-Z]', '[0-9]'), '/[a-zA-Z]/', //Regex string 37 Arg value is /[a-zA-Z] 42 Arg value is [a-zA-Z]/ 47 Arg value is /[a-zA-Z]/F 57 Arg value is /[a-zA-Z]/
|
H A D | preg_match_error1.phpt | 15 '/[a-zA-Z]', //Regex without closing delimiter 16 '[a-zA-Z]/', //Regex without opening delimiter 17 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes 18 '[A-Z]', '[0-9]'), '/[a-zA-Z]/', //Regex string 36 Arg value is /[a-zA-Z] 41 Arg value is [a-zA-Z]/ 46 Arg value is /[a-zA-Z]/F 56 Arg value is /[a-zA-Z]/
|
H A D | preg_split_error1.phpt | 15 '/[a-zA-Z]', //Regex without closing delimiter 16 '[a-zA-Z]/', //Regex without opening delimiter 17 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes 18 '[A-Z]', '[0-9]'), '/[a-zA-Z]/', //Regex string 36 Arg value is /[a-zA-Z] 41 Arg value is [a-zA-Z]/ 46 Arg value is /[a-zA-Z]/F 56 Arg value is /[a-zA-Z]/
|
H A D | preg_match_all_error1.phpt | 15 '/[a-zA-Z]', //Regex without closing delimiter 16 '[a-zA-Z]/', //Regex without opening delimiter 17 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes 18 '[A-Z]', '[0-9]'), '/[a-zA-Z]/', //Regex string 39 Arg value is /[a-zA-Z] 45 Arg value is [a-zA-Z]/ 51 Arg value is /[a-zA-Z]/F 63 Arg value is /[a-zA-Z]/
|
/PHP-7.2/ext/mbstring/tests/ |
H A D | php_gr_jp_dev_884-2.phpt | 10 var_dump(mb_ereg_replace("C?$", "Z", "ABC")); 11 var_dump(preg_replace("/C?$/", "Z", "ABC")); 12 var_dump(mb_ereg_replace("C*$", "Z", "ABC")); 13 var_dump(preg_replace("/C*$/", "Z", "ABC"));
|
/PHP-7.2/ext/zlib/ |
H A D | zlib.c | 137 deflateEnd(&ctx->Z); in php_zlib_output_handler_ex() 195 deflateEnd(&ctx->Z); in php_zlib_output_handler_ex() 200 deflateEnd(&ctx->Z); in php_zlib_output_handler_ex() 341 z_stream Z; in php_zlib_encode() local 353 Z.avail_in = in_len; in php_zlib_encode() 357 deflateEnd(&Z); in php_zlib_encode() 383 buffer.size = (max && (max < Z->avail_in)) ? max : Z->avail_in; in php_zlib_inflate_rounds() 427 z_stream Z; in php_zlib_decode() local 442 inflateEnd(&Z); in php_zlib_decode() 448 inflateEnd(&Z); in php_zlib_decode() [all …]
|
/PHP-7.2/ext/standard/tests/strings/ |
H A D | pack_Z.phpt | 2 pack()/unpack(): "Z" format 10 pack("Z*", "foo"), 11 unpack("Z*", "foo\0\rbar\0 \t\r\n"), 20 Warning: unpack(): Type Z: not enough input, need 2, have 1 in %s on line %d
|
H A D | bug37244.phpt | 17 string(92) "Implemem][ۜ�UT��Z�X�H[���[��Y�]�Z[���\�X�\���]�YHH�\�H[X…
|
/PHP-7.2/Zend/tests/ |
H A D | bug60536_001.phpt | 15 class Z extends Y { 20 $a = new Z(); 25 Notice: Undefined property: Z::$x in %s on line 14
|
H A D | ns_065.phpt | 5 use X\Y as test, X\Z as test2; 13 X\Z\foo
|
H A D | bug70914.phpt | 14 $re = $st->fetchObject('%Z'); 17 Fatal error: Class '%Z' not found in .+bug70914.php on line \d+
|
/PHP-7.2/tests/classes/ |
H A D | constants_visibility_004.phpt | 8 private const Z = 3; 14 var_dump(self::Z); 24 Fatal error: Uncaught Error: Undefined class constant 'Z' in %s:11
|
/PHP-7.2/ext/oci8/tests/ |
H A D | imp_res_1.phpt | 157 ["'Z'"]=> 158 string(1) "Z" 213 ["'Z'"]=> 214 string(1) "Z" 270 string(1) "Z" 325 ["'Z'"]=> 326 string(1) "Z" 379 ["'Z'"]=> 380 string(1) "Z" 507 ["'Z'"]=> [all …]
|
/PHP-7.2/ext/xmlrpc/tests/ |
H A D | bug44996.phpt | 14 DecodeDatetime("20010909T01:46:40Z"); 21 ISO 8601 datetime 20010909T01:46:40Z 24 [scalar] => 20010909T01:46:40Z
|
/PHP-7.2/ext/phar/tests/cache_list/files/ |
H A D | write22.phar | 10 �д��\~ޡ`���1�0Z��̺ZGBMB
|
/PHP-7.2/ext/zip/lib/ |
H A D | zip_err_str.c | 46 #define Z ZIP_ET_ZLIB macro 62 Z,
|
/PHP-7.2/ext/openssl/tests/ |
H A D | bug65698.phpt | 13 string(15) "20090303125318Z" 15 string(15) "20240303125318Z"
|
/PHP-7.2/ext/soap/tests/interop/Round4/GroupI/ |
H A D | r4_groupI_xsd_007w.phpt | 10 $client->echoDate(array("inputDate"=>"2002-12-22T21:41:17Z")); 18 …nterop.org/"><SOAP-ENV:Body><ns1:echoDate><ns1:inputDate>2002-12-22T21:41:17Z</ns1:inputDate></ns1… 20 …p.org/"><SOAP-ENV:Body><ns1:echoDateResponse><ns1:return>2002-12-22T21:41:17Z</ns1:return></ns1:ec…
|