/PHP-5.5/ext/fileinfo/libmagic/ |
H A D | elfclass.h | 30 u.l = 1;
|
/PHP-5.5/ext/filter/tests/ |
H A D | 016.phpt | 17 'e.x.a.m.p.l.e.@example.com',
|
/PHP-5.5/ext/pcre/pcrelib/testdata/ |
H A D | wintestoutput3 | 88 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 D | testoutput3 | 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 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 D | strtok_variation6.phpt | 28 "\\\\\\\k\h\\e\l\o\w\r\l\d"
|
H A D | addcslashes_003.phpt | 38 string(40) "\abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z"
|
H A D | strcspn_variation10.phpt | 43 "\n\trsti \l", 44 '\n\trsti \l',
|
H A D | strspn_variation10.phpt | 44 "f\n\trelshti \l", 45 'f\n\trelsthi \l',
|
/PHP-5.5/ext/soap/ |
H A D | php_soap.dsp | 49 # 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 D | mcrypt.dsp | 50 # 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 D | mssql.dsp | 50 # 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 D | oci8.dsp | 50 # 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 D | bug58756_MessageFormatter.phpt | 21 echo "date: " . date('l, F j, Y g:i:s A T', $time) . "\n";
|
H A D | bug58756_MessageFormatter_variant2.phpt | 21 echo "date: " . date('l, F j, Y g:i:s A T', $time) . "\n";
|
/PHP-5.5/ext/mbstring/tests/ |
H A D | mb_eregi_replace.phpt | 15 "о"=>"o","л"=>"l","д"=>"d","ж"=>"zh","э"=>"ie","ё"=>"e",
|
/PHP-5.5/ext/com_dotnet/ |
H A D | com_typeinfo.c | 237 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 D | bug38779_1.phpt | 10 $this->data = '<' . "?php \n\"\";ll l\n ?" . '>';
|
/PHP-5.5/ext/date/tests/ |
H A D | DateTime_verify.phpt | 163 string(16) "l, d-M-Y H:i:s T" 169 string(16) "l, d-M-y H:i:s T"
|
H A D | bug20382-2.phpt | 40 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 D | zip_dirent.c | 370 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 D | array_combine.phpt | 20 $l = array_combine($array3, $array4);
|
/PHP-5.5/ext/dba/tests/ |
H A D | dba_tcadb.phpt | 12 $lock_flag = 'l';
|
/PHP-5.5/ext/phar/ |
H A D | shortarc.php | 217 $l = unpack('V', substr($m, 10, 4)); 218 $m = substr($m, 14 + $l[1]);
|
/PHP-5.5/ext/mysql/tests/ |
H A D | bug55473.phpt | 59 $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 D | engine_assignExecutionOrder_002.phpt | 49 list(list($l,$m),$n) = $k; 50 echo "L=$l M=$m N=$n\n";
|