Home
last modified time | relevance | path

Searched refs:l (Results 51 – 75 of 283) sorted by relevance

12345678910>>...12

/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlentities-utf-3.phpt23 foreach ($val_ranges as $l) {
24 if ($b >= $l[0][0] && $b <= $l[0][1]) {
25 if (count($l) != strlen($seq)) {
29 if (ord($seq[$n]) < $l[$n][0] || ord($seq[$n]) > $l[$n][1]) {
H A Dstripcslashes_basic.phpt13 var_dump(stripcslashes('\H\e\l\l\o \W\or\l\d'));
H A Dchunk_split_variation8.phpt26 It has _speci@l ch@r$ 2222 !!!Now \k as escape char to test
63 :::I:::t::: :::h:::a:::s::: :::_:::s:::p:::e:::c:::i:::@:::l::: :::c:::h:::@:::r:::$::: :::2:::2:::…
64 :::c:::h:::u:::n:::k:::_:::s:::p:::l:::i:::t:::(:::):::"
72 It has _speci@l ch@r$ 2222 !!!Now \k as escape char to test
77 It has _speci@l ch@r$ 222:::2 !!!Now \k as escape char::: to test
82 It has _speci@l ch@r$ 2222 !!!Now \k as escape char to test
H A Dstrrev_variation1.phpt45 "h e l l o ",
139 string(15) " o l l e h"
H A Dstrrev_variation2.phpt45 'h e l l o ',
133 string(15) " o l l e h"
/PHP-7.4/Zend/
H A Dzend_smart_str.c64 static size_t zend_compute_escaped_string_len(const char *s, size_t l) { in zend_compute_escaped_string_len() argument
65 size_t i, len = l; in zend_compute_escaped_string_len()
66 for (i = 0; i < l; ++i) { in zend_compute_escaped_string_len()
78 ZEND_API void ZEND_FASTCALL smart_str_append_escaped(smart_str *str, const char *s, size_t l) { in smart_str_append_escaped() argument
80 size_t i, len = zend_compute_escaped_string_len(s, l); in smart_str_append_escaped()
86 for (i = 0; i < l; ++i) { in smart_str_append_escaped()
/PHP-7.4/ext/standard/tests/file/
H A Dbug53848.phpt9 while ($l = fgetcsv($fp)) var_dump($l);
H A Dmkdir-002.phpt14 var_dump(`ls -l mkdir-002`);
20 var_dump(`ls -l ./mkdir-002`);
27 var_dump(`ls -l $dirname`);
/PHP-7.4/Zend/tests/
H A Dhex_overflow_32bit.phpt18 $l = $d;
19 var_dump($l);
H A Dint_overflow_64bit.phpt19 $l = (int)$d;
20 var_dump($l);
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c498 size_t l; in varexpand() local
505 buf += l; in varexpand()
506 len -= l; in varexpand()
534 buf += l; in varexpand()
535 len -= l; in varexpand()
2080 l = 0; in magiccheck()
2086 l = 0; in magiccheck()
2093 l = 0; in magiccheck()
2106 l = 0; in magiccheck()
2299 matched = (v & l) == l; in magiccheck()
[all …]
/PHP-7.4/ext/intl/tests/
H A Dbug74484_MessageFormatter.phpt10 $text = "{a} {b} {c} {d} {e} {f} {g} {h} {i} {j} {k} {l}";
24 'l' => 12
/PHP-7.4/sapi/phpdbg/
H A DMakefile.frag12 %.c: %.l
16 $(srcdir)/phpdbg_lexer.c: $(srcdir)/phpdbg_lexer.l
17 …C) $(RE2C_FLAGS) --no-generation-date -cbdFo sapi/phpdbg/phpdbg_lexer.c sapi/phpdbg/phpdbg_lexer.l)
/PHP-7.4/ext/gd/libgd/
H A Dwbmp.c66 int cnt, l, accu; in putmbi() local
75 for (l = cnt - 1; l > 0; l--) in putmbi()
76 putout (0x80 | (i & 0x7f << 7 * l) >> 7 * l, out); in putmbi()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_alloc.h73 const MYSQLND_STRING ret = {(char*) mnd_pemalloc(str.l + 1, persistent), str.l}; in mnd_dup_cstring()
75 memcpy(ret.s, str.s, str.l); in mnd_dup_cstring()
76 ret.s[str.l] = '\0'; in mnd_dup_cstring()
83 const MYSQLND_CSTRING ret = {str.s, str.l}; in mnd_str2c()
/PHP-7.4/ext/date/tests/
H A Dbug20382-1.phpt8 echo "tStamp=". date("l Y-m-d H:i:s T", $tStamp). "\n";
11 echo "result=". date("l Y-m-d H:i:s T", $strtotime_timestamp). "\n";
H A Ddate_period.phpt12 echo $dt->modify( "3 tuesday" )->format( "l Y-m-d\n" );
23 echo $dt->format( "l Y-m-d H:i:s\n" );
/PHP-7.4/ext/mysqli/
H A Dmysqli_mysqlnd.h43 #define mysqli_async_query(c, q, l) mysqlnd_async_query((c), (q), (l)) argument
/PHP-7.4/ext/standard/tests/array/
H A Dkrsort_basic.phpt22 $unsorted_strings = array( "lemon" => "l", "orange" => "o", "banana" => "b" );
24 "l" => "lemon", "o" => "orange",
90 ["l"]=>
124 ["l"]=>
158 ["l"]=>
185 ["l"]=>
200 ["l"]=>
227 ["l"]=>
H A Dksort_basic.phpt22 "l" => "lemon", "o" => "orange",
90 ["l"]=>
124 ["l"]=>
158 ["l"]=>
173 ["l"]=>
200 ["l"]=>
215 ["l"]=>
H A Darsort_basic.phpt24 "l" => "lemon", "o" => "orange",
90 ["l"]=>
124 ["l"]=>
158 ["l"]=>
185 ["l"]=>
200 ["l"]=>
227 ["l"]=>
/PHP-7.4/ext/mbstring/tests/
H A Dmb_strtolower_variation3.phpt22 $string_mixed = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCUEhQLiAwMTIzNO+8le+8lu+8l++8…
23 … base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCcGhwLiAwMTIzNO+8le+8lu+8l++8mO+8meOAgg==');
50 string(80) "5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCcGhwLiAwMTIzNO+8le+8lu+8l++8mO+8meOAgg=="
H A Dmb_strtoupper_variation3.phpt22 … base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCUEhQLiAwMTIzNO+8le+8lu+8l++8mO+8meOAgg==');
23 … base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCcGhwLiAwMTIzNO+8le+8lu+8l++8mO+8meOAgg==');
51 string(80) "5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCUEhQLiAwMTIzNO+8le+8lu+8l++8mO+8meOAgg=="
/PHP-7.4/ext/gd/
H A Dgd_ctx.c33 static int _php_image_output_putbuf(struct gdIOCtx *ctx, const void* buf, int l) /* {{{ */ in _php_image_output_putbuf() argument
35 return php_write((void *)buf, l); in _php_image_output_putbuf()
51 static int _php_image_stream_putbuf(struct gdIOCtx *ctx, const void* buf, int l) /* {{{ */ in _php_image_stream_putbuf() argument
54 return php_stream_write(stream, (void *)buf, l); in _php_image_stream_putbuf()
/PHP-7.4/sapi/cli/tests/
H A D012-2.phpt12 // -l : behavior = LINT
18 var_dump(`"$php" -n -r "echo 3;" -l`); // ignores linting
26 var_dump(`"$php" -n -l -r "echo 9;"`);

Completed in 45 milliseconds

12345678910>>...12