Home
last modified time | relevance | path

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

12345678

/PHP-7.0/ext/standard/tests/strings/
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?…
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 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 Dstrripos.phpt10 var_dump(strripos("te".chr(0)."st", chr(0)));
H A Dchunk_split_variation1.phpt156 string(9) "st ri ng "
158 string(9) "st ri ng "
/PHP-7.0/ext/standard/tests/dir/
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 --
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 --
/PHP-7.0/Zend/tests/
H A Dbug55305.phpt2 Bug #55305 (ref lost: 1st ref instantiated in class def, 2nd ref made w/o instantiating)
/PHP-7.0/ext/standard/
H A Dphp_fopen_wrapper.c400 zend_stat_t st; in php_stream_url_wrap_php() local
401 memset(&st, 0, sizeof(st)); in php_stream_url_wrap_php()
402 if (zend_fstat(fd, &st) == 0 && (st.st_mode & S_IFMT) == S_IFSOCK) { in php_stream_url_wrap_php()
/PHP-7.0/ext/zip/lib/
H A Dzipwin32.h54 struct zip_stat st; /* stat information passed in */ member
H A Dzip_open.c185 struct zip_stat st; in _zip_open() local
188 zip_stat_init(&st); in _zip_open()
189 if (zip_source_stat(src, &st) < 0) { in _zip_open()
193 if ((st.valid & ZIP_STAT_SIZE) == 0) { in _zip_open()
197 len = st.size; in _zip_open()
543 struct zip_stat st; in _zip_file_exists() local
545 zip_stat_init(&st); in _zip_file_exists()
546 if (zip_source_stat(src, &st) != 0) { in _zip_file_exists()
555 return (st.valid & ZIP_STAT_SIZE) && st.size == 0 ? EXISTS_EMPTY : EXISTS_NONEMPTY; in _zip_file_exists()
/PHP-7.0/ext/spl/tests/
H A DSplDoublyLinkedList_offsetGet_param_string.phpt2 SplDoublyLinkedList::offsetGet() with 1st parameter passed as string.
H A DSplDoublyLinkedList_offsetGet_param_array.phpt2 SplDoublyLinkedList::offsetGet() with 1st parameter passed as array.
/PHP-7.0/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-7.0/ext/standard/tests/streams/
H A Dbug48309.phpt30 string(2) "st"
/PHP-7.0/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)) {
/PHP-7.0/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-7.0/ext/reflection/tests/
H A Dbug40431.phpt6 echo "=== 1st test ===\n";
80 === 1st test ===
/PHP-7.0/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-7.0/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);

Completed in 44 milliseconds

12345678