Home
last modified time | relevance | path

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

1234567

/PHP-7.4/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 Dstrripos.phpt10 var_dump(strripos("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 Dstripos_variation4.phpt17 Ex'ple of h'doc st'g, contains
H A Dstrripos_variation4.phpt17 Ex'ple of h'doc st'g, contains
H A Dstrrpos_variation4.phpt17 Ex'ple of h'doc st'g, contains
/PHP-7.4/Zend/tests/
H A Dbug55305.phpt2 Bug #55305 (ref lost: 1st ref instantiated in class def, 2nd ref made w/o instantiating)
/PHP-7.4/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.4/ext/standard/
H A Dhrtime.c147 int st = snprintf(s, len, "%llu", i); \
148 s[st] = '\0'; \
H A Dphp_fopen_wrapper.c397 zend_stat_t st; in php_stream_url_wrap_php() local
398 memset(&st, 0, sizeof(st)); in php_stream_url_wrap_php()
399 if (zend_fstat(fd, &st) == 0 && (st.st_mode & S_IFMT) == S_IFSOCK) { in php_stream_url_wrap_php()
/PHP-7.4/ext/standard/tests/streams/
H A Dbug48309.phpt30 string(2) "st"
/PHP-7.4/ext/reflection/tests/
H A Dbug40431.phpt6 echo "=== 1st test ===\n";
80 === 1st test ===
/PHP-7.4/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.4/ext/fileinfo/
H A Dlibmagic.patch457 - struct stat st;
459 + zend_stat_t st;
481 - if (stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) {
485 + if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) {
508 - if (stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) {
510 + if (zend_stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) {
731 - if (st.st_size < 8 || st.st_size > maxoff_t()) {
733 + if (st.sb.st_size < 8 || st.sb.st_size > maxoff_t()) {
1028 if (st)
1029 memcpy(&b->st, st, sizeof(b->st));
[all …]
/PHP-7.4/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-7.4/Zend/tests/list/
H A Dlist_reference_008.phpt16 * $a is then set to the value of the 1'st elem, '2'
/PHP-7.4/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.4/ext/fileinfo/libmagic/
H A Dder.c396 struct stat st; in main() local
402 if (fstat(fd, &st) == -1) in main()
404 l = (size_t)st.st_size; in main()
/PHP-7.4/ext/intl/tests/
H A Dtransliterator_transliterate_variant1.phpt2 transliterator_transliterate (variant 1, non-transliterator 1st arg)

Completed in 65 milliseconds

1234567