Home
last modified time | relevance | path

Searched refs:st (Results 26 – 50 of 171) sorted by relevance

1234567

/PHP-5.5/TSRM/
H A Dtsrm.m456 if test -r "$1/include/st.h"; then
59 elif test -r "$1/st.h"; then
63 AC_CHECK_HEADERS(st.h,[],[
64 … to locate the State Threads header file. Please specify the prefix using --with-tsrm-st=/prefix])
106 AC_ARG_WITH(tsrm-st,
107 [ --with-tsrm-st Use SGI's State Threads],[
/PHP-5.5/tests/classes/
H A Diterators_004.phpt8 echo "1st try\n";
40 case 0: return "1st";
57 1st try
H A Darray_access_001.phpt7 public $a = array('1st', 1, 2=>'3rd', '4th'=>4);
89 string(3) "1st"
129 string(3) "1st"
162 string(3) "1st"
172 string(3) "1st"
190 string(3) "1st"
H A Darray_access_002.phpt7 public $a = array('1st', 1, 2=>'3rd', '4th'=>4);
89 string(3) "1st"
129 string(3) "1st"
162 string(3) "1st"
172 string(3) "1st"
190 string(3) "1st"
/PHP-5.5/ext/date/tests/
H A DDateTime_data-fall-type2-type3.inc46 $end = new DateTime('2010-11-07 03:16:55'); // st, zt3
78 $end = new DateTime('2010-11-07 03:16:55'); // st, zt3
110 $end = new DateTime('2010-11-07 03:16:55'); // st, zt3
142 $end = new DateTime('2010-11-07 03:16:55'); // st, zt3
153 $start = new DateTime('2010-11-07 03:16:55 EST'); // st, zt2
158 $start = new DateTime('2010-11-07 03:16:55 EST'); // st, zt2
164 $start = new DateTime('2010-11-07 03:16:55 EST'); // st, zt2
170 $start = new DateTime('2010-11-07 03:16:55 EST'); // st, zt2
174 $end = new DateTime('2010-11-07 05:19:56'); // sp st, zt3
175 $start = new DateTime('2010-11-07 03:16:55 EST'); // st, zt2
[all …]
H A DDateTime_data-fall-type3-type2.inc46 $end = new DateTime('2010-11-07 03:16:55 EST'); // st, zt2
76 $end = new DateTime('2010-11-07 03:16:55 EST'); // st, zt2
110 $end = new DateTime('2010-11-07 03:16:55 EST'); // st, zt2
146 $end = new DateTime('2010-11-07 03:16:55 EST'); // st, zt2
159 $start = new DateTime('2010-11-07 03:16:55'); // st, zt3
164 $start = new DateTime('2010-11-07 03:16:55'); // st, zt3
169 $start = new DateTime('2010-11-07 03:16:55'); // st, zt3
174 $start = new DateTime('2010-11-07 03:16:55'); // st, zt3
179 $start = new DateTime('2010-11-07 03:16:55'); // st, zt3
184 $start = new DateTime('2010-11-07 03:16:55'); // st, zt3
[all …]
H A DDateTime_data-fall-type3-type3.inc46 $end = new DateTime('2010-11-07 03:16:55'); // st, zt3
78 $end = new DateTime('2010-11-07 03:16:55'); // st, zt3
114 $end = new DateTime('2010-11-07 03:16:55'); // st, zt3
152 $end = new DateTime('2010-11-07 03:16:55'); // st, zt3
165 $start = new DateTime('2010-11-07 03:16:55'); // st, zt3
170 $start = new DateTime('2010-11-07 03:16:55'); // st, zt3
176 $start = new DateTime('2010-11-07 03:16:55'); // st, zt3
182 $start = new DateTime('2010-11-07 03:16:55'); // st, zt3
187 $start = new DateTime('2010-11-07 03:16:55'); // st, zt3
192 $start = new DateTime('2010-11-07 03:16:55'); // st, zt3
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_sum.phpt29 %st(5000050000)
30 %st(5000050000)
H A Dkey_exists_variation2.phpt50 $st = fopen('php://memory', '+r');
51 $h = array($st, 'foo' => 'baz');
55 $i = array('foo' => 'baz', $st);
/PHP-5.5/ext/imap/tests/
H A Dimap_mutf7_to_utf8.phpt12 var_dump(imap_mutf7_to_utf8("t&AOQ-st"));
22 string(5) "täst"
H A Dimap_utf8_to_mutf7_basic.phpt12 var_dump(imap_utf8_to_mutf7("täst"));
22 string(8) "t&AOQ-st"
/PHP-5.5/ext/standard/tests/strings/
H A Dstrrchr_variation5.phpt16 \tes\t st\r\rch\r using
37 string(32) " st
51 string(32) " st
H A Dchunk_split_basic.phpt43 string(15) "Te##st##in##g##"
46 st
H A Dchunk_split_variation7.phpt63 string(60) "This ????is st????ring ????with ????1234 ????numbe????rs????"
65 string(69) "This ????is st????ring ????with ????� and???? �nul????l cha????rs????"
67 string(90) "This ????is st????ring ????with ???? mu????ltipl????e ???? ????space???? char?…
/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_format_mixed_params.phpt23 string(10) "2.3 -- 1st"
24 string(10) "2.3 -- 1st"
/PHP-5.5/ext/zip/lib/
H A Dzip_close.c355 struct zip_stat st; in add_data() local
360 if (zip_source_stat(src, &st) < 0) { in add_data()
376 if (((st.valid & ZIP_STAT_COMP_METHOD) == 0 in add_data()
377 || st.comp_method == ZIP_CM_STORE) in add_data()
378 && ((st.valid & ZIP_STAT_SIZE) == 0 || st.size != 0)) { in add_data()
400 if (zip_source_stat(s2, &st) < 0) in add_data()
421 de->last_mod = st.mtime; in add_data()
422 de->comp_method = st.comp_method; in add_data()
423 de->crc = st.crc; in add_data()
424 de->uncomp_size = st.size; in add_data()
/PHP-5.5/ext/snmp/
H A Dsnmp.c748 if (st & SNMP_CMD_WALK) { in php_snmp_internal()
758 if (st & SNMP_CMD_GET) { in php_snmp_internal()
826 st |= SNMP_CMD_GET; in php_snmp_internal()
827 st ^= SNMP_CMD_WALK; in php_snmp_internal()
843 } else if (st & SNMP_ORIGINAL_NAMES_AS_KEYS && st & SNMP_CMD_GET) { in php_snmp_internal()
858 } else if (st & SNMP_USE_SUFFIX_AS_KEYS && st & SNMP_CMD_WALK) { in php_snmp_internal()
985 if (st & SNMP_CMD_SET) { in php_snmp_parse_oid()
1015 if (st & SNMP_CMD_SET) { in php_snmp_parse_oid()
1050 if (st & SNMP_CMD_SET) { in php_snmp_parse_oid()
1091 if (st & SNMP_CMD_WALK) { in php_snmp_parse_oid()
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dfread_fwrite_basic.phpt26 $out1 = "The 1st prrt";
62 start:The 1st
65 final:The 1st part of the text
/PHP-5.5/ext/oci8/tests/
H A Dfetch_object_1.phpt18 "insert into fetch_object_tab values (123, '1st row col2 string', '1 more text')",
88 string(19) "1st row col2 string"
110 1st row col2 string
H A Dfetch_object.phpt18 "insert into fetch_object_tab values (123, '1st row col2 string', '1 more text')",
88 %unicode|string%(19) "1st row col2 string"
110 1st row col2 string
/PHP-5.5/ext/standard/
H A Dphp_fopen_wrapper.c357 struct stat st; in php_stream_url_wrap_php() local
358 memset(&st, 0, sizeof(st)); in php_stream_url_wrap_php()
359 if (fstat(fd, &st) == 0 && (st.st_mode & S_IFMT) == S_IFSOCK) { in php_stream_url_wrap_php()
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation7.phpt28 * 1) remove write & execute permission from the 1st parent and test dir()
55 echo "-- After restricting 1st level parent directory --\n";
86 -- After restricting 1st level parent directory --
H A Dopendir_variation5.phpt27 * 1) remove write & execute permission from the 1st parent and test opendir()
55 echo "\n-- After restricting 1st level parent directory --\n";
94 -- After restricting 1st level parent directory --
H A Dscandir_variation5.phpt27 * 1. remove write & execute permission from the 1st parent and test scandir()
56 echo "\n-- After restricting 1st level parent directory --\n";
85 -- After restricting 1st level parent directory --
/PHP-5.5/Zend/tests/
H A Dbug55305.phpt2 Bug #55305 (ref lost: 1st ref instantiated in class def, 2nd ref made w/o instantiating)

Completed in 39 milliseconds

1234567