Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.3/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.3/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.3/ext/interbase/
H A Dibase_query.c482 double l; in _php_ibase_bind_array() local
494 if (l > SHRT_MAX || l < SHRT_MIN) { in _php_ibase_bind_array()
501 if (l > ISC_LONG_MAX || l < ISC_LONG_MIN) { in _php_ibase_bind_array()
509 long double l; in _php_ibase_bind_array() local
519 if (l > 0) { in _php_ibase_bind_array()
537 ISC_INT64 l; in _php_ibase_bind_array() local
884 ibase_tr_list **l; in _php_ibase_exec() local
911 for (l = &ib_query->link->tr_list; *l != NULL; l = &(*l)->next); in _php_ibase_exec()
1081 zend_long l; in PHP_FUNCTION() local
1108 "ls", &l, &query, &query_len) && l == PHP_IBASE_CREATE) { in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/phar/tests/files/
H A Dfrontcontroller7.phar6 …a.jpg���Bc�H�����ж���������a.phps���Bc�H���l�`�������hiohio<?php function hio(){}��׾@4�OV�…
/PHP-7.3/ext/phar/tests/cache_list/files/
H A Dfrontcontroller7.phar6 …a.jpg���Bc�H�����ж���������a.phps���Bc�H���l�`�������hiohio<?php function hio(){}��׾@4�OV�…
/PHP-7.3/ext/pcre/tests/
H A Dbug76850.phpt5 $l = setlocale(LC_CTYPE, 0);
6 if ("C" == $l) {
/PHP-7.3/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.3/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.3/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.3/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.3/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.3/ext/intl/tests/
H A Dbug74484_MessageFormatter.phpt12 $text = "{a} {b} {c} {d} {e} {f} {g} {h} {i} {j} {k} {l}";
26 'l' => 12
/PHP-7.3/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";
/PHP-7.3/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"]=>
/PHP-7.3/ext/mysqli/
H A Dmysqli_mysqlnd.h43 #define mysqli_async_query(c, q, l) mysqlnd_async_query((c), (q), (l)) argument
/PHP-7.3/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.3/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.3/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 47 milliseconds

12345678910>>...13