Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 1271) sorted by relevance

12345678910>>...51

/PHP-8.2/.github/workflows/
H A Droot.yml50 …(((matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 5) || matrix.branch.version[0] >= …
53 …ify_type_inference: ${{ (matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 4) || matrix…
54 …libmysqlclient_with_mysqli: ${{ (matrix.branch.version[0] == 8 && matrix.branch.version[1] == 1) }}
55 …run_alpine: ${{ (matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 4) || matrix.branch.
56 …run_macos_arm64: ${{ (matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 4) || matrix.br…
58 …(((matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 5) || matrix.branch.version[0] >= …
59 || ((matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 3) && '22.04')
61 …windows_version: ${{ ((matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 4) || matrix.b…
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_server_version.phpt18 $version = $db->getAttribute(PDO::ATTR_SERVER_VERSION);
19 if ('' == $version)
20 printf("[001] Server version must not be empty\n");
23 // If its a version string it should be of the format \d+\.\d+\.\d+.*
25 if (is_string($version)) {
28 printf("[002] Client version string seems wrong, got '%s'\n", $version);
42 } else if (is_int($version)) {
44 $major = floor($version / 10000);
45 $minor = floor(($version - ($main * 10000)) / 100);
46 $sub = $version - ($main * 10000) - ($minor * 100);
[all …]
H A Dpdo_mysql_attr_client_version.phpt18 $version = $db->getAttribute(PDO::ATTR_CLIENT_VERSION);
23 if ('' == $version)
24 printf("[001] Client version must not be empty\n");
29 printf("[002] Wonderful, I can change the client version!\n");
32 if ($new_version !== $version)
33 printf("[003] Did we change it from '%s' to '%s'?\n", $version, $new_version);
/PHP-8.2/ext/pcre/tests/
H A Dpreg_match_error4.phpt39 "version": "1.8.1",
51 "version": "1.0.10",
62 "version": "0.2.1",
73 "version": "3.15.7",
84 "version": "3.1.0",
95 "version": "v0.7.3",
106 "version": "0.1.3",
117 "version": "3.0.0",
140 "version": "0.1",
318 "version": "0.1",
[all …]
H A Dbug76514.phpt26 "version": "v1.0.0",
37 "version": "3.9.4",
61 "version": "v1.2.7",
72 "version": "v1.6.0",
83 "version": "v1.3.0",
94 "version": "v2.6.1",
127 "version": "v1.16",
138 "version": "7.2.5",
149 "version": "5.3.0",
204 "version": "v1.4",
[all …]
/PHP-8.2/ext/curl/
H A Dsync-constants.php285 * @param string $version
291 function getHexVersion(string $version) : string argument
293 $parts = explode('.', $version);
300 throw new \RuntimeException('Invalid version number: ' . $version);
307 throw new \RuntimeException('Invalid version number: ' . $version);
313 throw new \RuntimeException('Invalid version number: ' . $version);
/PHP-8.2/ext/pdo_dblib/tests/
H A Ddbtds.phpt13 $version = $db->getAttribute(PDO::DBLIB_ATTR_TDS_VERSION);
14 var_dump((is_string($version) && strlen($version)) || $version === false);
H A Ddbversion.phpt13 $version = $db->getAttribute(PDO::DBLIB_ATTR_VERSION);
14 var_dump(is_string($version) && strlen($version));
/PHP-8.2/ext/zlib/tests/
H A Dfunc.inc5 $version = NULL;
12 // $version = $match[1];
14 $version = $match[2];
17 return $version;
/PHP-8.2/ext/dom/tests/
H A DDOMEntity_fields.phpt8 <?xml version="1.0"?>
40 echo "version: ";
41 var_dump($entity->version);
52 version: NULL
60 version: NULL
68 version: NULL
76 version: NULL
84 version: NULL
92 version: NULL
100 version: NULL
H A DDOMParentNode_empty_argument.phpt8 $dom->loadXML('<?xml version="1.0"?><root><node/></root>');
68 <?xml version="1.0"?>
70 <?xml version="1.0"?>
72 <?xml version="1.0"?>
76 <?xml version="1.0"?>
79 <?xml version="1.0"?>
82 <?xml version="1.0"?>
84 <?xml version="1.0"?>
H A Dgh8996.phpt84 …entSleepWakeup":1:{s:43:"%0SerializableDomDocumentSleepWakeup%0xmlData";s:39:"<?xml version="1.0"?>
89 …entSleepWakeup":1:{s:43:"%0SerializableDomDocumentSleepWakeup%0xmlData";s:39:"<?xml version="1.0"?>
95 <?xml version="1.0"?>
100 O:47:"SerializableDomDocument__Serialize__Unserialize":1:{s:7:"xmlData";s:39:"<?xml version="1.0"?>
106 <?xml version="1.0"?>
113 C:43:"SerializableDomDocumentSerializeUnserialize":39:{<?xml version="1.0"?>
119 <?xml version="1.0"?>
H A DreplaceWith_non_viable_next_sibling.phpt9 <?xml version="1.0"?>
27 <?xml version="1.0"?>
33 <?xml version="1.0"?>
/PHP-8.2/ext/gd/tests/
H A Dfunc.inc20 $version = 0;
23 $version = $match[1];
26 return $version;
31 $version = 0;
34 $version = $match[1];
37 return $version;
42 $version = 0;
45 $version = $match[1];
48 return $version;
53 $version = 0;
[all …]
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc.phpt48 $version = 'unknown';
49 if (!mysqli_stmt_bind_result($stmt, $version) ||
53 if (($version == "unknown") || ($version == ""))
55 $version,
126 $version = 'unknown';
131 if ($version != "myversion")
133 $version,
152 $version = 'myversion';
168 $version = 'unknown';
173 if ($version !== "myversion")
[all …]
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt32 $version = 'myversion';
33 if (!mysqli_stmt_bind_param($stmt, 's', $version))
39 $version = 'unknown';
40 if (!mysqli_stmt_bind_result($stmt, $version) ||
44 if ($version !== "myversion")
46 $version,
72 $version = 'myversion';
79 $version = NULL;
80 if (!mysqli_stmt_bind_result($stmt, $version) ||
84 if ($version !== "myversion")
[all …]
/PHP-8.2/ext/pgsql/tests/
H A D00version.phpt2 PostgreSQL version
9 // Get postgresql version for easier debugging.
10 // Execute run-test.php with --keep-all to get version string in 00version.log or 00version.out
/PHP-8.2/ext/xml/tests/
H A Dxml_error_string_basic.inc3 '<?xml version="1.0"?><element>',
5 '<?xml version="dummy">',
7 '<?xml version="1.0"?><elem></element>',
/PHP-8.2/scripts/
H A Dphp-config.in7 version="@PHP_VERSION@"
72 --version)
73 echo $version;;
92 --version [$version]
/PHP-8.2/ext/soap/tests/bugs/
H A Dbug35142.phpt28 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
74 public $version;
81 …function __construct($version, $activityId, $messageId, $source, $logOnEvent=NULL, $logOffEvent=NU…
82 $this->version = $version;
92 <?xml version="1.0" encoding="UTF-8"?>
93 …elope/" xmlns:ns1="http://testurl/Message"><SOAP-ENV:Body><ns1:ivrEvents version="1.0" activityId=…
96 ["version"]=>
H A Dbug36226-2.phpt27 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
78 public $version;
85 …function __construct($version, $activityId, $messageId, $source, $logOnEvent=NULL, $logOffEvent=NU…
86 $this->version = $version;
97 <?xml version="1.0" encoding="UTF-8"?>
98 …http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Body><ns1:ivrEvents version="1.0" activityId=…
101 ["version"]=>
H A Dbug36226.phpt28 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
75 public $version;
82 …function __construct($version, $activityId, $messageId, $source, $logOnEvent=NULL, $logOffEvent=NU…
83 $this->version = $version;
93 <?xml version="1.0" encoding="UTF-8"?>
94 …elope/" xmlns:ns1="http://testurl/Message"><SOAP-ENV:Body><ns1:ivrEvents version="1.0" activityId=…
97 ["version"]=>
/PHP-8.2/ext/sqlite3/tests/
H A Dbug73068.phpt7 $version = SQLite3::version()['versionNumber'];
8 if ($version >= 3011000 && $version < 3014002) die('skip libsqlite 3.11.0 to 3.14.1 exhibit erroneo…
/PHP-8.2/ext/dom/tests/manually_call_constructor/
H A Ddocumentfragment.phpt15 <?xml version="1.0"?>
29 <?xml version="1.0"?>
31 <?xml version="1.0"?>
/PHP-8.2/ext/pdo_firebird/
H A Dpdo_firebird.c84 char version[64]; in PHP_MINFO_FUNCTION() local
85 isc_get_client_version(version); in PHP_MINFO_FUNCTION()
89 php_info_print_table_row(2, "Client Library Version", version); in PHP_MINFO_FUNCTION()

Completed in 27 milliseconds

12345678910>>...51