Searched refs:external (Results 1 – 25 of 75) sorted by relevance
123
/PHP-7.2/ext/standard/tests/serialize/ |
H A D | serialization_arrays_003.phpt | 2 serialization: arrays with references to an external variable 31 echo "\n\n--- 0 refs external:\n"; 39 echo "\n\n--- 1 refs external:\n"; 47 echo "\n\n--- 2 refs external:\n"; 55 echo "\n\n--- 1,2 ref external:\n"; 63 echo "\n\n--- 1,2,3 ref external:\n"; 74 --- 0 refs external: 118 --- 1 refs external: 162 --- 2 refs external: 206 --- 1,2 ref external: [all …]
|
H A D | serialization_objects_014.phpt | 2 Object serialization / unserialization: references to external values 33 echo "\n\n--- a refs external:\n"; 41 echo "\n\n--- b refs external:\n"; 49 echo "\n\n--- c refs external:\n"; 57 echo "\n\n--- a,b ref external:\n"; 65 echo "\n\n--- a,b,c ref external:\n"; 76 --- a refs external: 120 --- b refs external: 164 --- c refs external: 208 --- a,b ref external: [all …]
|
/PHP-7.2/ext/pdo_sqlite/ |
H A D | config.w32 | 16 ARG_WITH("pdo-sqlite-external", "for pdo_sqlite support from an external dll", "no"); 23 WARNING("pdo-sqlite-external support can't be enabled, libraries or headers are missing")
|
/PHP-7.2/ext/xsl/tests/ |
H A D | xslt011.phpt | 35 $dom->loadXML("<root>this is from an external DomDocument</root>"); 55 this is from an external DomDocument
|
/PHP-7.2/ext/dom/tests/ |
H A D | DOMDocument_resolveExternals_basic.phpt | 21 echo "DOMDocument with external entities created\n"; 44 DOMDocument with external entities created
|
H A D | DOMDocument_loadHTMLfile_error1.phpt | 18 %r(PHP ){0,1}%rWarning: DOMDocument::loadHTMLFile(): I/O warning : failed to load external entity %s
|
H A D | DOMDocument_validate_external_dtd.phpt | 2 DOMDocument::validate() should validate an external DTD declaration
|
H A D | DOMDocument_relaxNGValidate_error2.phpt | 25 Warning: DOMDocument::relaxNGValidate(): I/O warning : failed to load external entity "%s/foo.rng" …
|
H A D | DOMDocument_schemaValidate_error5.phpt | 20 Warning: DOMDocument::schemaValidate(): I/O warning : failed to load external entity "%snon-existen…
|
/PHP-7.2/ext/gd/tests/ |
H A D | bug73279.phpt | 7 die('skip only for bundled libgd or external libgd >= 2.2.4');
|
H A D | bug73279_old.phpt | 7 die('skip only for external libgd < 2.2.4');
|
H A D | imagelayereffect_error1.phpt | 9 if (!GD_BUNDLED) die('skip function only available in bundled, external GD detected');
|
H A D | imagelayereffect_basic.phpt | 9 if (!GD_BUNDLED) die('skip function only available in bundled, external GD detected');
|
H A D | imagelayereffect_error2.phpt | 9 if (!GD_BUNDLED) die('skip function only available in bundled, external GD detected');
|
H A D | imagelayereffect_error3.phpt | 9 if (!GD_BUNDLED) die('skip function only available in bundled, external GD detected');
|
H A D | libgd00086_extern.phpt | 6 if (GD_BUNDLED) die("skip requires external GD library\n");
|
H A D | bug75124.phpt | 7 die('skip only for bundled libgd or external libgd >= 2.2.5');
|
/PHP-7.2/ext/phar/ |
H A D | TODO | 71 X implement manual mounting of external phar archives to locations inside a 72 phar path, $phar->mount('/path/to/external.phar', 'internal/path'); 73 this would traverse external.phar's manifest, and add each entry as a 75 X implement manual mounting of external paths to a directory inside a phar 76 path. Because the mapping would be to an external directory, write access 78 template files in a location external to the phar. Copy of the files
|
/PHP-7.2/Zend/tests/ |
H A D | ns_028.phpt | 2 028: Name ambiguity (class name & external namespace name)
|
/PHP-7.2/ext/phar/tests/ |
H A D | front.phar.phpt | 2 Phar front controller with mounted external file
|
/PHP-7.2/ext/soap/tests/bugs/ |
H A D | bug42151.phpt | 29 SOAP-ERROR: Parsing WSDL: Couldn't load from 'httpx://' : failed to load external entity "httpx://"
|
/PHP-7.2/ext/libxml/tests/ |
H A D | libxml_set_external_entity_loader_variation2.phpt | 41 Warning: DOMDocument::validate(): Could not load the external subset "foobar.dtd" in %s on line %d
|
H A D | libxml_disable_entity_loader.phpt | 35 Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "%s" in %s on line %d
|
/PHP-7.2/ext/spl/tests/ |
H A D | array_003.phpt | 7 // since they cannot be accessed from the external object which iterates
|
H A D | array_007.phpt | 7 // since they cannot be accessed from the external object which iterates
|
Completed in 23 milliseconds
123