Home
last modified time | relevance | path

Searched refs:si (Results 1 – 25 of 42) sorted by relevance

12

/PHP-5.3/ext/fileinfo/libmagic/
H A Dreadcdf.c181 cdf_summary_info_header_t si; local
186 if (cdf_unpack_summary_info(sst, h, &si, &info, &count) == -1)
195 si.si_byte_order == 0xfffe ? "Little" : "Big") == -1)
197 switch (si.si_os) {
200 si.si_os_version & 0xff,
201 (uint32_t)si.si_os_version >> 8) == -1)
206 (uint32_t)si.si_os_version >> 8,
207 si.si_os_version & 0xff) == -1)
211 if (file_printf(ms, ", Os %d, Version: %d.%d", si.si_os,
212 si.si_os_version & 0xff,
[all …]
/PHP-5.3/ext/pdo_oci/tests/
H A Dpdo_oci_attr_server.phpt22 $si = $dbh->getAttribute(PDO::ATTR_SERVER_INFO);
23 $pos = strpos($si, "Oracle");
28 var_dump($si);
/PHP-5.3/ext/standard/
H A Dproc_open.c509 STARTUPINFO si; in PHP_FUNCTION() local
764 memset(&si, 0, sizeof(si)); in PHP_FUNCTION()
765 si.cb = sizeof(si); in PHP_FUNCTION()
766 si.dwFlags = STARTF_USESTDHANDLES; in PHP_FUNCTION()
768 si.hStdInput = GetStdHandle(STD_INPUT_HANDLE); in PHP_FUNCTION()
769 si.hStdOutput = GetStdHandle(STD_OUTPUT_HANDLE); in PHP_FUNCTION()
770 si.hStdError = GetStdHandle(STD_ERROR_HANDLE); in PHP_FUNCTION()
776 si.hStdInput = descriptors[i].childend; in PHP_FUNCTION()
779 si.hStdOutput = descriptors[i].childend; in PHP_FUNCTION()
782 si.hStdError = descriptors[i].childend; in PHP_FUNCTION()
[all …]
H A Dinfo.c261 SYSTEM_INFO si; in php_get_windows_name() local
268 ZeroMemory(&si, sizeof(SYSTEM_INFO)); in php_get_windows_name()
278 pGNSI(&si); in php_get_windows_name()
280 GetSystemInfo(&si); in php_get_windows_name()
368 si.wProcessorArchitecture==PROCESSOR_ARCHITECTURE_AMD64) { in php_get_windows_name()
376 if ( si.wProcessorArchitecture==PROCESSOR_ARCHITECTURE_IA64 ) { in php_get_windows_name()
383 else if ( si.wProcessorArchitecture==PROCESSOR_ARCHITECTURE_AMD64 ) { in php_get_windows_name()
/PHP-5.3/ext/soap/tests/
H A Dserver029.phpt10 xmlns:si="http://soapinterop.org/xsd">
44 xmlns:si="http://soapinterop.org/xsd">
H A Dserver010.phpt28 xmlns:si="http://soapinterop.org/xsd">
46 xmlns:si="http://soapinterop.org/xsd">
H A Dserver009.phpt35 xmlns:si="http://soapinterop.org/xsd">
53 xmlns:si="http://soapinterop.org/xsd">
H A Dserver016.phpt22 xmlns:si="http://soapinterop.org/xsd">
H A Dserver017.phpt21 xmlns:si="http://soapinterop.org/xsd">
H A Dserver018.phpt21 xmlns:si="http://soapinterop.org/xsd">
H A Dserver014.phpt22 xmlns:si="http://soapinterop.org/xsd">
H A Dserver022.phpt28 xmlns:si="http://soapinterop.org/xsd">
H A Dserver005.phpt23 xmlns:si="http://soapinterop.org/xsd">
H A Dserver015.phpt21 xmlns:si="http://soapinterop.org/xsd">
H A Dserver001.phpt21 xmlns:si="http://soapinterop.org/xsd">
H A Dserver003.phpt17 xmlns:si="http://soapinterop.org/xsd">
H A Dserver026.phpt24 xmlns:si="http://soapinterop.org/xsd">
H A Dserver006.phpt29 xmlns:si="http://soapinterop.org/xsd">
H A Dserver019.phpt17 xmlns:si="http://soapinterop.org/xsd">
H A Dserver020.phpt18 xmlns:si="http://soapinterop.org/xsd">
H A Dserver021.phpt27 xmlns:si="http://soapinterop.org/xsd">
H A Dserver002.phpt21 xmlns:si="http://soapinterop.org/xsd">
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug36629.phpt24 xmlns:si="http://soapinterop.org/xsd">
39 xmlns:si="http://soapinterop.org/xsd">
H A Dbug28751.phpt25 xmlns:si="http://soapinterop.org/xsd">
H A Dbug31422.phpt30 xmlns:si="http://soapinterop.org/xsd">

Completed in 34 milliseconds

12