Home
last modified time | relevance | path

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

12

/php-src/ext/spl/tests/
H A DSplDoublyLinkedList_serialization.phpt10 var_dump($q, $ss = serialize($q), unserialize($ss));
17 var_dump($s, $ss = serialize($s), unserialize($ss));
/php-src/ext/standard/tests/serialize/
H A Dbug69210.phpt28 $ss = @serialize($cs);
29 echo $ss . "\n";
34 var_dump(unserialize($ss));
/php-src/ext/sockets/
H A Dsockaddr_conv.c117 int php_set_inet46_addr(php_sockaddr_storage *ss, socklen_t *ss_len, char *string, php_socket *php_… in php_set_inet46_addr() argument
122 memcpy(ss, &t, sizeof t); in php_set_inet46_addr()
123 ss->ss_family = AF_INET; in php_set_inet46_addr()
132 memcpy(ss, &t, sizeof t); in php_set_inet46_addr()
133 ss->ss_family = AF_INET6; in php_set_inet46_addr()
H A Dsockaddr_conv.h29 int php_set_inet46_addr(php_sockaddr_storage *ss, socklen_t *ss_len, char *string, php_socket *php_…
/php-src/ext/intl/tests/
H A Ddateformat_get_set_pattern2.phpt16 'DD-MM-YYYY hh:mm:ss',
17 'yyyy-DDD.hh:mm:ss z',
62 Setting IntlDateFormatter with pattern = DD-MM-YYYY hh:mm:ss
63 After call to get_pattern : pattern= DD-MM-YYYY hh:mm:ss
68 Setting IntlDateFormatter with pattern = yyyy-DDD.hh:mm:ss z
69 After call to get_pattern : pattern= yyyy-DDD.hh:mm:ss z
H A Dbug74298.phpt15 'yyyy-MM-dd HH:mm:ss.SSSSSS'
24 'yyyy-MM-dd HH:mm:ss.SSSSSS'
H A Dresourcebundle_null_mandatory_args.phpt23 string(14) "h:mm:ss a zzzz"
24 string(12) "H:mm:ss zzzz"
H A Dresourcebundle_null_mandatory_args_variant_icu72-1.phpt23 string(16) "h:mm:ss a zzzz"
24 string(13) "HH:mm:ss zzzz"
H A Dresourcebundle_null_mandatory_args_variant2.phpt24 string(14) "h:mm:ss a zzzz"
25 string(13) "HH:mm:ss zzzz"
H A Dmsgfmt_millisecond_dates.phpt12 "On {0,time,yyyy-MM-dd G 'at' HH:mm:ss.SSS zzz} something odd happened");
H A Ddateformat_clone2.phpt20 ut_datefmt_set_pattern( $fmt , 'yyyy-DDD.hh:mm:ss z' );
H A Ddateformat_formatObject_datetime.phpt18 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_datetime_variant2.phpt18 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_datetime_variant_icu72-1.phpt18 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_datetime_variant3.phpt19 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_datetime_variant4.phpt19 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_datetime_variant5.phpt19 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
/php-src/ext/spl/tests/SplObjectStorage/
H A Dbug49263.phpt13 $ss = serialize($s);
15 echo $ss."\n";
16 var_dump(unserialize($ss));
/php-src/ext/fileinfo/libmagic/
H A Dcdf.c333 ss * sst->sst_len, ss, sst->sst_len)); in cdf_check_stream_offset()
410 assert(ss == len); in cdf_read_sector()
425 assert(ss == len); in cdf_read_short_sector()
467 sat->sat_len, ss)); in cdf_read_sat()
475 if (cdf_read_sector(info, sat->sat_tab, ss * i, ss, h, in cdf_read_sat()
508 if (cdf_read_sector(info, sat->sat_tab, ss * i, ss, h, in cdf_read_sat()
577 scn->sst_ss = ss; in cdf_read_long_sector_chain()
600 if ((nr = cdf_read_sector(info, scn->sst_tab, i * ss, ss, h, in cdf_read_long_sector_chain()
626 scn->sst_ss = ss; in cdf_read_short_sector_chain()
646 if (cdf_read_short_sector(sst, scn->sst_tab, i * ss, ss, h, in cdf_read_short_sector_chain()
[all …]
/php-src/ext/date/tests/
H A Dbug73858.phpt10 $ss = 'february first day of last month midnight';
13 $s = new DateTime($ss);
18 $s = (new DateTime("now"))->setTimestamp(strtotime($ss)); // verbose setup method
27 $s = (new DateTime("now"))->setTimestamp(strtotime($ss)); // verbose setup method
32 $s = new DateTime($ss);
41 $s = new DateTime($ss);
52 $s = new DateTime($ss);
/php-src/Zend/
H A Dzend_call_stack.c488 stack_t ss; in zend_call_stack_get_openbsd_pthread() local
490 if (pthread_stackseg_np(pthread_self(), &ss) != 0) { in zend_call_stack_get_openbsd_pthread()
494 stack->base = (char *)ss.ss_sp - ss.ss_size; in zend_call_stack_get_openbsd_pthread()
495 stack->max_size = ss.ss_size - sysconf(_SC_PAGE_SIZE); in zend_call_stack_get_openbsd_pthread()
/php-src/ext/mysqli/tests/bind_insert/
H A Dchar_text_big_types.phpt20 mysqli_stmt_bind_param($stmt, "ss", $a1, $a2);
H A Dchar_text_types.phpt19 mysqli_stmt_bind_param($stmt, "ss", $q1, $q2);
/php-src/ext/reflection/tests/
H A DReflectionProperty_isInitialized.phpt9 public static ?string $ss;
22 var_dump((new ReflectionProperty(A::class, 'ss'))->isInitialized());
/php-src/ext/mysqli/tests/
H A D059.phpt25 mysqli_stmt_bind_param($stmt, "ss", $a, $b);

Completed in 96 milliseconds

12