Home
last modified time | relevance | path

Searched refs:st (Results 51 – 75 of 171) sorted by relevance

1234567

/PHP-5.5/ext/mbstring/oniguruma/win32/
H A DMakefile28 onigheaders = oniguruma.h regint.h regparse.h regenc.h st.h
34 regversion.obj st.obj
59 regsyntax.c regtrav.c regversion.c reggnu.c st.c
97 regparse.obj: regparse.c $(onigheaders) config.h st.h
109 st.obj: st.c regint.h oniguruma.h config.h st.h
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtr_basic.phpt12 $trans1_arr = array("t" => "T", "e" => "E", "st" => "ST");
13 $trans2_arr = array('t' => 'T', 'e' => 'E', 'st' => 'ST');
H A Dchunk_split_variation11.phpt53 string(132) "This i s here doc st ring w ith and
67 doc st
92 string(398) "This i)speci@! ch@r$(s here)speci@! ch@r$(doc st)speci@! ch@r$(ring w)speci@! ch@r$(it…
H A Dstrripos.phpt10 var_dump(strripos("te".chr(0)."st", chr(0)));
H A Dstrrpos.phpt10 var_dump(strrpos("te".chr(0)."st", chr(0)));
H A Dchunk_split_variation6.phpt57 string(35) "It's st):(ring wi):(th quot):(es):("
61 string(59) "This st):(ring\tc):(ontains):(\rwhite):( space\):(nchars):("
H A Dchunk_split_variation1.phpt156 string(9) "st ri ng "
158 string(9) "st ri ng "
H A Dstripos.phpt10 var_dump(stripos("te".chr(0)."st", chr(0)));
H A Dstrripos_variation4.phpt17 Ex'ple of h'doc st'g, contains
H A Dstripos_variation4.phpt17 Ex'ple of h'doc st'g, contains
H A Dstrrpos_variation4.phpt17 Ex'ple of h'doc st'g, contains
/PHP-5.5/ext/fileinfo/libmagic/
H A Dmagic.c105 struct stat st;
116 if (stat(hmagicpath, &st) == -1) {
120 if (stat(hmagicpath, &st) == -1)
122 if (S_ISDIR(st.st_mode)) {
H A Dapprentice.c1139 struct stat st; in apprentice_load() local
1170 if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) { in apprentice_load()
1187 if (stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) { in apprentice_load()
2599 php_stream_statbuf st; in apprentice_map() local
2618 if (st.sb.st_mode & S_IFDIR) { in apprentice_map()
2638 if (php_stream_stat(stream, &st) < 0) { in apprentice_map()
2643 if (st.sb.st_size < 8) { in apprentice_map()
2648 map->len = (size_t)st.sb.st_size; in apprentice_map()
2653 if (php_stream_read(stream, map->p, (size_t)st.sb.st_size) != (size_t)st.sb.st_size) { in apprentice_map()
2694 entries = (uint32_t)(st.sb.st_size / sizeof(struct magic)); in apprentice_map()
[all …]
/PHP-5.5/ext/spl/tests/
H A DSplDoublyLinkedList_offsetGet_param_array.phpt2 SplDoublyLinkedList::offsetGet() with 1st parameter passed as array.
H A DSplDoublyLinkedList_offsetGet_param_string.phpt2 SplDoublyLinkedList::offsetGet() with 1st parameter passed as string.
H A Dbug45614.phpt2 SPL: Bug#45614 (ArrayIterator can show 1st private prop of wrapped object)
/PHP-5.5/ext/standard/tests/streams/
H A Dbug48309.phpt30 string(2) "st"
/PHP-5.5/ext/reflection/tests/
H A Dbug40431.phpt6 echo "=== 1st test ===\n";
80 === 1st test ===
/PHP-5.5/ext/oci8/tests/
H A Dfetch_object_2.phpt18 "insert into fetch_object_2_tab values (123, '1st row col2 string', '1 more text')",
105 1st row col2 string
/PHP-5.5/ext/openssl/tests/
H A Dbug64802.phpt18 string(14) "1550 Bryant st"
/PHP-5.5/ext/snmp/tests/
H A Dsnmp2_set.phpt94 echo "Multiple OID, 1st wrong type\n";
118 echo "Multiple OID, 1st bogus, single type, multiple value\n";
130 echo "Multiple OID, single multiple type (1st bogus), multiple value\n";
201 Multiple OID, 1st wrong type
225 Multiple OID, 1st bogus, single type, multiple value
237 Multiple OID, single multiple type (1st bogus), multiple value
H A Dsnmpset.phpt94 echo "Multiple OID, 1st wrong type\n";
118 echo "Multiple OID, 1st bogus, single type, multiple value\n";
130 echo "Multiple OID, single multiple type (1st bogus), multiple value\n";
201 Multiple OID, 1st wrong type
225 Multiple OID, 1st bogus, single type, multiple value
237 Multiple OID, single multiple type (1st bogus), multiple value
/PHP-5.5/tests/classes/
H A Darray_access_003.phpt9 public $a = array('1st', 1, 2=>'3rd', '4th'=>4);
H A Darray_access_004.phpt7 public $a = array('1st', 1, 2=>'3rd', '4th'=>4);
/PHP-5.5/ext/intl/tests/
H A Dtransliterator_transliterate_variant1.phpt2 transliterator_transliterate (variant 1, non-transliterator 1st arg)

Completed in 42 milliseconds

1234567