Searched refs:notations (Results 1 – 21 of 21) sorted by relevance
/PHP-8.2/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;
|
/PHP-8.2/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-8.2/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-8.2/ext/gmp/tests/ |
H A D | gmp_init_integer_notations.phpt | 2 gmp_init() with various integer notations
|
/PHP-8.2/ext/dom/ |
H A D | documenttype.c | 93 notationht = (xmlHashTable *) doctypep->notations; in dom_documenttype_notations_read()
|
H A D | php_dom.stub.php | 249 public DOMNamedNodeMap $notations; variable in DOMDocumentType
|
Completed in 29 milliseconds