Home
last modified time | relevance | path

Searched refs:l (Results 176 – 200 of 318) sorted by relevance

12345678910>>...13

/php-src/ext/reflection/tests/
H A DReflectionProperty_setAccessible.phpt48 $privateStatic->setValue(null, 'l');
107 string(1) "l"
/php-src/ext/standard/tests/strings/
H A Dstrcspn_variation10.phpt36 "\n\trsti \l",
37 '\n\trsti \l',
H A Daddcslashes_003.phpt35 string(40) "\abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z"
H A Dstrspn_variation10.phpt37 "f\n\trelshti \l",
38 'f\n\trelsthi \l',
H A Dstrtok_variation6.phpt23 "\\\\\\\k\h\\e\l\o\w\r\l\d"
/php-src/sapi/phpdbg/
H A Dconfig.m457 AC_MSG_RESULT([$ac_cv_pthreads_cflags -l$ac_cv_pthreads_lib]);
59 PHPDBG_EXTRA_LIBS="$PHPDBG_EXTRA_LIBS -l$ac_cv_pthreads_lib"
/php-src/ext/hash/tests/
H A Dfnv1a32.phpt7 array( 'l', 'e90c310b' ),
47 array( 'aVb`4]l* ', '8e9bed4b' ),
62 array( '=4fzyn/WC\\l@', '3085c332' ),
115 array( 'tS,\\U==l^}E+pl" L\'PG#E', '7163befc' ),
147 array( 'eUq]U{k~EP!]b04f2v;{Qd!Ka?l+^', 'e777322d' ),
171 array( 'x8Mj>47,$YQ^6{Qv2##U>l+A]W<xIW[Bo', '7b4dcec0' ),
172 array( '*-.>D:C~l"6hS-{W1Qu}]8\\6TU_,2#|<0+', 'b86f1510' ),
208 array( 'tMvi&HB=S$;.+9jL`.D]/t=gmNB/l{EbI<MOdom9t', '7de5c876' ),
254 array( 'n7{]!HFP7Vk{uF`!]n>=to7U>?]{.Sg}kc\\l,#>DZ*@QQ"R/qq', 'cbee4ea9' ),
272 array( '3,l/ @B*n-/U%gb|lWYMA&){Orj+mQ4!]!1^BTi1bxgh`JfN"@|DG&', '0c69cbb2' ),
[all …]
H A Dfnv1a64.phpt73 array( '$S@>0\\7 l^cmw:', 'f21c8cb206540a2e' ),
113 array( 'l]6LRC)jS*KPo)~&,{9Z^9', 'd848d0547a41bac1' ),
132 array( '!MYz^5rv@UO`dWidpS-l:Db=GY', 'ba497ffae361581a' ),
135 array( 'xOG9>O<K~y:\\;\\]@ [%$l=`S_E', 'a6d30ae05805da81' ),
148 array( 'N_@x:wU=}&l*Ic<EVLfyLUfS&H30k', '26a5acae427f26a8' ),
168 array( 'e(\'l!/C?-T|:Q -d.SuaZcM^)1bvOa36i', '031098cfb4e50d1f' ),
194 array( '..Zn``7l(2 3VG:e3#o)D(Y!$|_k&^85lr$MT<', '7aa3d56eb663566f' ),
219 array( 'e~#?zD:a\'8=l${w(qkKsNIC{(s/=t0,Z0/z+T6l\\N+I', '8b024f00082671f5' ),
227 array( 'R{2H_Fl\'vIA%tgy^tJyd\\EY><&%}(fgZby#CApJ8:l>0U', 'f16422882c0082cc' ),
257 array( 'Bf=DIGGWt.:I8OA6@.ChzmWR.{8v^:7!!TEJ|m#q{=;5l]K.kow', '0664b26c38a5d953' ),
[all …]
/php-src/ext/intl/tests/
H A Dbug58756_MessageFormatter_variant2.phpt26 echo "date: " . date('l, F j, Y g:i:s A T', $time) . "\n";
/php-src/ext/mbstring/tests/
H A Dmb_eregi_replace.phpt16 "о"=>"o","л"=>"l","д"=>"d","ж"=>"zh","э"=>"ie","ё"=>"e",
H A Dqprint_encoding.phpt27 …c,,\xb7,l,,,,\xb6UTF7,\xb5\xb5\xb5\xb5\xb5\xb5K\xb5\xb5!\xa4\xa4\xa4\xa4\xa4\xbd\xb5,\xb5\xb5\xb5\…
H A Dhtmlent.phpt30 <?php echo mb_http_input('l').'>'.mb_internal_encoding().'>'.mb_http_output();?>
/php-src/ext/fileinfo/libmagic/
H A Dprint.c137 (void) fprintf(stderr, "%d", CAST(int32_t, m->value.l)); in file_mdump()
160 file_fmtdatetime(tbuf, sizeof(tbuf), m->value.l, 0)); in file_mdump()
167 file_fmtdatetime(tbuf, sizeof(tbuf), m->value.l, in file_mdump()
H A Dfuncs.c260 size_t l; in trim_separator() local
265 l = strlen(ms->o.buf); in trim_separator()
266 if (l < sizeof(FILE_SEPARATOR)) in trim_separator()
269 l -= sizeof(FILE_SEPARATOR) - 1; in trim_separator()
270 if (strcmp(ms->o.buf + l, FILE_SEPARATOR) != 0) in trim_separator()
273 ms->o.buf[l] = '\0'; in trim_separator()
H A Delfclass.h30 u.l = 1;
/php-src/ext/pcre/tests/
H A Dpreg_match_basic_edit.phpt10 var_dump(preg_match('/l^o,\s\w{5}/', $string, $match2, PREG_OFFSET_CAPTURE)); // tries to find "…
H A Dpreg_match_basic.phpt9 var_dump(preg_match('/l^o,\s\w{5}/', $string, $match2, PREG_OFFSET_CAPTURE)); // tries to find "lo,…
/php-src/ext/phar/tests/files/
H A Dopenssl512.phar216 $l = unpack('V', substr($m, 10, 4));
217 $m = substr($m, 14 + $l[1]);
295 {S4!oR~7�[�!l��i�����h�l#3�[�9E@.Z�o� ��4u�dX��Ճ@q����F���a#0���J\���#C���S.��޼�
/php-src/Zend/tests/
H A Dbug38779_1.phpt11 $this->data = '<' . "?php \n\"\";ll l\n ?" . '>';
/php-src/ext/sockets/
H A Dsendrecvmsg.c71 #define LONG_CHECK_VALID_INT(l, arg_pos) \ argument
73 if ((l) < INT_MIN || (l) > INT_MAX) { \
/php-src/ext/phar/
H A Dshortarc.php217 $l = unpack('V', substr($m, 10, 4));
218 $m = substr($m, 14 + $l[1]);
/php-src/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt53 list(list($l,$m),$n) = $k;
54 echo "L=$l M=$m N=$n\n";
/php-src/ext/date/tests/
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-src/ext/gd/libgd/
H A Dgd.c1490 int l; in gdImageString() local
1501 int l; in gdImageStringUp() local
1514 int l; in gdImageString16() local
1515 l = strlen16(s); in gdImageString16()
1525 int l; in gdImageStringUp16() local
1951 l = x+1; in gdImageFill()
1954 if (l<x1) { in gdImageFill()
1970 l = x; in gdImageFill()
2022 l = x+1; in _gdImageFillTiled()
2025 if (l<x1) { in _gdImageFillTiled()
[all …]
/php-src/ext/standard/
H A Dvar.c728 size_t l = b + sizeof(b) - 1 - s; in php_var_serialize_long() local
729 char *res = smart_str_extend(buf, 2 + l + 1); in php_var_serialize_long()
731 memcpy(res, s, l); in php_var_serialize_long()
732 res[l] = ';'; in php_var_serialize_long()
740 size_t l = b + sizeof(b) - 1 - s; in php_var_serialize_string() local
741 char *res = smart_str_extend(buf, 2 + l + 2 + len + 2); in php_var_serialize_string()
743 res = zend_mempcpy(res, s, l); in php_var_serialize_string()
758 size_t l = b + sizeof(b) - 1 - s; in php_var_serialize_class_name() local
759 char *res = smart_str_extend(buf, 2 + l + 2 + class_name_len + 2); in php_var_serialize_class_name()
761 res = zend_mempcpy(res, s, l); in php_var_serialize_class_name()

Completed in 57 milliseconds

12345678910>>...13