Home
last modified time | relevance | path

Searched refs:l (Results 126 – 150 of 351) sorted by last modified time

12345678910>>...15

/PHP-5.5/ext/standard/
H A Dfilters.c1330 long l; in php_conv_get_int_prop_ex() local
1335 …if ((err = php_conv_get_long_prop_ex(ht, &l, field_name, field_name_len)) == PHP_CONV_ERR_SUCCESS)… in php_conv_get_int_prop_ex()
1336 *pretval = l; in php_conv_get_int_prop_ex()
1344 long l; in php_conv_get_uint_prop_ex() local
1349 …if ((err = php_conv_get_ulong_prop_ex(ht, &l, field_name, field_name_len)) == PHP_CONV_ERR_SUCCESS… in php_conv_get_uint_prop_ex()
1350 *pretval = l; in php_conv_get_uint_prop_ex()
H A Dhtml.c538 const uni_to_enc *l = table, in unimap_bsearch() local
549 while (l <= h) { in unimap_bsearch()
550 m = l + (h - l) / 2; in unimap_bsearch()
554 l = m + 1; in unimap_bsearch()
1554 size_t l = r->data.ent.entity_len; in write_s3row_data() local
1556 entity[l + 1] = ';'; in write_s3row_data()
1566 entity[l + 1] = ';'; in write_s3row_data()
1571 size_t l, in write_s3row_data() local
1577 l = mcpr[i].normal_entry.entity_len; in write_s3row_data()
1588 entity[l + 1] = ';'; in write_s3row_data()
[all …]
H A Dexec.c107 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 Dcrypt_freesec.c552 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 …]
H A Dconfig.m4127 salt[9]='l'; salt[10]='e'; salt[11]='$';
/PHP-5.5/ext/spl/tests/
H A Diterator_004.phpt75 $l = new LimitIterator(new SeekableNumericArrayIterator($a));
78 $l->seek($i);
79 print $l->current() . "\n";
H A Dfileobject_001.phpt28 foreach($o as $n => $l)
30 var_dump($n, $l);
36 foreach($o as $n => $l)
38 var_dump($n, $l);
H A Dfileobject_003.phpt25 $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');
H A DSplFileObject_fputcsv.phpt45 while($l=fgetcsv($fp))
47 $res[] = join(',',$l);
/PHP-5.5/ext/spl/examples/
H A Ddirectorytreeiterator.inc39 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/sockets/
H A Dsockets.dsp49 # ADD BASE RSC /l 0x407 /d "NDEBUG"
50 # ADD RSC /l 0x407 /d "NDEBUG"
77 # ADD BASE RSC /l 0x407 /d "_DEBUG"
78 # ADD RSC /l 0x407 /d "_DEBUG"
H A Dsendrecvmsg.c71 #define LONG_CHECK_VALID_INT(l) \ argument
73 if ((l) < INT_MIN && (l) > INT_MAX) { \
75 "the boundaries of a native integer", (l)); \
/PHP-5.5/ext/soap/
H A Dphp_soap.dsp49 # ADD BASE RSC /l 0x409 /d "NDEBUG"
50 # ADD RSC /l 0x409 /d "NDEBUG"
75 # ADD BASE RSC /l 0x409 /d "_DEBUG"
76 # ADD RSC /l 0x409 /d "_DEBUG"
/PHP-5.5/ext/skeleton/
H A Dskeleton.dsp50 # ADD BASE RSC /l 0x406 /d "NDEBUG"
51 # ADD RSC /l 0x406 /d "NDEBUG"
77 # ADD BASE RSC /l 0x406 /d "NDEBUG"
78 # ADD RSC /l 0x406 /d "NDEBUG"
/PHP-5.5/ext/snmp/
H A Dsnmp.dsp50 # ADD BASE RSC /l 0x406 /d "NDEBUG"
51 # ADD RSC /l 0x406 /d "NDEBUG"
77 # ADD BASE RSC /l 0x406 /d "NDEBUG"
78 # ADD RSC /l 0x406 /d "NDEBUG"
/PHP-5.5/ext/simplexml/
H A Dsimplexml.dsp49 # ADD BASE RSC /l 0x409 /d "_DEBUG"
50 # ADD RSC /l 0x409 /d "_DEBUG"
75 # ADD BASE RSC /l 0x409 /d "NDEBUG"
76 # ADD RSC /l 0x409 /d "NDEBUG"
/PHP-5.5/ext/shmop/
H A Dshmop.dsp49 # ADD BASE RSC /l 0x407 /d "NDEBUG"
50 # ADD RSC /l 0x407 /d "NDEBUG"
75 # ADD BASE RSC /l 0x407 /d "_DEBUG"
76 # ADD RSC /l 0x407 /d "_DEBUG"
/PHP-5.5/ext/session/
H A Dsession.c1301 zend_llist *l = &SG(sapi_headers).headers;
1312 current = l->head;
1321 l->head = next;
1326 l->tail = current->prev;
1330 --l->count;
/PHP-5.5/ext/readline/
H A Dreadline.c481 static zval *_readline_long_zval(long l) in _readline_long_zval() argument
487 Z_LVAL_P(ret) = l; in _readline_long_zval()
/PHP-5.5/ext/pspell/
H A Dpspell.dsp50 # ADD BASE RSC /l 0x409 /d "_DEBUG"
51 # ADD RSC /l 0x409 /d "_DEBUG"
76 # ADD BASE RSC /l 0x409 /d "NDEBUG"
77 # ADD RSC /l 0x409 /d "NDEBUG"
/PHP-5.5/ext/posix/
H A Dposix.c1308 struct limitlist *l = NULL; in PHP_FUNCTION() local
1314 for (l=limits; l->name; l++) { in PHP_FUNCTION()
1315 if (posix_addlimit(l->limit, l->name, return_value TSRMLS_CC) == FAILURE) { in PHP_FUNCTION()
/PHP-5.5/ext/phar/tests/
H A Dphar_setdefaultstub.phpt272 $l = unpack('V', substr($m, 10, 4));
273 $m = substr($m, 14 + $l[1]);
567 $l = unpack('V', substr($m, 10, 4));
568 $m = substr($m, 14 + $l[1]);
862 $l = unpack('V', substr($m, 10, 4));
863 $m = substr($m, 14 + $l[1]);
H A Dphar_oo_008.phpt54 $l = $v->fgetcsv();
55 echo $v->key() . "=>" . join('|',$l) . "\n";
H A Dinvalid_alias.phpt18 $p->setAlias('hi\\l');
42 Invalid alias "hi\l" specified for phar "%sinvalid_alias.phar"
H A Dphar_createdefaultstub.phpt252 $l = unpack('V', substr($m, 10, 4));
253 $m = substr($m, 14 + $l[1]);
546 $l = unpack('V', substr($m, 10, 4));
547 $m = substr($m, 14 + $l[1]);
848 $l = unpack('V', substr($m, 10, 4));
849 $m = substr($m, 14 + $l[1]);

Completed in 99 milliseconds

12345678910>>...15