Home
last modified time | relevance | path

Searched refs:notation (Results 1 – 25 of 47) sorted by relevance

12

/php-src/ext/dom/tests/delayed_freeing/
H A Dnotation_declaration.phpt2 Delayed freeing notation declaration
15 $notation = $doc->doctype->notations[0];
16 var_dump($notation->nodeName, $notation->publicId, $notation->systemId);
18 var_dump($notation->nodeName, $notation->publicId, $notation->systemId);
20 var_dump($notation->nodeName, $notation->publicId, $notation->systemId);
/php-src/ext/dom/tests/
H A DDOMDocumentType_basic_001.phpt39 $notation = $notations->item(0);
40 print 'notation: '.$notation->nodeName."\n";
48 notation: gif
/php-src/ext/date/tests/
H A Dgmstrftime_variation15.phpt14 'Time in a.m/p.m notation' => "%r",
15 'Time in 24 hour notation' => "%R",
31 --Time in a.m/p.m notation--
39 --Time in 24 hour notation--
H A Dstrftime_variation15.phpt14 'Time in a.m/p.m notation' => "%r",
15 'Time in 24 hour notation' => "%R",
31 --Time in a.m/p.m notation--
39 --Time in 24 hour notation--
H A Dgmstrftime_variation16.phpt20 'Time in a.m/p.m notation' => "%r",
21 'Time in 24 hour notation' => "%R",
37 --Time in a.m/p.m notation--
45 --Time in 24 hour notation--
H A Dstrftime_variation16.phpt20 'Time in a.m/p.m notation' => "%r",
21 'Time in 24 hour notation' => "%R",
37 --Time in a.m/p.m notation--
45 --Time in 24 hour notation--
/php-src/Zend/tests/
H A Dbug43053.phpt2 Bug #43053 (Regression: some numbers shown in scientific notation)
H A Dint_conversion_exponents.phpt2 Integer conversion from scientific notation
/php-src/tests/lang/integer_literals/
H A Dbinary_32bit.phpt9 /* Using binary prefix notation lowercase */
37 /* Using binary prefix notation uppercase */
H A Dhexadecimal_32bit.phpt9 /* Using hexadecimal prefix notation lowercase */
37 /* Using hexadecimal prefix notation uppercase */
H A Dhexadecimal_64bit.phpt9 /* Using hexadecimal prefix notation lowercase */
38 /* Using hexadecimal prefix notation uppercase */
H A Dbinary_64bit.phpt9 /* Using binary prefix notation lowercase */
37 /* Using binary prefix notation uppercase */
H A Doctal_32bit.phpt9 /* Using octal prefix notation lowercase */
37 /* Using octal prefix notation uppercase */
H A Doctal_64bit.phpt9 /* Using octal prefix notation lowercase */
41 /* Using octal prefix notation uppercase */
/php-src/ext/standard/tests/strings/
H A Dbug22207.phpt2 Bug #22207 (missing 0 when using the e notation in *printf functions)
H A Dstr_increment_basic.phpt16 // string interpretable as a number in scientific notation
H A Dstr_increment_polyfill.phpt38 // string interpretable as a number in scientific notation
H A Dstr_decrement_basic.phpt25 // string interpretable as a number in scientific notation
H A Dsprintf_variation5.phpt15 var_dump(sprintf("%%e = '%e'", $n)); // scientific notation
H A Dsprintf_f_2.phpt45 var_dump(sprintf("%%e = '%e'", $n)); // scientific notation
78 /* example#9: scientific notation */
/php-src/ext/standard/tests/serialize/
H A Dbug24063.phpt2 Bug #24063 (serialize() missing 0 after the . on scientific notation)
H A D003.phpt2 unserialize() floats with E notation (#18654)
/php-src/ext/dom/
H A Ddom_iterators.c86 xmlNotation *notation = (xmlNotation *) curnode; in php_dom_libxml_hash_iter() local
87 curnode = create_notation(notation->name, notation->PublicID, notation->SystemID); in php_dom_libxml_hash_iter()
H A Dinternal_helpers.h58 DOM_DEF_GET_CE_FUNC(notation)
/php-src/ext/standard/tests/network/
H A Dip2long_variation2_x64.phpt6 …All numbers supplied as ``parts'' in a `.' notation may be decimal, octal, or hexadecimal, as spec…

Completed in 44 milliseconds

12