Home
last modified time | relevance | path

Searched refs:si (Results 26 – 44 of 44) sorted by relevance

12

/PHP-7.4/ext/soap/tests/bugs/
H A Dbug28751.phpt25 xmlns:si="http://soapinterop.org/xsd">
H A Dbug31422.phpt28 xmlns:si="http://soapinterop.org/xsd">
H A Dbug41566.phpt35 xmlns:si="http://soapinterop.org/xsd">
/PHP-7.4/ext/standard/tests/strings/
H A Dstrrev_variation3.phpt81 string(94) "shsals\htiw/ si enil\siht
H A Dchunk_split_variation7.phpt53 string(41) "This ????is si????mple ????strin????g????"
H A Dstr_split_variation5.phpt109 string(10) "This is si"
/PHP-7.4/ext/soap/tests/
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 Dserver023.phpt24 xmlns:si="http://soapinterop.org/xsd">
H A Dserver024.phpt36 xmlns:si="http://soapinterop.org/xsd">
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt40 $stmt->bind_param("si", $foo->bar, $foo->bar);
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c2211 STARTUPINFOW si; local
2217 ZeroMemory(&si, sizeof(si));
2218 si.cb = sizeof(si);
2221 si.dwFlags = STARTF_USESTDHANDLES;
2222 si.hStdOutput = INVALID_HANDLE_VALUE;
2223 si.hStdInput = (HANDLE)_get_osfhandle(fcgi_fd);
2224 si.hStdError = INVALID_HANDLE_VALUE;
2226 if (CreateProcessW(NULL, cmd_line, NULL, NULL, TRUE, CREATE_NO_WINDOW, NULL, NULL, &si, &pi)) {
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c1099 const cdf_summary_info_header_t *si = in cdf_unpack_summary_info() local
1106 if (cdf_check_stream_offset(sst, h, si, sizeof(*si), __LINE__) == -1 || in cdf_unpack_summary_info()
1109 ssi->si_byte_order = CDF_TOLE2(si->si_byte_order); in cdf_unpack_summary_info()
1110 ssi->si_os_version = CDF_TOLE2(si->si_os_version); in cdf_unpack_summary_info()
1111 ssi->si_os = CDF_TOLE2(si->si_os); in cdf_unpack_summary_info()
1112 ssi->si_class = si->si_class; in cdf_unpack_summary_info()
1114 ssi->si_count = CDF_TOLE4(si->si_count); in cdf_unpack_summary_info()
/PHP-7.4/ext/standard/
H A Dinfo.c267 SYSTEM_INFO si; in php_get_windows_name() local
271 ZeroMemory(&si, sizeof(SYSTEM_INFO)); in php_get_windows_name()
273 GetNativeSystemInfo(&si); in php_get_windows_name()
/PHP-7.4/Zend/
H A Dzend_strtod.c2193 ULong si, z, zs; local
2231 si = *sx++;
2232 ys = (si & 0xffff) * q + carry;
2233 zs = (si >> 16) * q + (ys >> 16);
2272 si = *sx++;
2273 ys = (si & 0xffff) + carry;
2274 zs = (si >> 16) + (ys >> 16);
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます10261 # assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld
10274 # error messages are printed by assembler instructions: mov si,06nn;...;int 10 (0xBEnn06;...)
10302 # assembler instructions: push ax;pop es;push ax;pop ds;cld;mov si,7c1b
10304 # assembler instructions: rep;movsb;retf;mov si,07be;mov cl,04
10347 # assembler instructions: ..;mov ds,ax;mov si,7c00;mov di,..00
10400 # assembler instructions: $0x1f00,%sp;mov $0x80cb,%di;add %cl,(%bx,%si);in (%dx),%ax;mov
10587 # assembler instructions: lodsb;and al,al;jz 0xb;push si;mov ah,
11205 # xchg ecx,edx;addl ecx,edx;movw lba_info,si;movb 0x42,ah;pop dx;push dx;int 0x13
11219 # not NO_BANNER definitions contains assembler instructions: mov banner,si;call message_crlf
24509 # mailto:rok.papez@lugos.si
[all …]
H A Dmagic10261 # assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld
10274 # error messages are printed by assembler instructions: mov si,06nn;...;int 10 (0xBEnn06;...)
10302 # assembler instructions: push ax;pop es;push ax;pop ds;cld;mov si,7c1b
10304 # assembler instructions: rep;movsb;retf;mov si,07be;mov cl,04
10347 # assembler instructions: ..;mov ds,ax;mov si,7c00;mov di,..00
10400 # assembler instructions: $0x1f00,%sp;mov $0x80cb,%di;add %cl,(%bx,%si);in (%dx),%ax;mov
10587 # assembler instructions: lodsb;and al,al;jz 0xb;push si;mov ah,
11205 # xchg ecx,edx;addl ecx,edx;movw lba_info,si;movb 0x42,ah;pop dx;push dx;int 0x13
11219 # not NO_BANNER definitions contains assembler instructions: mov banner,si;call message_crlf
24509 # mailto:rok.papez@lugos.si
[all …]
/PHP-7.4/ext/standard/tests/misc/
H A Dbrowscap.ini192 [Mozilla/5.0 (Slurp/si; slurp@inktomi.com; http://www.inktomi.com/slurp.html)]

Completed in 328 milliseconds

12