Home
last modified time | relevance | path

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

1234567

/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitProtExecAllocatorPosix.c59 struct stat st; in create_tempfile() local
78 if ((stat(dir, &st) == 0) && S_ISDIR(st.st_mode)) { in create_tempfile()
/php-src/ext/reflection/tests/
H A Dbug71018.phpt51 Deprecated: Calling ReflectionProperty::setValue() with a 1st argument which is not null or an obje…
53 Deprecated: Calling ReflectionProperty::setValue() with a 1st argument which is not null or an obje…
56 Calling ReflectionProperty::setValue() with a 1st argument which is not null or an object is deprec…
H A Dbug40431.phpt6 echo "=== 1st test ===\n";
83 === 1st test ===
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.h151 #define CK(x, st) \ argument
153 D->status = DASM_S_##st|(int)(p-D->actionlist-1); return; } } while (0)
154 #define CKPL(kind, st) \ argument
156 D->status = DASM_S_RANGE_##st|(int)(p-D->actionlist-1); return; } } while (0)
158 #define CK(x, st) ((void)0) argument
159 #define CKPL(kind, st) ((void)0) argument
311 #define CK(x, st) \ argument
312 do { if (!(x)) return DASM_S_##st|(int)(p-D->actionlist-1); } while (0)
314 #define CK(x, st) ((void)0) argument
H A Ddasm_ppc.h151 #define CK(x, st) \ argument
153 D->status = DASM_S_##st|(p-D->actionlist-1); return; } } while (0)
154 #define CKPL(kind, st) \ argument
156 D->status = DASM_S_RANGE_##st|(p-D->actionlist-1); return; } } while (0)
158 #define CK(x, st) ((void)0) argument
159 #define CKPL(kind, st) ((void)0) argument
315 #define CK(x, st) \ argument
316 do { if (!(x)) return DASM_S_##st|(p-D->actionlist-1); } while (0)
318 #define CK(x, st) ((void)0) argument
H A Ddasm_arm.h152 #define CK(x, st) \ argument
154 D->status = DASM_S_##st|(p-D->actionlist-1); return; } } while (0)
155 #define CKPL(kind, st) \ argument
157 D->status = DASM_S_RANGE_##st|(p-D->actionlist-1); return; } } while (0)
159 #define CK(x, st) ((void)0) argument
160 #define CKPL(kind, st) ((void)0) argument
333 #define CK(x, st) \ argument
334 do { if (!(x)) return DASM_S_##st|(p-D->actionlist-1); } while (0)
336 #define CK(x, st) ((void)0) argument
H A Ddasm_arm64.h157 #define CK(x, st) \ argument
159 D->status = DASM_S_##st|(int)(p-D->actionlist-1); return; } } while (0)
160 #define CKPL(kind, st) \ argument
162 D->status = DASM_S_RANGE_##st|(int)(p-D->actionlist-1); return; } } while (0)
164 #define CK(x, st) ((void)0) argument
165 #define CKPL(kind, st) ((void)0) argument
417 #define CK(x, st) \ argument
418 do { if (!(x)) return DASM_S_##st|(int)(p-D->actionlist-1); } while (0)
420 #define CK(x, st) ((void)0) argument
/php-src/ext/filter/tests/
H A Dghsa-w8qr-v226-r27w.phpt19 test("http://te[st@2001:db8:3333:4444:5555:6666:1.2.3.4]");
20 test("http://te[st@2001:db8:3333:4444:5555:6666:1.2.3.4");
/php-src/ext/standard/tests/array/
H A Dkey_exists_variation2.phpt50 $st = fopen('php://memory', '+r');
51 $h = array($st, 'foo' => 'baz');
55 $i = array('foo' => 'baz', $st);
/php-src/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-src/ext/standard/tests/strings/
H A Dchunk_split_basic.phpt37 string(15) "Te##st##in##g##"
40 st
H A Dchunk_split_variation7.phpt57 string(60) "This ????is st????ring ????with ????1234 ????numbe????rs????"
59 string(69) "This ????is st????ring ????with ????%0 and???? %0nul????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)));
/php-src/Zend/tests/
H A Dbug55305.phpt2 Bug #55305 (ref lost: 1st ref instantiated in class def, 2nd ref made w/o instantiating)
/php-src/ext/standard/
H A Dphp_fopen_wrapper.c395 zend_stat_t st = {0}; 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-src/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-src/ext/standard/tests/streams/
H A Dbug48309.phpt30 string(2) "st"
/php-src/ext/fileinfo/
H A Dlibmagic.patch364 - struct stat st;
388 - if (stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) {
392 + if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) {
415 - if (stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) {
417 + if (zend_stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) {
568 - struct stat st;
622 - if (st.st_size < 8 || st.st_size > maxoff_t()) {
624 + if (st.sb.st_size < 8 || st.sb.st_size > maxoff_t()) {
933 if (st)
934 memcpy(&b->st, st, sizeof(b->st));
[all …]
/php-src/ext/bcmath/tests/number/methods/
H A Dpowmod_arg_error.phpt17 echo "========== check 1st arg ==========\n";
40 ========== check 1st arg ==========

Completed in 69 milliseconds

1234567