Home
last modified time | relevance | path

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

1234567

/PHP-8.0/ext/standard/tests/dir/
H A Dscandir_variation5.phpt14 * 1. remove write & execute permission from the 1st parent and test scandir()
43 echo "\n-- After restricting 1st level parent directory --\n";
71 -- After restricting 1st level parent directory --
H A Ddir_variation7.phpt14 * 1) remove write & execute permission from the 1st parent and test dir()
41 echo "-- After restricting 1st level parent directory --\n";
72 -- After restricting 1st level parent directory --
H A Dopendir_variation5.phpt14 * 1) remove write & execute permission from the 1st parent and test opendir()
42 echo "\n-- After restricting 1st level parent directory --\n";
79 -- After restricting 1st level parent directory --
/PHP-8.0/ext/standard/tests/strings/
H A Dchunk_split_variation7.phpt57 string(60) "This ????is st????ring ????with ????1234 ????numbe????rs????"
59 string(69) "This ????is st????ring ????with ????� and???? �nul????l cha????rs????"
61 string(90) "This ????is st????ring ????with ???? mu????ltipl????e ???? ????space???? char?…
H A Dstrtr_basic.phpt7 $trans1_arr = array("t" => "T", "e" => "E", "st" => "ST");
8 $trans2_arr = array('t' => 'T', 'e' => 'E', 'st' => 'ST');
H A Dchunk_split_variation11.phpt47 string(132) "This i s here doc st ring w ith and
61 doc st
86 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 Dstristr.phpt10 var_dump(md5(stristr("te".chr(0)."st", chr(0))));
H A Dstr_contains.phpt10 var_dump(str_contains("te".chr(0)."st", chr(0)));
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.phpt51 string(35) "It's st):(ring wi):(th quot):(es):("
55 string(59) "This st):(ring\tc):(ontains):(\rwhite):( space\):(nchars):("
H A Dstrripos_variation4.phpt12 Ex'ple of h'doc st'g, contains
/PHP-8.0/ext/oci8/tests/
H A Dfetch_object.phpt18 "insert into fetch_object_tab values (123, '1st row col2 string', '1 more text')",
86 string(19) "1st row col2 string"
108 1st row col2 string
H A Dfetch_object_1.phpt18 "insert into fetch_object_tab values (123, '1st row col2 string', '1 more text')",
86 string(19) "1st row col2 string"
108 1st row col2 string
H A Dfetch_object_2.phpt18 "insert into fetch_object_2_tab values (123, '1st row col2 string', '1 more text')",
103 1st row col2 string
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_arm64.h157 #define CK(x, st) \ argument
159 D->status = DASM_S_##st|(p-D->actionlist-1); return; } } while (0)
160 #define CKPL(kind, st) \ argument
162 D->status = DASM_S_RANGE_##st|(p-D->actionlist-1); return; } } while (0)
164 #define CK(x, st) ((void)0) argument
165 #define CKPL(kind, st) ((void)0) argument
393 #define CK(x, st) \ argument
394 do { if (!(x)) return DASM_S_##st|(p-D->actionlist-1); } while (0)
396 #define CK(x, st) ((void)0) argument
H A Ddynasm.lua451 local st = gsub(stmt, "[%w_]+", subst)
452 st = definesubst(st)
453 st = gsub(st, "%s*%.%.%s*", "") -- Token paste a..b.
454 if mcom and sub(st, 1, 1) ~= "|" then wcomment(st) end
456 local ok, err = pcall(dostmt, st)
/PHP-8.0/Zend/tests/
H A Dbug55305.phpt2 Bug #55305 (ref lost: 1st ref instantiated in class def, 2nd ref made w/o instantiating)
/PHP-8.0/ext/standard/
H A Dhrtime.c145 int st = snprintf(s, len, "%llu", i); \
146 s[st] = '\0'; \
H A Dphp_fopen_wrapper.c395 zend_stat_t st; in php_stream_url_wrap_php() local
396 memset(&st, 0, sizeof(st)); in php_stream_url_wrap_php()
397 if (zend_fstat(fd, &st) == 0 && (st.st_mode & S_IFMT) == S_IFSOCK) { in php_stream_url_wrap_php()
/PHP-8.0/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.
/PHP-8.0/ext/standard/tests/streams/
H A Dbug48309.phpt30 string(2) "st"
/PHP-8.0/ext/reflection/tests/
H A Dbug40431.phpt6 echo "=== 1st test ===\n";
80 === 1st test ===
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch414 - struct stat st;
416 + zend_stat_t st;
438 - if (stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) {
442 + if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) {
465 - if (stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) {
467 + if (zend_stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) {
683 - if (st.st_size < 8 || st.st_size > maxoff_t()) {
685 + if (st.sb.st_size < 8 || st.sb.st_size > maxoff_t()) {
1018 if (st)
1019 memcpy(&b->st, st, sizeof(b->st));
[all …]

Completed in 75 milliseconds

1234567