Home
last modified time | relevance | path

Searched refs:st (Results 76 – 100 of 170) sorted by relevance

1234567

/PHP-8.0/ext/standard/tests/strings/
H A Dstripos_variation4.phpt12 Ex'ple of h'doc st'g, contains
H A Dstrrpos_variation4.phpt12 Ex'ple of h'doc st'g, contains
H A Dstripos.phpt10 var_dump(stripos("te".chr(0)."st", chr(0)));
H A Dstrrev_variation3.phpt15 Ex'ple of h'doc st'g, contains
H A Dstr_split_variation3.phpt66 string(7) "It's st"
/PHP-8.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);
H A Diterators_001.phpt33 case 0: return "1st";
185 object:1st=>0
H A Diterators_002.phpt34 case 0: return "1st";
/PHP-8.0/Zend/tests/list/
H A Dlist_reference_008.phpt16 * $a is then set to the value of the 1'st elem, '2'
/PHP-8.0/ext/snmp/tests/
H A Dsnmp2_set.phpt108 echo "Multiple OID, 1st wrong type\n";
140 echo "Multiple OID, 1st bogus, single type, multiple value\n";
152 echo "Multiple OID, single multiple type (1st bogus), multiple value\n";
216 Multiple OID, 1st wrong type
236 Multiple OID, 1st bogus, single type, multiple value
248 Multiple OID, single multiple type (1st bogus), multiple value
H A Dsnmpset.phpt102 echo "Multiple OID, 1st wrong type\n";
134 echo "Multiple OID, 1st bogus, single type, multiple value\n";
146 echo "Multiple OID, single multiple type (1st bogus), multiple value\n";
207 Multiple OID, 1st wrong type
227 Multiple OID, 1st bogus, single type, multiple value
239 Multiple OID, single multiple type (1st bogus), multiple value
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_x86.h158 #define CK(x, st) \ argument
160 D->status = DASM_S_##st|(int)(p-D->actionlist-1); return; } } while (0)
161 #define CKPL(kind, st) \ argument
163 D->status=DASM_S_RANGE_##st|(int)(p-D->actionlist-1); return; } } while (0)
165 #define CK(x, st) ((void)0) argument
166 #define CKPL(kind, st) ((void)0) argument
/PHP-8.0/ext/intl/tests/
H A Dtransliterator_transliterate_variant1.phpt2 transliterator_transliterate (variant 1, non-transliterator 1st arg)
/PHP-8.0/ext/fileinfo/libmagic/
H A Dder.c433 struct stat st; in main() local
439 if (fstat(fd, &st) == -1) in main()
441 l = (size_t)st.st_size; in main()
H A Dapprentice.c1327 zend_stat_t st; in apprentice_load() local
1352 if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) { in apprentice_load()
1369 if (zend_stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) { in apprentice_load()
3031 php_stream_statbuf st; in apprentice_map() local
3049 if (st.sb.st_mode & S_IFDIR) { in apprentice_map()
3066 if (php_stream_stat(stream, &st) < 0) { in apprentice_map()
3071 if (st.sb.st_size < 8 || st.sb.st_size > maxoff_t()) { in apprentice_map()
3073 st.sb.st_size < 8 ? "small" : "large"); in apprentice_map()
3078 map->len = CAST(size_t, st.sb.st_size); in apprentice_map()
3081 if (php_stream_read(stream, map->p, (size_t)st.sb.st_size) != (size_t)st.sb.st_size) { in apprentice_map()
[all …]
/PHP-8.0/ext/standard/tests/general_functions/
H A D003.phpt26 $n += test_me("1st empty" , 3, "", "xzy");
/PHP-8.0/ext/spl/tests/
H A Dbug45614.phpt2 SPL: Bug#45614 (ArrayIterator can show 1st private prop of wrapped object)
/PHP-8.0/ext/reflection/tests/
H A DReflectionMethod_constructor_error2.phpt39 //invalid 1st param
/PHP-8.0/ext/oci8/tests/
H A Dlob_025.phpt65 string(2) "st"
H A Dlob_027.phpt100 string(30) "this is a biiiig faaat test st"
/PHP-8.0/ext/xmlreader/tests/
H A D003-mb.phpt27 echo "1st attr (num) failed\n";
H A D003.phpt27 echo "1st attr (num) failed\n";
/PHP-8.0/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt34 case 0: return "1st";
/PHP-8.0/ext/date/tests/
H A Dbug43452.phpt7 // (November 1st) is the same day of week.

Completed in 80 milliseconds

1234567