Home
last modified time | relevance | path

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

12

/php-src/ext/intl/tests/
H A Ddateformat_formatObject_calendar.phpt18 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_calendar_variant2.phpt18 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_calendar_variant3.phpt19 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_calendar_variant4.phpt19 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_calendar_variant5.phpt19 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_calendar_variant_icu72-1.phpt18 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
/php-src/ext/snmp/
H A Dsnmp.c385 struct snmp_session *ss; in php_snmp_internal() local
410 if ((ss = snmp_open(session)) == NULL) { in php_snmp_internal()
440 snmp_close(ss); in php_snmp_internal()
450 snmp_close(ss); in php_snmp_internal()
459 snmp_close(ss); in php_snmp_internal()
475 snmp_close(ss); in php_snmp_internal()
600 snmp_close(ss); in php_snmp_internal()
612 snmp_close(ss); in php_snmp_internal()
615 snmp_error(ss, NULL, NULL, &err); in php_snmp_internal()
621 snmp_close(ss); in php_snmp_internal()
[all …]
/php-src/ext/mysqli/tests/
H A Dmysqli_ps_select_union.phpt171 … if (!$stmt->bind_param('ss', $three, $two) || !$stmt->execute() || !$stmt->bind_result($column1))
189 … if (!$stmt->bind_param('ss', $three, $two) || !$stmt->bind_result($column1) || !$stmt->execute())
209 … if (!$stmt->bind_param('ss', $three, $two) || !$stmt->execute() || !$stmt->bind_result($column1))
227 … if (!$stmt->bind_param('ss', $three, $two) || !$stmt->bind_result($column1) || !$stmt->execute())
H A Dmysqli_stmt_execute_stored_proc_out.phpt33 if (!mysqli_stmt_bind_param($stmt, 'ss', $ver_in, $ver_out))
H A Dmysqli_stmt_bind_param_type_juggling.phpt111 bind_param('ss', 1, 2) --> OK (string column, int value)
/php-src/tests/strings/
H A D001.phpt170 $ss = stripslashes($str);
171 if ($ss == "\$'") {
/php-src/ext/mbstring/tests/
H A Dcasemapping.phpt76 Fold: ss
/php-src/ext/sockets/
H A Dmulticast.c121 php_socket *sock, php_sockaddr_storage *ss, socklen_t *ss_len) in php_get_address_from_array() argument
131 if (!php_set_inet46_addr(ss, ss_len, ZSTR_VAL(str), sock)) { in php_get_address_from_array()
/php-src/ext/soap/
H A Dsoap.c129 #define FETCH_THIS_SDL(ss) \ argument
133 ss = Z_SOAP_SDL_P(__tmp)->sdl; \
135 ss = NULL; \
160 #define FETCH_THIS_SERVICE_NO_BAILOUT(ss) \ argument
162 ss = soap_server_object_fetch(Z_OBJ_P(ZEND_THIS))->service; \
163 if (!ss) { \
169 #define FETCH_THIS_SERVICE(ss) \ argument
171 ss = soap_server_object_fetch(Z_OBJ_P(ZEND_THIS))->service; \
172 if (!ss) { \
/php-src/sapi/fpm/
H A Dwww.conf.in33 ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific IPv4 address on
266 ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific IPv4 address on
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c3599 const char *ss) argument
3602 const unsigned char *s = RCAST(const unsigned char *, ss);
/php-src/ext/fileinfo/
H A Dlibmagic.patch1047 size_t ss = sst->sst_dirlen < h->h_min_size_standard_stream ?
1049 assert(ss == sst->sst_ss);
1110 if ((buf = CAST(char *, CDF_MALLOC(ss))) == NULL) {
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます12652 # characteristic assembler instructions: xor ax,ax;mov ss,ax;mov sp,7c00
12792 # assembler instructions: cli;mov $0x30,%ax;mov %ax,%ss;mov
13587 # assembler instructions: xor ax,ax;mov ax,ss;mov sp,0x7c00;mov ax,
13623 # assembler instructions: cli;xor ax,ax;mov ds,ax;mov es,ax;mov ss,
15891 # 8/9: kernel (ring 0) ss value, always 0x0010
15892 # 10 - 27: ring 1 and 2 ss/esp, unused, thus always 0
18243 # datetime dd-mm-yyyy hh:mm:ss
25508 # display date stored inside Garmin maps like yyyy-mm-dd h:mm:ss
H A Dmagic12652 # characteristic assembler instructions: xor ax,ax;mov ss,ax;mov sp,7c00
12792 # assembler instructions: cli;mov $0x30,%ax;mov %ax,%ss;mov
13587 # assembler instructions: xor ax,ax;mov ax,ss;mov sp,0x7c00;mov ax,
13623 # assembler instructions: cli;xor ax,ax;mov ds,ax;mov es,ax;mov ss,
15891 # 8/9: kernel (ring 0) ss value, always 0x0010
15892 # 10 - 27: ring 1 and 2 ss/esp, unused, thus always 0
18243 # datetime dd-mm-yyyy hh:mm:ss
25508 # display date stored inside Garmin maps like yyyy-mm-dd h:mm:ss

Completed in 254 milliseconds

12