/PHP-7.0/ext/reflection/tests/ |
H A D | ReflectionClass_getDefaultProperties_001.phpt | 19 public $pubC = "pubC in A"; 23 public $pubA = "pubA in A"; 98 [pubC] => pubC in A 101 [pubA] => pubA in A 132 [pubC] => pubC in B 135 [pubB] => pubB in B 138 [pubA] => pubA in A 166 [pubC] => pubC in C 169 [pubB] => pubB in B 171 [pubA] => pubA in A [all …]
|
/PHP-7.0/ext/standard/tests/file/ |
H A D | tempnam_variation4.phpt | 69 created in temp dir 71 created in temp dir 73 created in temp dir 75 created in temp dir 77 created in temp dir 79 created in temp dir 81 created in temp dir 83 created in temp dir 85 created in temp dir 87 created in temp dir [all …]
|
H A D | flock_variation.phpt | 8 in an advisory way 72 -- Inner iteration 0 in 0 -- 74 -- Inner iteration 1 in 0 -- 76 -- Inner iteration 2 in 0 -- 78 -- Inner iteration 3 in 0 -- 80 -- Inner iteration 4 in 0 -- 82 -- Inner iteration 5 in 0 -- 84 -- Inner iteration 6 in 0 -- 86 -- Inner iteration 7 in 0 -- 88 -- Inner iteration 8 in 0 -- [all …]
|
H A D | fputcsv_variation2.phpt | 78 -- file opened in r+ -- 86 -- file opened in r+b -- 94 -- file opened in r+t -- 102 -- file opened in a+ -- 110 -- file opened in a+b -- 118 -- file opened in a+t -- 126 -- file opened in w+ -- 150 -- file opened in x+ -- 174 -- file opened in r+ -- 198 -- file opened in a+ -- [all …]
|
H A D | fputcsv_variation3.phpt | 78 -- file opened in r+ -- 86 -- file opened in r+b -- 94 -- file opened in r+t -- 102 -- file opened in a+ -- 110 -- file opened in a+b -- 118 -- file opened in a+t -- 126 -- file opened in w+ -- 150 -- file opened in x+ -- 174 -- file opened in r+ -- 198 -- file opened in a+ -- [all …]
|
H A D | fputcsv_variation4.phpt | 78 -- file opened in r+ -- 86 -- file opened in r+b -- 94 -- file opened in r+t -- 102 -- file opened in a+ -- 110 -- file opened in a+b -- 126 -- file opened in w+ -- 150 -- file opened in x+ -- 174 -- file opened in r+ -- 198 -- file opened in a+ -- 222 -- file opened in w+ -- [all …]
|
H A D | fputcsv_variation9.phpt | 80 -- file opened in r+ -- 91 -- file opened in r+b -- 102 -- file opened in r+t -- 113 -- file opened in a+ -- 124 -- file opened in a+b -- 135 -- file opened in a+t -- 146 -- file opened in w+ -- 179 -- file opened in x+ -- 212 -- file opened in r+ -- 245 -- file opened in a+ -- [all …]
|
H A D | fputcsv_variation13.phpt | 79 -- file opened in r+ -- 88 -- file opened in r+b -- 97 -- file opened in r+t -- 106 -- file opened in a+ -- 115 -- file opened in a+b -- 124 -- file opened in a+t -- 133 -- file opened in w+ -- 160 -- file opened in x+ -- 187 -- file opened in r+ -- 214 -- file opened in a+ -- [all …]
|
H A D | fputcsv_variation14.phpt | 87 -- file opened in r -- 97 -- file opened in rb -- 107 -- file opened in rt -- 117 -- file opened in r -- 127 -- file opened in rb -- 137 -- file opened in rt -- 147 -- file opened in r -- 177 -- file opened in r -- 207 -- file opened in r -- 237 -- file opened in r -- [all …]
|
H A D | fputcsv_variation6.phpt | 81 -- file opened in r+ -- 88 -- file opened in r+b -- 95 -- file opened in r+t -- 102 -- file opened in a+ -- 123 -- file opened in w+ -- 144 -- file opened in x+ -- 165 -- file opened in r+ -- 186 -- file opened in a+ -- 207 -- file opened in w+ -- 228 -- file opened in x+ -- [all …]
|
/PHP-7.0/ext/xsl/tests/ |
H A D | xslt010.phpt | 31 month-in-year : 12 34 week-in-year : 1 36 day-in-month : 31 37 day-of-week-in-month : 5 38 day-in-week : 2 49 month-in-year : 1 52 week-in-year : 5 55 day-of-week-in-month : 5 56 day-in-week : 6 67 month-in-year : 2 [all …]
|
H A D | xslt010_gt10129.phpt | 30 month-in-year : 12 33 week-in-year : 1 34 day-in-year : 365 35 day-in-month : 31 36 day-of-week-in-month : 5 37 day-in-week : 2 48 month-in-year : 1 51 week-in-year : 5 54 day-of-week-in-month : 5 55 day-in-week : 6 [all …]
|
/PHP-7.0/ext/dba/libcdb/ |
H A D | uint32.c | 32 void uint32_pack(char *out, uint32 in) in uint32_pack() argument 34 out[0] = in&0xff; in>>=8; in uint32_pack() 35 out[1] = in&0xff; in>>=8; in uint32_pack() 36 out[2] = in&0xff; in>>=8; in uint32_pack() 37 out[3] = in&0xff; in uint32_pack() 42 void uint32_unpack(const char *in, uint32 *out) in uint32_unpack() argument 44 *out = (((uint32)(unsigned char)in[3])<<24) | in uint32_unpack() 45 (((uint32)(unsigned char)in[2])<<16) | in uint32_unpack() 46 (((uint32)(unsigned char)in[1])<<8) | in uint32_unpack() 47 (((uint32)(unsigned char)in[0])); in uint32_unpack()
|
/PHP-7.0/ext/pcre/tests/ |
H A D | null_bytes.phpt | 22 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 3 24 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 4 26 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 5 28 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 6 30 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 7 32 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 9 34 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 10 36 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 11 38 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 12 40 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 13 [all …]
|
/PHP-7.0/ext/soap/tests/interop/Round4/GroupG/ |
H A D | round4_groupG_dimedoc.inc | 4 function EchoBase64AsAttachment($in) { 5 return $in; 8 function EchoAttachmentAsBase64($in) { 9 return $in; 12 function EchoAttachment($in) { 13 return $in; 16 function EchoAttachments($in) { 17 return $in; 21 return $in; 24 function EchoUnrefAttachments($in) { [all …]
|
H A D | round4_groupG_dimerpc.inc | 4 function EchoBase64AsAttachment($in) { 5 return $in; 8 function EchoAttachmentAsBase64($in) { 9 return $in; 12 function EchoAttachment($in) { 13 return $in; 16 function EchoAttachments($in) { 17 return $in; 21 return $in; 24 function EchoUnrefAttachments($in) { [all …]
|
/PHP-7.0/ext/gd/libgd/ |
H A D | gdtest.c | 39 if (!in) in main() 46 rewind (in); in main() 65 if (!in) in main() 97 if (!in) in main() 132 if (!in) in main() 190 if (!in) in main() 209 if (!in) in main() 219 if (!in) in main() 236 if (!in) in main() 259 if (!in) in main() [all …]
|
/PHP-7.0/Zend/tests/ |
H A D | bug52041.phpt | 26 Notice: Undefined variable: x in %sbug52041.php on line 3 30 Notice: Undefined variable: x in %sbug52041.php on line 3 34 Notice: Undefined variable: x in %sbug52041.php on line 3 40 Notice: Undefined variable: x in %sbug52041.php on line 3 48 Notice: Undefined variable: x in %sbug52041.php on line 3 54 Notice: Undefined variable: x in %sbug52041.php on line 3 68 Notice: Undefined offset: 0 in %sbug52041.php on line 15 72 Notice: Undefined offset: 0 in %sbug52041.php on line 16 74 Notice: Undefined offset: 0 in %sbug52041.php on line 16 78 Notice: Undefined offset: 0 in %sbug52041.php on line 17 [all …]
|
/PHP-7.0/ext/spl/tests/ |
H A D | SplFileObject_fputcsv_variation7.phpt | 73 -- file opened in r+ -- 80 -- file opened in r+b -- 87 -- file opened in r+t -- 94 -- file opened in a+ -- 115 -- file opened in w+ -- 136 -- file opened in x+ -- 157 -- file opened in r+ -- 178 -- file opened in a+ -- 199 -- file opened in w+ -- 220 -- file opened in x+ -- [all …]
|
H A D | SplFileObject_fputcsv_variation12.phpt | 71 -- file opened in r+ -- 78 -- file opened in r+b -- 85 -- file opened in r+t -- 92 -- file opened in a+ -- 113 -- file opened in w+ -- 134 -- file opened in x+ -- 155 -- file opened in r+ -- 176 -- file opened in a+ -- 197 -- file opened in w+ -- 218 -- file opened in x+ -- [all …]
|
H A D | SplFileObject_fputcsv_variation6.phpt | 73 -- file opened in r+ -- 80 -- file opened in r+b -- 87 -- file opened in r+t -- 94 -- file opened in a+ -- 115 -- file opened in w+ -- 136 -- file opened in x+ -- 157 -- file opened in r+ -- 178 -- file opened in a+ -- 199 -- file opened in w+ -- 220 -- file opened in x+ -- [all …]
|
H A D | SplFileObject_fputcsv_variation8.phpt | 73 -- file opened in r+ -- 80 -- file opened in r+b -- 87 -- file opened in r+t -- 94 -- file opened in a+ -- 115 -- file opened in w+ -- 136 -- file opened in x+ -- 157 -- file opened in r+ -- 178 -- file opened in a+ -- 199 -- file opened in w+ -- 220 -- file opened in x+ -- [all …]
|
H A D | SplFileObject_fputcsv_variation11.phpt | 70 -- file opened in r+ -- 77 -- file opened in r+b -- 84 -- file opened in r+t -- 91 -- file opened in a+ -- 98 -- file opened in a+b -- 112 -- file opened in w+ -- 133 -- file opened in x+ -- 154 -- file opened in r+ -- 175 -- file opened in a+ -- 196 -- file opened in w+ -- [all …]
|
H A D | SplFileObject_fputcsv_variation5.phpt | 70 -- file opened in r+ -- 77 -- file opened in r+b -- 84 -- file opened in r+t -- 91 -- file opened in a+ -- 98 -- file opened in a+b -- 112 -- file opened in w+ -- 133 -- file opened in x+ -- 154 -- file opened in r+ -- 175 -- file opened in a+ -- 196 -- file opened in w+ -- [all …]
|
H A D | SplFileObject_fputcsv_variation1.phpt | 70 -- file opened in r+ -- 77 -- file opened in r+b -- 84 -- file opened in r+t -- 91 -- file opened in a+ -- 98 -- file opened in a+b -- 112 -- file opened in w+ -- 133 -- file opened in x+ -- 154 -- file opened in r+ -- 175 -- file opened in a+ -- 196 -- file opened in w+ -- [all …]
|