Searched refs:notations (Results 1 – 25 of 26) sorted by relevance
12
/php-src/ext/dom/tests/ |
H A D | DOMDocumentType_notations_error_001.phpt | 2 DOMDocumentType::notations with invalid state. 12 $notations = $doctype->notations;
|
H A D | DOMDocumentType_basic_001.phpt | 23 // Access entities and notations with values. 38 $notations = $doctype->notations; 39 $notation = $notations->item(0);
|
H A D | dom007.phpt | 42 $nots = $dtd->notations;
|
H A D | DOMNode_isEqualNode.phpt | 143 comparePairs($dom1->doctype->notations, $dom2->doctype->notations);
|
/php-src/ext/standard/tests/file/ |
H A D | is_dir_variation4.phpt | 2 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 D | is_file_variation4.phpt | 2 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 D | filegroup_variation3.phpt | 2 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 D | fileinode_variation3.phpt | 2 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 D | fileowner_variation3.phpt | 2 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 D | fileperms_variation3.phpt | 2 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 D | is_executable_variation1.phpt | 2 Test is_executable() function: usage variations - diff. path notations
|
H A D | is_readable_variation1.phpt | 2 Test is_readable() function: usage variations - diff. file notations
|
H A D | is_writable_variation1.phpt | 2 Test is_writable() and its alias is_writeable() function: usage variations - diff. path notations
|
H A D | copy_variation8.phpt | 10 /* Trying to copy the links across dir paths given in various notations
|
H A D | copy_variation16.phpt | 11 into different destination dir paths given in various notations */
|
H A D | copy_variation6-win32.phpt | 11 into different destination dir paths given in various notations */
|
H A D | copy_variation6.phpt | 11 into different destination dir paths given in various notations */
|
H A D | copy_variation16-win32.phpt | 11 into different destination dir paths given in various notations */
|
/php-src/ext/standard/tests/array/ |
H A D | array_sum_variation3.phpt | 16 // 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 D | Document_implementation_createDocumentType.phpt | 33 ["notations"]=> 84 ["notations"]=> 135 ["notations"]=> 186 ["notations"]=>
|
/php-src/ext/gmp/tests/ |
H A D | gmp_init_integer_notations.phpt | 2 gmp_init() with various integer notations
|
H A D | gmp_init_leading_spaces.phpt | 2 gmp_init() with various integer notations and leading spaces
|
/php-src/ext/dom/tests/delayed_freeing/ |
H A D | notation_declaration.phpt | 15 $notation = $doc->doctype->notations[0];
|
/php-src/ext/dom/tests/modern/xml/ |
H A D | DTDNamedNodeMap.phpt | 25 var_dump($doctype->notations["GIF"]); 34 ["notations"]=>
|
/php-src/ext/dom/ |
H A D | documenttype.c | 73 xmlHashTable *notationht = (xmlHashTable *) dtdptr->notations; in dom_documenttype_notations_read()
|
Completed in 20 milliseconds
12