Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.1/ext/fileinfo/libmagic/
H A Dcdf.c743 for (; l--; d++, s++) in cdf_namecmp()
955 uint32_t l = CDF_GETUINT32(q, o); in cdf_read_property_info() local
956 inp[i].pi_str.s_len = l; in cdf_read_property_info()
958 (const void *)(&q[o4 + sizeof(l)]); in cdf_read_property_info()
960 "u, s = %s\n", l, in cdf_read_property_info()
961 CDF_ROUND(l, sizeof(l)), in cdf_read_property_info()
963 if (l & 1) in cdf_read_property_info()
964 l++; in cdf_read_property_info()
965 o += l >> 1; in cdf_read_property_info()
1025 #define extract_catalog_field(t, f, l) \ argument
[all …]
H A Delfclass.h30 u.l = 1;
/PHP-7.1/Zend/
H A Dzend_API.h447 ZEND_API zval *add_get_index_long(zval *arg, zend_ulong idx, zend_long l);
455 ZEND_API int add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long l);
577 #define CHECK_NULL_PATH(p, l) (strlen(p) != (size_t)(l)) argument
579 #define ZVAL_STRINGL(z, s, l) do { \ argument
580 ZVAL_NEW_STR(z, zend_string_init(s, l, 0)); \
592 #define ZVAL_PSTRINGL(z, s, l) do { \ argument
593 ZVAL_NEW_STR(z, zend_string_init(s, l, 1)); \
624 #define RETVAL_LONG(l) ZVAL_LONG(return_value, l) argument
631 #define RETVAL_STRINGL(s, l) ZVAL_STRINGL(return_value, s, l) argument
642 #define RETURN_LONG(l) { RETVAL_LONG(l); return; } argument
[all …]
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_set.c30 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
31 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[17], flags)
H A Dphpdbg.init.d60 nohup ${PHPDBG} -l${STDIN}/${STDOUT} ${OPTIONS} 2>>${LOGFILE} 1>/dev/null </dev/null &
/PHP-7.1/ext/pcre/pcrelib/testdata/
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
H A Dtestoutput2334 _ ` 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 { | } ~ \x7f \x80
61 d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80 \x81 \x82
/PHP-7.1/ext/standard/tests/strings/
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-7.1/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt49 list(list($l,$m),$n) = $k;
50 echo "L=$l M=$m N=$n\n";
/PHP-7.1/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-7.1/ext/phar/
H A Dshortarc.php217 $l = unpack('V', substr($m, 10, 4));
218 $m = substr($m, 14 + $l[1]);
/PHP-7.1/ext/gd/libgd/
H A Dgd.c1570 int l; in gdImageString() local
1581 int l; in gdImageStringUp() local
1594 int l; in gdImageString16() local
1595 l = strlen16(s); in gdImageString16()
1605 int l; in gdImageStringUp16() local
1919 l = x+1; in gdImageFill()
1922 if (l<x1) { in gdImageFill()
1937 l = x; in gdImageFill()
1989 l = x+1; in _gdImageFillTiled()
1992 if (l<x1) { in _gdImageFillTiled()
[all …]
/PHP-7.1/ext/pcre/tests/
H A Dpreg_match_basic.phpt12 var_dump(preg_match('/l^o,\s\w{5}/', $string, $match2, PREG_OFFSET_CAPTURE)); // tries to find "lo,…
H A Dpreg_match_basic_edit.phpt17 var_dump(preg_match('/l^o,\s\w{5}/', $string, $match2, PREG_OFFSET_CAPTURE)); // tries to find "…
/PHP-7.1/ext/mbstring/tests/
H A Dhtmlent.phpt30 <?php echo mb_http_input('l').'>'.mb_internal_encoding().'>'.mb_http_output();?>
H A Dmb_decode_mimeheader_variation2.phpt28 "=?ISO-2022-JP?Q?=1B=24BF=7CK=5C=38l=25F=25-=25=39=25H=24G=24=39=1B=28B?=
/PHP-7.1/ext/dba/tests/
H A Ddba_tcadb.phpt12 $lock_flag = 'l';
/PHP-7.1/sapi/phpdbg/tests/
H A Dinfo_001.phpt16 i l
/PHP-7.1/ext/mysqli/
H A Dmysqli_warning.c36 #define ZVAL_UTF8_STRINGL(z, s, l, flags) ZVAL_STRINGL((z), (char*)(s), (l)) argument
/PHP-7.1/ext/posix/
H A Dposix.c1382 struct limitlist *l = NULL; in PHP_FUNCTION() local
1388 for (l=limits; l->name; l++) { in PHP_FUNCTION()
1389 if (posix_addlimit(l->limit, l->name, return_value) == FAILURE) { in PHP_FUNCTION()
/PHP-7.1/ext/standard/tests/array/
H A Drange.phpt178 string(1) "l"
240 string(1) "l"
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_main.c1260 int l = strlen(env_document_root); local
1264 if (l && env_document_root[l - 1] == '/') {
1265 --l;
1274 path_translated_len = l + (env_path_info ? strlen(env_path_info) : 0);
1276 memcpy(path_translated, env_document_root, l);
1278 memcpy(path_translated + l, env_path_info, (path_translated_len - l));
/PHP-7.1/TSRM/
H A Dthreads.m4138 LIBS="$LIBS -l$lib"
164 LIBS="$LIBS -l$ac_cv_pthreads_lib"
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic11065 >(4.l) use tiff_ifd
12788 >&(&-12.l-0x21) byte x
12800 >&(&-12.l-0x21) byte x
12812 >&(&-12.l-0x21) byte x
14515 >>>>(0x3c.l+0xf7) byte x
14617 >>&(&0x42.l-3) byte x
17724 >>&(4.l+4) use riff-walk
17726 >>&(4.l+4) use riff-walk
17728 >>&(4.l+4) use riff-walk
18250 >&0 regex/1l \^.{40}
[all …]

Completed in 201 milliseconds

12345678910>>...13