Home
last modified time | relevance | path

Searched refs:l (Results 26 – 50 of 310) sorted by relevance

12345678910>>...13

/PHP-7.3/ext/intl/tests/
H A Dtransliterator_transliterate_basic.phpt16 Kontogiannátos, Basílēs
17 Kontogiannátos, Basílēs
18 ΚονTogiannátos, Basílēs
H A Dbug67052.phpt9 $l = setlocale(LC_ALL, 'de_DE');
10 if($l === false) {
13 setlocale(LC_ALL, $l);
/PHP-7.3/ext/standard/tests/array/
H A Dbug24766.phpt12 $l = array_keys($b);
13 debug_zval_dump($k, $l);
16 $i=$l[0];
/PHP-7.3/Zend/tests/multibyte/
H A Dmultibyte_encoding_003.phpt17 �p�r�i�n�t� �"�H�e�ll�o� �W�o�r�l�d�\�n�"�;�
H A Dmultibyte_encoding_006.phpt16 ���e���c���h���o��� ���"���h���e���l���l���o��� ���w���o���r���l���d���"���;���
/PHP-7.3/ext/standard/tests/strings/
H A Dpack.phpt73 print_r(unpack("l", pack("l", 65534)));
74 print_r(unpack("l", pack("l", 0)));
75 print_r(unpack("l", pack("l", 2147483650)));
76 print_r(unpack("l", pack("l", 4294967296)));
77 print_r(unpack("l", pack("l", -2147483648)));
H A Dunpack_offset.phpt11 unpack("l", $data, 3)[1],
12 unpack("@4/l", $data, 3)[1]);
/PHP-7.3/sapi/cgi/tests/
H A D006.phpt32 var_dump(`"$php" -n -l "$filename"`);
33 var_dump(`"$php" -n -l some.unknown`);
48 var_dump(`"$php" -n -l "$filename"`);
50 var_dump(`"$php" -n -l "$filename" 2>/dev/null`);
/PHP-7.3/ext/phar/phar/
H A Dclicommand.inc116 $l = strlen($prefix);
119 if (substr($m->name, 0, $l) == $prefix) {
233 private function cli_wordwrap($what, $l, $sp)
236 $b = substr($what, 0, $l); // strip out initial $l
237 $r = substr($what, $l); // remainder
256 $sp2 = $this->cli_get_SP2($l, $inf);
265 $sp3 = $this->cli_get_SP3($l, $ls, $inf);
304 $l = strlen($which);
308 $l = 0;
311 $l = max($l, strlen($name));
[all …]
/PHP-7.3/ext/interbase/
H A Dinterbase.c580 ibase_tr_list *l; in _php_ibase_commit_link() local
584 for (l = link->tr_list; l != NULL; ++i) { in _php_ibase_commit_link()
612 l = l->next; in _php_ibase_commit_link()
679 for (l = &trans->db_link[i]->tr_list; *l != NULL; l = &(*l)->next) { in _php_ibase_free_trans()
682 *l = p->next; in _php_ibase_free_trans()
827 if (!l && !(l = GetModuleHandle("gds32"))) { in PHP_MINFO_FUNCTION()
958 zend_long l; in _php_ibase_connect() local
1110 for (l = ib_link->tr_list; l != NULL; l = l->next) { in PHP_FUNCTION()
1111 if (l->trans != NULL) l->trans->handle = 0; in PHP_FUNCTION()
1259 for (l = &ib_link[i]->tr_list; *l != NULL; l = &(*l)->next); in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/spl/tests/
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);
/PHP-7.3/Zend/tests/
H A Dbug69167.phpt5 function l($m) {
9 $cb = 'l';
H A Doct_overflow.phpt17 $l = (double)$d;
18 var_dump($l);
H A Dint_overflow_32bit.phpt17 $l = (int)$d;
18 var_dump($l);
H A Dint_underflow_32bit.phpt17 $l = (int)$d;
18 var_dump($l);
H A Dint_underflow_64bit.phpt17 $l = (int)$d;
18 var_dump($l);
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_poll.phpt31 $l = array($link);
32 if (NULL !== ($tmp = @mysqli_poll($l)))
35 $l = array($link); $n = NULL;
36 if (NULL !== ($tmp = @mysqli_poll($l, $n)))
39 $l = array($link); $n = NULL;
40 if (NULL !== ($tmp = @mysqli_poll($l, $n, $n)))
43 $l = array($link); $e = NULL; $r = NULL;
44 if (NULL !== ($tmp = @mysqli_poll($l, $e, $r, -1)))
47 $l = array($link); $e = NULL; $r = NULL;
48 if (NULL !== ($tmp = @mysqli_poll($l, $e, $r, 0, -1)))
/PHP-7.3/sapi/cli/tests/
H A D011.phpt28 var_dump(`"$php" -n -l $filename`);
29 var_dump(`"$php" -n -l some.unknown`);
43 var_dump(`"$php" -n -l $filename`);
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_cmd.c251 if (l && r) { in phpdbg_match_param()
252 if (l->type == r->type) { in phpdbg_match_param()
253 switch (l->type) { in phpdbg_match_param()
260 if (l->num != r->num) { in phpdbg_match_param()
266 return (l->len == r->len) && in phpdbg_match_param()
267 (memcmp(l->str, r->str, l->len) == SUCCESS); in phpdbg_match_param()
270 return (l->num == r->num); in phpdbg_match_param()
273 return (l->addr == r->addr); in phpdbg_match_param()
276 if (l->file.line == r->file.line) { in phpdbg_match_param()
281 if ((!l->num && !r->num) || (l->num == r->num)) { in phpdbg_match_param()
[all …]
H A Dphpdbg_break.c31 #define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s, flags) \ argument
32 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[9], flags)
/PHP-7.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c451 size_t l; in varexpand() local
458 buf += l; in varexpand()
459 len -= l; in varexpand()
487 buf += l; in varexpand()
488 len -= l; in varexpand()
1963 l = 0; in magiccheck()
1969 l = 0; in magiccheck()
1975 l = 0; in magiccheck()
1987 l = 0; in magiccheck()
2160 matched = (v & l) == l; in magiccheck()
[all …]
/PHP-7.3/ext/date/tests/
H A Dbug32086.phpt12 echo $l = strtotime("2004-11-03"), "\n";
17 echo date("Y-m-d H:i:s T\n", $l);
23 echo $l = strtotime("2005-02-21"), "\n";
28 echo date("Y-m-d H:i:s T\n", $l);
H A Dbug33415-1.phpt10 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
12 print "result=".date("l Y-m-d H:i:s T I", $strtotime_tstamp)."\n";
18 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
20 print "result=".date("l Y-m-d H:i:s T I", $strtotime_tstamp)."\n";
/PHP-7.3/ext/standard/tests/general_functions/
H A Dproc_nice_basic-win.phpt52 foreach ($t as $n => $l) {
53 if (!$n || empty($l)) {
60 $d[] = (int) substr($l, $c + 1, strpos($l, ' ', $c + 2) - ($c + 1));
/PHP-7.3/ext/phar/tests/cache_list/files/
H A Dfrontcontroller5.phar6 …����a.jpg���G�����ж���������a.phps���G���l�`�������hiohio<?php function hio(){}�ɺl#…

Completed in 67 milliseconds

12345678910>>...13