/PHP-5.5/win32/build/ |
H A D | svnclean.js | 106 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 D | Makefile.frag | 9 $(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 D | transliterator_transliterate_basic.phpt | 16 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 D | pack.phpt | 73 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 D | stripcslashes_basic.phpt | 13 var_dump(stripcslashes('\H\e\l\l\o \W\or\l\d'));
|
H A D | htmlentities-utf-3.phpt | 23 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 D | clicommand.inc | 116 $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 D | bug24766.phpt | 12 $l = array_keys($b); 13 debug_zval_dump($k, $l); 16 $i=$l[0];
|
/PHP-5.5/Zend/tests/multibyte/ |
H A D | multibyte_encoding_003.phpt | 17 print "Hello World\n";
|
H A D | multibyte_encoding_006.phpt | 16 echo "hello world";
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | mysqli_poll.phpt | 31 $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 D | interbase.c | 585 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 D | ibase_query.c | 482 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 D | fileobject_001.phpt | 28 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 D | 011.phpt | 28 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 D | bug33415-1.phpt | 10 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 D | bug32086.phpt | 12 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 D | frontcontroller5.phar | 6 …a.jpgG��жa.phpsGl�`�hiohio<?php function hio(){}�ɺl#…
|
H A D | frontcontroller7.phar | 6 …a.jpgBc�H��жa.phpsBc�Hl�`�hiohio<?php function hio(){}��@4�OV�…
|
/PHP-5.5/ext/zip/lib/ |
H A D | zip_source_pop.c | 56 (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 D | int_overflow_32bit.phpt | 17 $l = (int)$d; 18 var_dump($l);
|
H A D | int_underflow_32bit.phpt | 17 $l = (int)$d; 18 var_dump($l);
|
H A D | int_underflow_64bit.phpt | 17 $l = (int)$d; 18 var_dump($l);
|
/PHP-5.5/sapi/cgi/tests/ |
H A D | 006.phpt | 32 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 D | frontcontroller7.phar | 6 …a.jpgBc�H��жa.phpsBc�Hl�`�hiohio<?php function hio(){}��@4�OV�…
|