/php-src/Zend/ |
H A D | zend_llist.c | 28 l->count = 0; in zend_llist_init() 40 if (l->tail) { in zend_llist_add_element() 45 l->tail = tmp; in zend_llist_add_element() 48 ++l->count; in zend_llist_add_element() 58 if (l->head) { in zend_llist_prepend_element() 63 l->head = tmp; in zend_llist_prepend_element() 66 ++l->count; in zend_llist_prepend_element() 85 --l->count; 117 l->count = 0; in zend_llist_destroy() 124 l->head = l->tail = NULL; in zend_llist_clean() [all …]
|
H A D | zend_llist.h | 54 ZEND_API void zend_llist_destroy(zend_llist *l); 55 ZEND_API void zend_llist_clean(zend_llist *l); 56 ZEND_API void zend_llist_remove_tail(zend_llist *l); 62 ZEND_API size_t zend_llist_count(zend_llist *l); 73 return zend_llist_get_first_ex(l, NULL); in zend_llist_get_first() 76 static zend_always_inline void *zend_llist_get_last(zend_llist *l) in zend_llist_get_last() argument 78 return zend_llist_get_last_ex(l, NULL); in zend_llist_get_last() 81 static zend_always_inline void *zend_llist_get_next(zend_llist *l) in zend_llist_get_next() argument 83 return zend_llist_get_next_ex(l, NULL); in zend_llist_get_next() 86 static zend_always_inline void *zend_llist_get_prev(zend_llist *l) in zend_llist_get_prev() argument [all …]
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_php_trace.c | 45 long l; in fpm_php_trace_dump() local 57 path_translated = l; in fpm_php_trace_dump() 69 execute_data = l; in fpm_php_trace_dump() 82 function = l; in fpm_php_trace_dump() 89 function_name = l; in fpm_php_trace_dump() 124 execute_data = prev = l; in fpm_php_trace_dump() 133 function = l; in fpm_php_trace_dump() 149 file_name = l; in fpm_php_trace_dump() 159 if (valid_ptr(l)) { in fpm_php_trace_dump() 160 long opline = l; in fpm_php_trace_dump() [all …]
|
H A D | fpm_trace.c | 12 long l = addr; in fpm_trace_get_strz() local 13 char *lc = (char *) &l; in fpm_trace_get_strz() 15 i = l % SIZEOF_LONG; in fpm_trace_get_strz() 16 l -= i; in fpm_trace_get_strz() 17 for (addr = l; ; addr += SIZEOF_LONG) { in fpm_trace_get_strz() 18 if (0 > fpm_trace_get_long(addr, &l)) { in fpm_trace_get_strz()
|
/php-src/ext/tidy/tests/ |
H A D | 019.phpt | 8 $l = 1; 11 tidy_repair_string($s, $l, $l); 13 tidy_repair_string($l, $l, $l); 16 tidy_repair_file($s, $l, $l, $l); 26 tidy_repair_file($l, $l, $l ,$l); // This doesn't emit any warning, TODO look into
|
/php-src/ext/mbstring/tests/ |
H A D | mb_str_split_utf8_utf16.phpt | 37 printf(" l:%d v:%s", strlen($chunk), unpack("H*", $chunk)[1]); 43 printf(" l:%d v:%s", strlen($chunk), unpack("H*", $chunk)[1]); 49 printf(" l:%d v:%s", strlen($chunk), unpack("H*", $chunk)[1]); 55 printf(" l:%d v:%s", strlen($chunk), unpack("H*", $chunk)[1]); 61 printf(" l:%d v:%s", strlen($chunk), unpack("H*", $chunk)[1]); 77 UTF-8: l:2 v:3132 l:5 v:33f09280a9 78 BAD UTF-8: l:2 v:3132 l:3 v:33f092 79 UTF-16BE: l:4 v:d800dc00 l:4 v:dbffdfff 80 UTF-16LE: l:4 v:00d800dc l:4 v:ffdbffdf 81 BAD UTF-16BE: l:4 v:d800dc00 l:2 v:003f l:2 v:003f [all …]
|
/php-src/win32/build/ |
H A D | php-classic.svg | 18 ….14,42.66,193.53-30.28,195.31-1.13,0-2.27.18-3.42.12l-45.62.17-10.38,50.27-94.81,0,9.87-50.22H100.… 20 ….21,13.46-26,17.07a112.62,112.62,0,0,1-28.71,3.63H75.61l-8.94,49.16H32.75L66.47,187.37ZM95,216.87l… 21 … class="c" d="M258,138l-9,49.42h30.25q24.79.52,37.19,10.87t7.37,39.33l-15.66,86.16H274l15-82.28q2.… 22 ….21,13.46-26,17.07a112.7,112.7,0,0,1-28.72,3.63H371.57l-8.93,49.16H328.72l33.72-185.52ZM391,216.87…
|
/php-src/ext/date/tests/ |
H A D | bug72719.phpt | 5 echo (new DateTimeImmutable('Monday next week 13:00'))->format('l'), "\n"; 6 echo (new DateTimeImmutable('Tuesday next week 14:00'))->format('l'), "\n"; 7 echo (new DateTimeImmutable('Wednesday next week 14:00'))->format('l'), "\n"; 8 echo (new DateTimeImmutable('Thursday next week 15:00'))->format('l'), "\n"; 9 echo (new DateTimeImmutable('Friday next week 16:00'))->format('l'), "\n"; 10 echo (new DateTimeImmutable('Saturday next week 17:00'))->format('l'), "\n"; 11 echo (new DateTimeImmutable('Sunday next week 18:00'))->format('l'), "\n";
|
H A D | bug33414-1.phpt | 10 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 18 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 26 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 34 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 43 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 51 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 59 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 67 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 75 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 83 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; [all …]
|
H A D | bug33414-2.phpt | 8 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 10 print "result=".date("l Y-m-d H:i:s T I", $strtotime_tstamp)."\n"; 16 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 18 print "result=".date("l Y-m-d H:i:s T I", $strtotime_tstamp)."\n"; 24 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 32 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 40 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 48 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 56 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 64 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; [all …]
|
H A D | date_period-immutable.phpt | 14 echo $dt->format( "l Y-m-d\n" ); 15 echo $dt->modify( "3 tuesday" )->format( "l Y-m-d\n" ); 16 echo $dt->format( "l Y-m-d\n\n" ); 22 echo $dt->format( "l Y-m-d\n" ); 23 echo $dt->modify( "3 tuesday" )->format( "l Y-m-d\n" ); 24 echo $dt->format( "l Y-m-d\n\n" );
|
H A D | bug33415-2.phpt | 10 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 18 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 27 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 36 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 44 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 53 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 61 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 70 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 79 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 87 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; [all …]
|
/php-src/ext/standard/ |
H A D | php_crypt_r.c | 108 uint32_t l; in php_md5_crypt_r() local 193 l = (final[ 0]<<16) | (final[ 6]<<8) | final[12]; to64(p,l,4); p += 4; in php_md5_crypt_r() 194 l = (final[ 1]<<16) | (final[ 7]<<8) | final[13]; to64(p,l,4); p += 4; in php_md5_crypt_r() 195 l = (final[ 2]<<16) | (final[ 8]<<8) | final[14]; to64(p,l,4); p += 4; in php_md5_crypt_r() 196 l = (final[ 3]<<16) | (final[ 9]<<8) | final[15]; to64(p,l,4); p += 4; in php_md5_crypt_r() 197 l = (final[ 4]<<16) | (final[10]<<8) | final[ 5]; to64(p,l,4); p += 4; in php_md5_crypt_r() 198 l = final[11] ; to64(p,l,2); p += 2; in php_md5_crypt_r()
|
H A D | crypt_freesec.c | 544 f ^= l; in do_des() 545 l = r; in do_des() 548 r = l; in do_des() 549 l = f; in do_des() 557 | fp_maskl[3][l & 0xff] in do_des() 565 | fp_maskr[3][l & 0xff] in do_des() 700 l = (r0 >> 8); in _crypt_extended_r() 704 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r() 710 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r() 712 l = r1 << 2; in _crypt_extended_r() [all …]
|
H A D | exec.c | 83 size_t l = bufl; in strip_trailing_whitespace() local 84 while (l-- > 0 && isspace(((unsigned char *)buf)[l])); in strip_trailing_whitespace() 85 if (l != (bufl - 1)) { in strip_trailing_whitespace() 86 bufl = l + 1; in strip_trailing_whitespace() 284 size_t l = ZSTR_LEN(unescaped_cmd); in php_escape_shell_cmd() local 290 if (l > cmd_max_len - 2 - 1) { in php_escape_shell_cmd() 295 cmd = zend_string_safe_alloc(2, l, 0, 0); in php_escape_shell_cmd() 297 for (x = 0, y = 0; x < l; x++) { in php_escape_shell_cmd() 391 size_t l = ZSTR_LEN(unescaped_arg); in php_escape_shell_arg() local 397 if (l > cmd_max_len - 2 - 1) { in php_escape_shell_arg() [all …]
|
/php-src/ext/spl/tests/SplFileObject/ |
H A D | fileobject_003.phpt | 25 $l = substr($f->getPathName(), -1); 26 var_dump($l != '/' && $l != '\\' && $l == $lc); 28 $l = substr($f->getFileName(), -1); 29 var_dump($l != '/' && $l != '\\' && $l == $lc); 31 $l = substr($f->getPath(), -1); 32 var_dump($l != '/' && $l != '\\' && $l == $lp); 45 test(__DIR__ . '/', substr(__DIR__,-1), 'l'); 46 test(__DIR__, substr(__DIR__,-1), 'l');
|
/php-src/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 64 isspace(CAST(unsigned char, *l))) ++l;} 66 tolower(CAST(unsigned char, l)) : (l)) 418 ++l; in get_standard_integer_type() 1847 ++l; in parse_op_modifier() 2082 if (*l == '.' || *l == ',') { in parse() 2178 m->cond = get_cond(l, &l); in parse() 2194 m->type = get_type(type_tbl, l + 1, &l); in parse() 2212 m->type = get_type(type_tbl, l, &l); in parse() 2231 m->type = get_type(special_tbl, l, &l); in parse() 2256 ++l; in parse() [all …]
|
H A D | der.c | 155 if (*p >= l) in gettag() 163 if (*p >= l) in gettag() 168 if (*p >= l) in gettag() 190 if (*p >= l) { in getlength() 202 if (*p + digits >= l) { in getlength() 220 __func__, *p, len, l)); in getlength() 410 const uint8_t *p = v, *ep = p + l; in printdata() 445 size_t l; in main() local 452 l = (size_t)st.st_size; in main() 456 printdata(0, p, 0, l); in main() [all …]
|
/php-src/Zend/tests/numeric_strings/ |
H A D | string_offset.phpt | 41 string(1) "l" 43 string(1) "l" 45 string(1) "l" 47 string(1) "l" 51 string(1) "l" 55 string(1) "l" 59 string(1) "l" 63 string(1) "l" 71 string(1) "l"
|
/php-src/ext/phar/phar/ |
H A D | directorytreeiterator.inc | 39 for ($l=0; $l < $this->getDepth(); $l++) { 40 $tree .= $this->getSubIterator($l)->hasNext() ? '| ' : ' '; 42 return $tree . ($this->getSubIterator($l)->hasNext() ? '|-' : '\-') 43 . $this->getSubIterator($l)->__toString();
|
/php-src/ext/gettext/tests/ |
H A D | bug66267.phpt | 15 foreach($loc as $l) { 16 if (!setlocale(LC_ALL, $l)) { 17 die("SKIP '$l' locale not supported."); 29 foreach ($loc as $l) { 30 putenv("LC_ALL=$l"); 31 setlocale(LC_ALL, $l);
|
/php-src/ext/hash/ |
H A D | hash_gost.c | 30 t = (k2) + l; \ 36 l = h[i + 1]; \ 54 r = l; \ 55 l = t; \ 94 x[6] = l; \ 98 l = x[0]; \ 102 x[4] = l ^ r; \ 104 l = x[1]; \ 123 s[i + 1] = l; 197 S(s, l, r); \ [all …]
|
/php-src/ext/standard/html_tables/ |
H A D | html_table_gen.php | 184 foreach ($lines as $l) { 185 if (preg_match("/^0x([0-9A-Z]{2})\t0x([0-9A-Z]{2,})/i", $l, $matches)) 327 foreach ($lines as $l) { 422 foreach (explode("\n", $data) as $l) { 423 if (preg_match('/^(#?[a-z0-9]+)\s+([a-f0-9]+) ([a-f0-9]+)/i', $l, $matches)) { 426 } else if (preg_match('/^(#?[a-z0-9]+)\s+([a-f0-9]+)/i', $l, $matches)) { 480 foreach ($v as $l => $w) { 535 for ($l = 0; $l < 64; $l++) { variable 536 if (isset($mstable[$i][$k][$l])) { 538 $col3[$l] = $mstable[$i][$k][$l]; [all …]
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_alloc.h | 60 const MYSQLND_STRING ret = {(char*) mnd_pemalloc(str.l + 1, persistent), str.l}; in mnd_dup_cstring() 62 memcpy(ret.s, str.s, str.l); in mnd_dup_cstring() 63 ret.s[str.l] = '\0'; in mnd_dup_cstring() 70 const MYSQLND_CSTRING ret = {str.s, str.l}; in mnd_str2c() 78 buf->l = 0; in mysqlnd_set_string() 82 buf->l = len; in mysqlnd_set_string() 90 buf->l = 0; in mysqlnd_set_persistent_string() 94 buf->l = len; in mysqlnd_set_persistent_string()
|
/php-src/ext/standard/tests/strings/ |
H A D | unpack_offset.phpt | 11 unpack("l", $data, 3)[1], 12 unpack("@4/l", $data, 3)[1]); 15 unpack("l", "foo", 10); 20 unpack("l", "foo", -1);
|