Home
last modified time | relevance | path

Searched refs:l (Results 201 – 225 of 351) sorted by relevance

12345678910>>...15

/PHP-5.5/ext/fileinfo/libmagic/
H A Delfclass.h30 u.l = 1;
/PHP-5.5/ext/filter/tests/
H A D016.phpt17 'e.x.a.m.p.l.e.@example.com',
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dwintestoutput388 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
97 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
H A Dtestoutput397 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
106 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtok_variation6.phpt28 "\\\\\\\k\h\\e\l\o\w\r\l\d"
H A Daddcslashes_003.phpt38 string(40) "\abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z"
H A Dstrcspn_variation10.phpt43 "\n\trsti \l",
44 '\n\trsti \l',
H A Dstrspn_variation10.phpt44 "f\n\trelshti \l",
45 'f\n\trelsthi \l',
/PHP-5.5/ext/soap/
H A Dphp_soap.dsp49 # ADD BASE RSC /l 0x409 /d "NDEBUG"
50 # ADD RSC /l 0x409 /d "NDEBUG"
75 # ADD BASE RSC /l 0x409 /d "_DEBUG"
76 # ADD RSC /l 0x409 /d "_DEBUG"
/PHP-5.5/ext/mcrypt/
H A Dmcrypt.dsp50 # ADD BASE RSC /l 0x406 /d "NDEBUG"
51 # ADD RSC /l 0x406 /d "NDEBUG"
77 # ADD BASE RSC /l 0x406 /d "NDEBUG"
78 # ADD RSC /l 0x406 /d "NDEBUG"
/PHP-5.5/ext/mssql/
H A Dmssql.dsp50 # ADD BASE RSC /l 0x406 /d "NDEBUG"
51 # ADD RSC /l 0x406 /d "NDEBUG"
77 # ADD BASE RSC /l 0x406 /d "NDEBUG"
78 # ADD RSC /l 0x406 /d "NDEBUG"
/PHP-5.5/ext/oci8/
H A Doci8.dsp50 # ADD BASE RSC /l 0x406 /d "NDEBUG"
51 # ADD RSC /l 0x406 /d "NDEBUG"
77 # ADD BASE RSC /l 0x406 /d "NDEBUG"
78 # ADD RSC /l 0x406 /d "NDEBUG"
/PHP-5.5/ext/intl/tests/
H A Dbug58756_MessageFormatter.phpt21 echo "date: " . date('l, F j, Y g:i:s A T', $time) . "\n";
H A Dbug58756_MessageFormatter_variant2.phpt21 echo "date: " . date('l, F j, Y g:i:s A T', $time) . "\n";
/PHP-5.5/ext/mbstring/tests/
H A Dmb_eregi_replace.phpt15 "о"=>"o","л"=>"l","д"=>"d","ж"=>"zh","э"=>"ie","ё"=>"e",
/PHP-5.5/ext/com_dotnet/
H A Dcom_typeinfo.c237 int l; in php_com_load_typelib_via_cache() local
239 l = strlen(search_string); in php_com_load_typelib_via_cache()
241 if (zend_ts_hash_find(&php_com_typelibraries, search_string, l+1, in php_com_load_typelib_via_cache()
250 name_dup = estrndup(search_string, l); in php_com_load_typelib_via_cache()
256 search_string, l+1, (void*)&TL, sizeof(ITypeLib*), NULL)) { in php_com_load_typelib_via_cache()
/PHP-5.5/Zend/tests/
H A Dbug38779_1.phpt10 $this->data = '<' . "?php \n\"\";ll l\n ?" . '>';
/PHP-5.5/ext/date/tests/
H A DDateTime_verify.phpt163 string(16) "l, d-M-Y H:i:s T"
169 string(16) "l, d-M-y H:i:s T"
H A Dbug20382-2.phpt40 print "ts = ". date("l Y-m-d H:i:s T", $timestamp). "\n";
42 print "result = ".date("l Y-m-d H:i:s T", $strtotime_tstamp)."\n";
/PHP-5.5/ext/zip/lib/
H A Dzip_dirent.c370 struct tm *l; in _zip_dirent_torrent_normalize() local
385 l = localtime(&now); in _zip_dirent_torrent_normalize()
386 torrenttime.tm_gmtoff = l->tm_gmtoff; in _zip_dirent_torrent_normalize()
387 torrenttime.tm_zone = l->tm_zone; in _zip_dirent_torrent_normalize()
/PHP-5.5/ext/standard/tests/array/
H A Darray_combine.phpt20 $l = array_combine($array3, $array4);
/PHP-5.5/ext/dba/tests/
H A Ddba_tcadb.phpt12 $lock_flag = 'l';
/PHP-5.5/ext/phar/
H A Dshortarc.php217 $l = unpack('V', substr($m, 10, 4));
218 $m = substr($m, 14 + $l[1]);
/PHP-5.5/ext/mysql/tests/
H A Dbug55473.phpt59 $opened_files = trim(exec("lsof -np " . getmypid() . " | wc -l"));
61 } else if (($tmp = trim(exec("lsof -np " . getmypid() . " | wc -l"))) != $opened_files) {
/PHP-5.5/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt49 list(list($l,$m),$n) = $k;
50 echo "L=$l M=$m N=$n\n";

Completed in 25 milliseconds

12345678910>>...15