/PHP-5.5/ext/mbstring/oniguruma/win32/ |
H A D | Makefile | 28 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 D | strtr_basic.phpt | 12 $trans1_arr = array("t" => "T", "e" => "E", "st" => "ST"); 13 $trans2_arr = array('t' => 'T', 'e' => 'E', 'st' => 'ST');
|
H A D | chunk_split_variation11.phpt | 53 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 D | strripos.phpt | 10 var_dump(strripos("te".chr(0)."st", chr(0)));
|
H A D | strrpos.phpt | 10 var_dump(strrpos("te".chr(0)."st", chr(0)));
|
H A D | chunk_split_variation6.phpt | 57 string(35) "It's st):(ring wi):(th quot):(es):(" 61 string(59) "This st):(ring\tc):(ontains):(\rwhite):( space\):(nchars):("
|
H A D | chunk_split_variation1.phpt | 156 string(9) "st ri ng " 158 string(9) "st ri ng "
|
H A D | stripos.phpt | 10 var_dump(stripos("te".chr(0)."st", chr(0)));
|
H A D | strripos_variation4.phpt | 17 Ex'ple of h'doc st'g, contains
|
H A D | stripos_variation4.phpt | 17 Ex'ple of h'doc st'g, contains
|
H A D | strrpos_variation4.phpt | 17 Ex'ple of h'doc st'g, contains
|
/PHP-5.5/ext/fileinfo/libmagic/ |
H A D | magic.c | 105 struct stat st; 116 if (stat(hmagicpath, &st) == -1) { 120 if (stat(hmagicpath, &st) == -1) 122 if (S_ISDIR(st.st_mode)) {
|
H A D | apprentice.c | 1139 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 D | SplDoublyLinkedList_offsetGet_param_array.phpt | 2 SplDoublyLinkedList::offsetGet() with 1st parameter passed as array.
|
H A D | SplDoublyLinkedList_offsetGet_param_string.phpt | 2 SplDoublyLinkedList::offsetGet() with 1st parameter passed as string.
|
H A D | bug45614.phpt | 2 SPL: Bug#45614 (ArrayIterator can show 1st private prop of wrapped object)
|
/PHP-5.5/ext/standard/tests/streams/ |
H A D | bug48309.phpt | 30 string(2) "st"
|
/PHP-5.5/ext/reflection/tests/ |
H A D | bug40431.phpt | 6 echo "=== 1st test ===\n"; 80 === 1st test ===
|
/PHP-5.5/ext/oci8/tests/ |
H A D | fetch_object_2.phpt | 18 "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 D | bug64802.phpt | 18 string(14) "1550 Bryant st"
|
/PHP-5.5/ext/snmp/tests/ |
H A D | snmp2_set.phpt | 94 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 D | snmpset.phpt | 94 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 D | array_access_003.phpt | 9 public $a = array('1st', 1, 2=>'3rd', '4th'=>4);
|
H A D | array_access_004.phpt | 7 public $a = array('1st', 1, 2=>'3rd', '4th'=>4);
|
/PHP-5.5/ext/intl/tests/ |
H A D | transliterator_transliterate_variant1.phpt | 2 transliterator_transliterate (variant 1, non-transliterator 1st arg)
|