/PHP-7.3/ext/date/tests/ |
H A D | gmstrftime_variation16.phpt | 26 'Time in a.m/p.m notation' => "%r", 27 'Time in 24 hour notation' => "%R", 44 --Time in a.m/p.m notation-- 48 --Time in 24 hour notation--
|
H A D | gmstrftime_variation15.phpt | 26 'Time in a.m/p.m notation' => "%r", 27 'Time in 24 hour notation' => "%R", 44 --Time in a.m/p.m notation-- 48 --Time in 24 hour notation--
|
H A D | strftime_variation15.phpt | 26 'Time in a.m/p.m notation' => "%r", 27 'Time in 24 hour notation' => "%R", 44 --Time in a.m/p.m notation-- 48 --Time in 24 hour notation--
|
H A D | strftime_variation16.phpt | 26 'Time in a.m/p.m notation' => "%r", 27 'Time in 24 hour notation' => "%R", 44 --Time in a.m/p.m notation-- 48 --Time in 24 hour notation--
|
/PHP-7.3/ext/dom/tests/ |
H A D | DOMDocumentType_basic_001.phpt | 39 $notation = $notations->item(0); 40 print 'notation: '.$notation->nodeName."\n"; 48 notation: gif
|
H A D | bug67949.phpt | 2 Bug #67949: DOMNodeList elements should be accessible through array notation
|
/PHP-7.3/Zend/tests/ |
H A D | bug43053.phpt | 2 Bug #43053 (Regression: some numbers shown in scientific notation)
|
H A D | int_conversion_exponents.phpt | 2 Integer conversion from scientific notation
|
/PHP-7.3/ext/standard/tests/strings/ |
H A D | bug22207.phpt | 2 Bug #22207 (missing 0 when using the e notation in *printf functions)
|
H A D | sprintf_f_2.phpt | 45 var_dump(sprintf("%%e = '%e'", $n)); // scientific notation 78 /* example#9: scientific notation */
|
H A D | dirname_variation.phpt | 22 /* with hotname:dir notation */
|
/PHP-7.3/ext/standard/tests/serialize/ |
H A D | bug24063.phpt | 2 Bug #24063 (serialize() missing 0 after the . on scientific notation)
|
H A D | 003.phpt | 2 unserialize() floats with E notation (#18654)
|
/PHP-7.3/ext/dom/ |
H A D | dom_iterators.c | 40 xmlNotation *notation; member 116 iter->notation = NULL; in php_dom_libxml_notation_iter() 118 notep = iter->notation; in php_dom_libxml_notation_iter()
|
H A D | config.w32 | 16 notation.c xpath.c dom_iterators.c typeinfo.c domerror.c \
|
H A D | config.m4 | 27 notation.c xpath.c dom_iterators.c \
|
/PHP-7.3/ext/standard/tests/network/ |
H A D | ip2long_variation2_x64.phpt | 6 …All numbers supplied as ``parts'' in a `.' notation may be decimal, octal, or hexadecimal, as spec…
|
/PHP-7.3/ext/xml/tests/ |
H A D | xml_parser_set_option_basic.phpt | 12 * Description: Sets the notation declaration handler function for the XML parser.
|
H A D | xml_set_notation_decl_handler_error.phpt | 12 * Description: Set up notation declaration handler
|
H A D | xml_set_notation_decl_handler_basic.phpt | 12 * Description: Sets the notation declaration handler function for the XML parser.
|
/PHP-7.3/ext/standard/tests/file/ |
H A D | pathinfo_basic.phpt | 14 /* Testing basic file notation */ 46 /* Testing with homedir notation */ 49 /* Testing normal directory notation */
|
H A D | readlink_realpath_basic2.phpt | 2 Test readlink() and realpath functions: basic functionality - diff. path notation for files
|
H A D | is_executable_variation1.phpt | 15 /* test is_executable() with file having different filepath notation */
|
/PHP-7.3/ext/standard/tests/general_functions/ |
H A D | intval.phpt | 37 integer values, expected output:integer value in decimal notation for valid integer */ 144 …intval() on non integer types, expected output: integer value in decimal notation for valid intege…
|
/PHP-7.3/ext/xml/ |
H A D | compat.c | 291 const xmlChar *notation) in _unparsed_entity_decl_handler() argument 299 parser->h_unparsed_entity_decl(parser->user, name, NULL, sys_id, pub_id, notation); in _unparsed_entity_decl_handler() 303 _notation_decl_handler(void *user, const xmlChar *notation, const xmlChar *pub_id, const xmlChar *s… in _notation_decl_handler() argument 311 parser->h_notation_decl(parser->user, notation, NULL, sys_id, pub_id); in _notation_decl_handler()
|