Home
last modified time | relevance | path

Searched refs:notations (Results 1 – 25 of 26) sorted by relevance

12

/php-src/ext/dom/tests/
H A DDOMDocumentType_notations_error_001.phpt2 DOMDocumentType::notations with invalid state.
12 $notations = $doctype->notations;
H A DDOMDocumentType_basic_001.phpt23 // Access entities and notations with values.
38 $notations = $doctype->notations;
39 $notation = $notations->item(0);
H A Ddom007.phpt42 $nots = $dtd->notations;
H A DDOMNode_isEqualNode.phpt143 comparePairs($dom1->doctype->notations, $dom2->doctype->notations);
/php-src/ext/standard/tests/file/
H A Dis_dir_variation4.phpt2 Test is_dir() function: usage variations - diff. path notations
5 /* Passing dir names with different notations, using slashes, wild-card chars */
9 echo "*** Testing is_dir() with different notations of dir names ***";
53 *** Testing is_dir() with different notations of dir names ***
H A Dis_file_variation4.phpt2 Test is_file() function: usage variations - diff. path notations (Bug #42027)
5 /* Passing file names with different notations, using slashes, wild-card chars */
9 echo "*** Testing is_file() with different notations of file names ***\n";
55 *** Testing is_file() with different notations of file names ***
H A Dfilegroup_variation3.phpt2 Test filegroup() function: usage variations - diff. path notations
8 /* Passing file names with different notations, using slashes, wild-card chars */
12 echo "*** Testing filegroup() with different notations of file names ***\n";
58 *** Testing filegroup() with different notations of file names ***
H A Dfileinode_variation3.phpt2 Test fileinode() function: usage variations - diff. path notations
7 /* Passing file names with different notations, using slashes, wild-card chars */
11 echo "*** Testing fileinode() with different notations of file names ***\n";
57 *** Testing fileinode() with different notations of file names ***
H A Dfileowner_variation3.phpt2 Test fileowner() function: usage variations - diff. path notations
8 /* Passing file names with different notations, using slashes, wild-card chars */
12 echo "*** Testing fileowner() with different notations of file names ***\n";
58 *** Testing fileowner() with different notations of file names ***
H A Dfileperms_variation3.phpt2 Test fileperms() function: usage variations - diff. path notations
7 /* Passing file names with different notations, using slashes, wild-card chars */
11 echo "*** Testing fileperms() with different notations of file names ***\n";
57 *** Testing fileperms() with different notations of file names ***
H A Dis_executable_variation1.phpt2 Test is_executable() function: usage variations - diff. path notations
H A Dis_readable_variation1.phpt2 Test is_readable() function: usage variations - diff. file notations
H A Dis_writable_variation1.phpt2 Test is_writable() and its alias is_writeable() function: usage variations - diff. path notations
H A Dcopy_variation8.phpt10 /* Trying to copy the links across dir paths given in various notations
H A Dcopy_variation16.phpt11 into different destination dir paths given in various notations */
H A Dcopy_variation6-win32.phpt11 into different destination dir paths given in various notations */
H A Dcopy_variation6.phpt11 into different destination dir paths given in various notations */
H A Dcopy_variation16-win32.phpt11 into different destination dir paths given in various notations */
/php-src/ext/standard/tests/array/
H A Darray_sum_variation3.phpt16 // float array with scientific notations
18 echo "-- float array with scientific notations e and E --\n";
44 -- float array with scientific notations e and E --
/php-src/ext/dom/tests/modern/spec/
H A DDocument_implementation_createDocumentType.phpt33 ["notations"]=>
84 ["notations"]=>
135 ["notations"]=>
186 ["notations"]=>
/php-src/ext/gmp/tests/
H A Dgmp_init_integer_notations.phpt2 gmp_init() with various integer notations
H A Dgmp_init_leading_spaces.phpt2 gmp_init() with various integer notations and leading spaces
/php-src/ext/dom/tests/delayed_freeing/
H A Dnotation_declaration.phpt15 $notation = $doc->doctype->notations[0];
/php-src/ext/dom/tests/modern/xml/
H A DDTDNamedNodeMap.phpt25 var_dump($doctype->notations["GIF"]);
34 ["notations"]=>
/php-src/ext/dom/
H A Ddocumenttype.c73 xmlHashTable *notationht = (xmlHashTable *) dtdptr->notations; in dom_documenttype_notations_read()

Completed in 30 milliseconds

12