Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-5.5/win32/build/
H A Dsvnclean.js106 var l;
111 l = e.StdOut.ReadLine();
112 if (l.length == 0 || re.test(l)) {
115 rm_r(dirname + l);
/PHP-5.5/
H A DMakefile.frag9 $(srcdir)/zend_language_scanner.c: $(srcdir)/zend_language_scanner.l
10 …bdFt Zend/zend_language_scanner_defs.h -oZend/zend_language_scanner.c Zend/zend_language_scanner.l)
20 $(srcdir)/zend_ini_scanner.c: $(srcdir)/zend_ini_scanner.l
21 …ase-inverted -cbdFt Zend/zend_ini_scanner_defs.h -oZend/zend_ini_scanner.c Zend/zend_ini_scanner.l)
/PHP-5.5/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
/PHP-5.5/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 Dstripcslashes_basic.phpt13 var_dump(stripcslashes('\H\e\l\l\o \W\or\l\d'));
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]) {
/PHP-5.5/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-5.5/ext/standard/tests/array/
H A Dbug24766.phpt12 $l = array_keys($b);
13 debug_zval_dump($k, $l);
16 $i=$l[0];
/PHP-5.5/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-5.5/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-5.5/ext/interbase/
H A Dinterbase.c585 ibase_tr_list *l; in _php_ibase_commit_link() local
589 for (l = link->tr_list; l != NULL; ++i) { in _php_ibase_commit_link()
617 l = l->next; in _php_ibase_commit_link()
684 for (l = &trans->db_link[i]->tr_list; *l != NULL; l = &(*l)->next) { in _php_ibase_free_trans()
687 *l = p->next; in _php_ibase_free_trans()
834 if (!l && !(l = GetModuleHandle("gds32"))) { in PHP_MINFO_FUNCTION()
960 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 = NULL; in PHP_FUNCTION()
1263 for (l = &ib_link[i]->tr_list; *l != NULL; l = &(*l)->next); in PHP_FUNCTION()
[all …]
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()
534 ISC_INT64 l; in _php_ibase_bind_array() local
881 ibase_tr_list **l; in _php_ibase_exec() local
908 for (l = &ib_query->link->tr_list; *l != NULL; l = &(*l)->next); in _php_ibase_exec()
911 (*l)->next = NULL; in _php_ibase_exec()
1075 long l; in PHP_FUNCTION() local
[all …]
/PHP-5.5/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-5.5/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-5.5/ext/date/tests/
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";
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);
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dfrontcontroller5.phar6 …����a.jpg���G�����ж���������a.phps���G���l�`�������hiohio<?php function hio(){}�ɺl#…
H A Dfrontcontroller7.phar6 …a.jpg���Bc�H�����ж���������a.phps���Bc�H���l�`�������hiohio<?php function hio(){}��׾@4�OV�…
/PHP-5.5/ext/zip/lib/
H A Dzip_source_pop.c56 (void)src->cb.l(src, src->ud, NULL, 0, ZIP_SOURCE_CLOSE); in zip_source_pop()
57 (void)src->cb.l(src, src->ud, NULL, 0, ZIP_SOURCE_FREE); in zip_source_pop()
/PHP-5.5/Zend/tests/
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-5.5/sapi/cgi/tests/
H A D006.phpt32 var_dump(`"$php" -n -l "$filename"`);
33 var_dump(`"$php" -n -l some.unknown`);
47 var_dump(`"$php" -n -l "$filename" 2>/dev/null`);
/PHP-5.5/ext/phar/tests/files/
H A Dfrontcontroller7.phar6 …a.jpg���Bc�H�����ж���������a.phps���Bc�H���l�`�������hiohio<?php function hio(){}��׾@4�OV�…

Completed in 34 milliseconds

12345678910>>...15