/PHP-5.5/Zend/ |
H A D | zend_llist.c | 30 l->count = 0; in zend_llist_init() 43 if (l->tail) { in zend_llist_add_element() 48 l->tail = tmp; in zend_llist_add_element() 51 ++l->count; in zend_llist_add_element() 61 if (l->head) { in zend_llist_prepend_element() 66 l->head = tmp; in zend_llist_prepend_element() 69 ++l->count; in zend_llist_prepend_element() 88 --l->count; 118 l->count = 0; in zend_llist_destroy() 125 l->head = l->tail = NULL; in zend_llist_clean() [all …]
|
H A D | zend_llist.h | 51 ZEND_API void zend_llist_add_element(zend_llist *l, void *element); 52 ZEND_API void zend_llist_prepend_element(zend_llist *l, void *element); 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 int zend_llist_count(zend_llist *l); 67 ZEND_API void *zend_llist_get_last_ex(zend_llist *l, zend_llist_position *pos); 71 #define zend_llist_get_first(l) zend_llist_get_first_ex(l, NULL) argument 72 #define zend_llist_get_last(l) zend_llist_get_last_ex(l, NULL) argument 73 #define zend_llist_get_next(l) zend_llist_get_next_ex(l, NULL) argument [all …]
|
H A D | Makefile.am | 9 zend_language_parser.y zend_language_scanner.l \ 10 zend_ini_parser.y zend_ini_scanner.l \ 34 zend_language_scanner.c: $(srcdir)/zend_language_scanner.l 35 …-case-inverted -cbdFt $(srcdir)/zend_language_scanner_defs.h -o$@ $(srcdir)/zend_language_scanner.l 46 zend_ini_scanner.c: $(srcdir)/zend_ini_scanner.l 47 …ion-date --case-inverted -cbdFt $(srcdir)/zend_ini_scanner_defs.h -o$@ $(srcdir)/zend_ini_scanner.l
|
/PHP-5.5/ext/mbstring/ |
H A D | php_unicode.c | 64 long l, r, m; in prop_lookup() local 83 while (l <= r) { in prop_lookup() 88 m = (l + r) >> 1; in prop_lookup() 91 l = m + 2; in prop_lookup() 129 while (l <= r) { in case_lookup() 137 l = m + 3; in case_lookup() 166 long l, r; in php_unicode_toupper() local 197 long l, r; in php_unicode_tolower() local 207 l = 0; in php_unicode_tolower() 228 long l, r; in php_unicode_totitle() local [all …]
|
/PHP-5.5/ext/tidy/tests/ |
H A D | 019.phpt | 8 $l = 1; 12 tidy_repair_string($s, $l, $l, $l); 14 tidy_repair_string($l, $l, $l ,$l); 17 tidy_repair_file($s, $l, $l, $l); 19 tidy_repair_file($l, $l, $l ,$l);
|
H A D | 022.phpt | 8 $l = 1; 12 tidy_repair_string($s, $l, $l, $l); 14 tidy_repair_string($l, $l, $l ,$l); 17 tidy_repair_file($s, $l, $l, $l); 19 tidy_repair_file($l, $l, $l ,$l);
|
/PHP-5.5/sapi/fpm/fpm/ |
H A D | fpm_trace.c | 14 long l; in fpm_trace_get_strz() local 15 char *lc = (char *) &l; in fpm_trace_get_strz() 17 if (0 > fpm_trace_get_long(addr, &l)) { in fpm_trace_get_strz() 21 i = l % SIZEOF_LONG; in fpm_trace_get_strz() 22 l -= i; in fpm_trace_get_strz() 23 for (addr = l; ; addr += SIZEOF_LONG) { in fpm_trace_get_strz() 24 if (0 > fpm_trace_get_long(addr, &l)) { in fpm_trace_get_strz()
|
H A D | fpm_php_trace.c | 51 long l; in fpm_php_trace_dump() local 65 if (0 > fpm_trace_get_long((long) &EG(current_execute_data), &l)) { in fpm_php_trace_dump() 69 execute_data = l; in fpm_php_trace_dump() 81 function = l; in fpm_php_trace_dump() 99 if (valid_ptr(l)) { in fpm_php_trace_dump() 100 long op_array = l; in fpm_php_trace_dump() 111 if (valid_ptr(l)) { in fpm_php_trace_dump() 112 long opline = l; in fpm_php_trace_dump() 113 uint *lu = (uint *) &l; in fpm_php_trace_dump() 115 if (0 > fpm_trace_get_long(opline + offsetof(struct _zend_op, lineno), &l)) { in fpm_php_trace_dump() [all …]
|
/PHP-5.5/ext/standard/ |
H A D | php_crypt_r.c | 135 __int32 l; in php_md5_crypt_r() local 282 l = (final[ 0]<<16) | (final[ 6]<<8) | final[12]; to64(p,l,4); p += 4; in php_md5_crypt_r() 283 l = (final[ 1]<<16) | (final[ 7]<<8) | final[13]; to64(p,l,4); p += 4; in php_md5_crypt_r() 284 l = (final[ 2]<<16) | (final[ 8]<<8) | final[14]; to64(p,l,4); p += 4; in php_md5_crypt_r() 285 l = (final[ 3]<<16) | (final[ 9]<<8) | final[15]; to64(p,l,4); p += 4; in php_md5_crypt_r() 286 l = (final[ 4]<<16) | (final[10]<<8) | final[ 5]; to64(p,l,4); p += 4; in php_md5_crypt_r() 287 l = final[11]; to64(p,l,2); p += 2; in php_md5_crypt_r() 326 php_uint32 l; in php_md5_crypt_r() local 412 l = (final[ 0]<<16) | (final[ 6]<<8) | final[12]; to64(p,l,4); p += 4; in php_md5_crypt_r() 413 l = (final[ 1]<<16) | (final[ 7]<<8) | final[13]; to64(p,l,4); p += 4; in php_md5_crypt_r() [all …]
|
H A D | exec.c | 107 int l = 0, pclose_return; in php_exec() local 160 l = bufl; in php_exec() 161 while (l-- && isspace(((unsigned char *)buf)[l])); in php_exec() 163 bufl = l + 1; in php_exec() 173 l = bufl; in php_exec() 174 while (l-- && isspace(((unsigned char *)buf)[l])); in php_exec() 176 bufl = l + 1; in php_exec() 291 size_t l = strlen(str); in php_escape_shell_cmd() local 304 cmd = safe_emalloc(2, l, 1); in php_escape_shell_cmd() 396 size_t l = strlen(str); in php_escape_shell_arg() local [all …]
|
H A D | crypt_freesec.c | 552 f ^= l; in do_des() 553 l = r; in do_des() 556 r = l; in do_des() 557 l = f; in do_des() 565 | fp_maskl[3][l & 0xff] in do_des() 573 | fp_maskr[3][l & 0xff] in do_des() 708 l = (r0 >> 8); in _crypt_extended_r() 712 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r() 718 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r() 720 l = r1 << 2; in _crypt_extended_r() [all …]
|
/PHP-5.5/ext/spl/tests/ |
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(dirname(__FILE__) . '/', substr(dirname(__FILE__),-1), 'l'); 46 test(dirname(__FILE__), substr(dirname(__FILE__),-1), 'l');
|
/PHP-5.5/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 67 isspace((unsigned char) *l)) ++l;} 69 tolower((unsigned char) (l)) : (l)) 338 ++l; in get_standard_integer_type() 1682 m->cond = get_cond(l, &l); in parse() 1698 m->type = get_type(type_tbl, l + 1, &l); in parse() 1716 m->type = get_type(type_tbl, l, &l); in parse() 1727 ++l; in parse() 1734 m->type = get_type(special_tbl, l, &l); in parse() 1756 ++l; in parse() 1901 ++l; in parse() [all …]
|
/PHP-5.5/ext/date/tests/ |
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 | 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 | 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 | 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-5.5/ext/hash/ |
H A D | hash_gost.c | 34 t = (k2) + l; \ 40 l = h[i + 1]; \ 58 r = l; \ 59 l = t; \ 98 x[6] = l; \ 102 l = x[0]; \ 106 x[4] = l ^ r; \ 108 l = x[1]; \ 127 s[i + 1] = l; 201 S(s, l, r); \ [all …]
|
/PHP-5.5/ext/intl/grapheme/ |
H A D | grapheme_util.c | 57 if ((l < 0 && -l > str_len)) { in grapheme_substr_ascii() 60 l = str_len; in grapheme_substr_ascii() 63 l = str_len; in grapheme_substr_ascii() 70 if (l < 0 && (l + str_len - f) < 0) { in grapheme_substr_ascii() 88 if (l < 0) { in grapheme_substr_ascii() 89 l = (str_len - f) + l; in grapheme_substr_ascii() 90 if (l < 0) { in grapheme_substr_ascii() 91 l = 0; in grapheme_substr_ascii() 99 if ((f + l) > str_len) { in grapheme_substr_ascii() 100 l = str_len - f; in grapheme_substr_ascii() [all …]
|
/PHP-5.5/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-5.5/ext/spl/examples/ |
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-5.5/ext/pdo_firebird/ |
H A D | firebird_driver.c | 298 for (l = unquoted; (r = strchr(l,'\'')); l = r+1) { in firebird_handle_quoter() 299 strncpy(c, l, r-l+1); in firebird_handle_quoter() 300 c += (r-l+1); in firebird_handle_quoter() 399 long l, pindex = -1; in firebird_alloc_prepare_stmt() local 427 for (l = in_quote = in_param = 0; l <= sql_len; ++l) { in firebird_alloc_prepare_stmt() 430 switch (sql[l]) { in firebird_alloc_prepare_stmt() 441 … if ((in_param &= ((sql[l] >= 'A' && sql[l] <= 'Z') || (sql[l] >= 'a' && sql[l] <= 'z') in firebird_alloc_prepare_stmt() 442 … || (sql[l] >= '0' && sql[l] <= '9') || sql[l] == '_' || sql[l] == '-'))) { in firebird_alloc_prepare_stmt() 456 *c++ = sql[l]; in firebird_alloc_prepare_stmt() 570 if (!l) { in firebird_handle_get_attribute() [all …]
|
/PHP-5.5/ext/standard/html_tables/ |
H A D | html_table_gen.php | 189 foreach ($lines as $l) { 190 if (preg_match("/^0x([0-9A-Z]{2})\t0x([0-9A-Z]{2,})/i", $l, $matches)) 332 foreach ($lines as $l) { 428 foreach (explode("\n", $data) as $l) { 429 if (preg_match('/^(#?[a-z0-9]+)\s+([a-f0-9]+) ([a-f0-9]+)/i', $l, $matches)) { 432 } else if (preg_match('/^(#?[a-z0-9]+)\s+([a-f0-9]+)/i', $l, $matches)) { 486 foreach ($v as $l => $w) { 541 for ($l = 0; $l < 64; $l++) { variable 542 if (isset($mstable[$i][$k][$l])) { 544 $col3[$l] = $mstable[$i][$k][$l]; [all …]
|
/PHP-5.5/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");
|
/PHP-5.5/win32/build/ |
H A D | cvsclean.js | 106 var l; 111 l = e.StdOut.ReadLine(); 112 if (l.length == 0 || re.test(l)) { 115 rm_r(dirname + l);
|