Home
last modified time | relevance | path

Searched refs:version (Results 176 – 200 of 1215) sorted by relevance

12345678910>>...49

/PHP-7.4/ext/dom/tests/
H A Ddom_set_attr_node.phpt9 <?xml version="1.0" ?>
14 <?xml version="1.0" ?>
H A DDOMNode_hasChildNodes.phpt37 <?xml version="1.0"?>
44 <?xml version="1.0"?>
/PHP-7.4/
H A D.appveyor.yml1 version: "{branch}.build.{build}"
47 # the setup scripts have to be touched, once some other db version is used
/PHP-7.4/build/
H A Dpkg.m49 dnl the Free Software Foundation; either version 2 of the License, or
10 dnl (at your option) any later version.
32 dnl Verify that the version of the pkg-config macros are at least
34 dnl installed version of pkg-config, this checks the developer's version
41 dnl See the "Since" comment for each macro you use to see what version
46 [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])])
54 dnl first found in the path. Checks that the version of pkg-config found
56 dnl used since that's the first version where most current features of
71 AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
72 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
[all …]
/PHP-7.4/ext/simplexml/tests/
H A D025.phpt9 <?xml version='1.0'?>
27 <?xml version='1.0'?>
39 <?xml version='1.0'?>
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_getConstructor_basic.phpt67 Deprecated: Methods with the same name as their class will not be constructors in a future version
69 Deprecated: Methods with the same name as their class will not be constructors in a future version
71 Deprecated: Methods with the same name as their class will not be constructors in a future version
H A DReflectionObject_getConstructor_basic.phpt67 Deprecated: Methods with the same name as their class will not be constructors in a future version
69 Deprecated: Methods with the same name as their class will not be constructors in a future version
71 Deprecated: Methods with the same name as their class will not be constructors in a future version
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug50675.phpt9 function __doRequest($request, $location, $action, $version, $one_way = 0) {
11 <?xml version="1.0" encoding="UTF-8"?>
49 <?xml version="1.0" encoding="UTF-8"?>
H A Dbug39832.phpt10 <?xml version="1.0" encoding="UTF-8"?>
28 <?xml version="1.0" encoding="UTF-8"?>
/PHP-7.4/ext/soap/tests/soap12/
H A DT27.phpt8 <?xml version='1.0' ?>
27 <?xml version="1.0" encoding="UTF-8"?>
H A DT63.phpt8 <?xml version='1.0' ?>
23 <?xml version="1.0" encoding="UTF-8"?>
H A DT58.phpt8 <?xml version='1.0' ?>
26 <?xml version="1.0" encoding="UTF-8"?>
/PHP-7.4/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_doclitparams_001w.phpt17 <?xml version="1.0" encoding="UTF-8"?>
19 <?xml version="1.0" encoding="UTF-8"?>
H A Dr3_groupD_compound1_003w.phpt17 <?xml version="1.0" encoding="UTF-8"?>
19 <?xml version="1.0" encoding="UTF-8"?>
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_doclit_001w.phpt17 <?xml version="1.0" encoding="UTF-8"?>
19 <?xml version="1.0" encoding="UTF-8"?>
/PHP-7.4/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_004w.phpt17 <?xml version="1.0" encoding="UTF-8"?>
19 <?xml version="1.0" encoding="UTF-8"?>
H A Dr4_groupI_xsd_006w.phpt18 <?xml version="1.0" encoding="UTF-8"?>
20 <?xml version="1.0" encoding="UTF-8"?>
H A Dr4_groupI_xsd_007w.phpt17 <?xml version="1.0" encoding="UTF-8"?>
19 <?xml version="1.0" encoding="UTF-8"?>
H A Dr4_groupI_xsd_018w.phpt17 <?xml version="1.0" encoding="UTF-8"?>
19 <?xml version="1.0" encoding="UTF-8"?>
H A Dr4_groupI_xsd_010w.phpt17 <?xml version="1.0" encoding="UTF-8"?>
19 <?xml version="1.0" encoding="UTF-8"?>
H A Dr4_groupI_xsd_011w.phpt18 <?xml version="1.0" encoding="UTF-8"?>
20 <?xml version="1.0" encoding="UTF-8"?>
H A Dr4_groupI_xsd_022w.phpt19 <?xml version="1.0" encoding="UTF-8"?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A Dr4_groupI_xsd_029w.phpt17 <?xml version="1.0" encoding="UTF-8"?>
19 <?xml version="1.0" encoding="UTF-8"?>
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_42499.phpt16 die(sprintf("skip Cannot determine MySQL Server version\n"));
18 $version = $matches[1] * 10000 + $matches[2] * 100 + $matches[3];
19 if ($version < 41000)
21 $matches[1], $matches[2], $matches[3], $version));
/PHP-7.4/ext/dom/
H A Ddomimplementation.c31 ZEND_ARG_INFO(0, version)
72 char *feature, *version; in PHP_METHOD() local
74 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss", &feature, &feature_len, &version, &version_len) =… in PHP_METHOD()
78 if (dom_has_feature(feature, version)) { in PHP_METHOD()

Completed in 31 milliseconds

12345678910>>...49