Home
last modified time | relevance | path

Searched refs:l (Results 126 – 150 of 318) sorted by relevance

12345678910>>...13

/php-src/ext/phar/tests/cache_list/files/
H A Dfrontcontroller6.phar6 …����b�H�����ж���������a.jpg����b�H�����ж���������a.phps����b�H���l�`�������hiohio<?php…
H A Dwrite3.phar10 g��ja{��lH$������GBMB
H A Dfrontcontroller9.phar8 �k+����������a.jpg����� H�����b�����������a.php����� H���l�`������� ���fronk.gronk����� …
H A Dfrontcontroller3.phar12 …���nWX�����ж���������a.jpg���nWX�����ж���������a.phps���nWX���l�`�������hiohio<?php…
H A Dfrontcontroller4.phar12 …����WX�����ж���������a.jpg����WX�����ж���������a.phps����WX���l�`�������hiohio<?php…
/php-src/ext/phar/tests/files/
H A Dfrontcontroller6.phar6 …����b�H�����ж���������a.jpg����b�H�����ж���������a.phps����b�H���l�`�������hiohio<?php…
H A Dfrontcontroller9.phar8 �k+����������a.jpg����� H�����b�����������a.php����� H���l�`������� ���fronk.gronk����� …
H A Dfrontcontroller4.phar12 …���UXX�����ж���������a.jpg���UXX�����ж���������a.phps���UXX���l�`�������hiohio<?php…
H A Dfrontcontroller3.phar12 …���&XX�����ж���������a.jpg���&XX�����ж���������a.phps���&XX���l�`�������hiohio<?php…
/php-src/ext/standard/tests/strings/
H A Dbug38770.phpt10 foreach (array('N','l') as $v) {
/php-src/ext/phar/tests/
H A Dphar_oo_008.phpt54 $l = $v->fgetcsv();
55 echo $v->key() . "=>" . join('|', $l) . "\n";
/php-src/ext/intl/tests/
H A Dformatter_fail.phpt19 function crt($t, $l, $s) {
23 return new NumberFormatter($l, $s);
31 return NumberFormatter::create($l, $s);
39 return numfmt_create($l, $s);
/php-src/sapi/cgi/tests/
H A D007.phpt13 var_dump(`"$php" -n -s -w -l`);
/php-src/ext/opcache/tests/
H A Dbug65510.phpt12 $m = array("l", "a", "r", "u", "e", "n", "c", "e");
/php-src/ext/standard/tests/file/
H A Dbug81145.phpt11 exec("fallocate -l " . (SIZE_4G-0x100) . " " . escapeshellarg($src), $output, $status);
26 exec("fallocate -l " . (SIZE_4G-0x100) . " " . escapeshellarg($src));
/php-src/Zend/tests/
H A Dbug70748.phpt2 Bug #70748 (Segfault in ini_lex () at Zend/zend_ini_scanner.l)
/php-src/Zend/
H A Dbench.php219 $l = ($n >> 1) + 1;
223 if ($l > 1) {
224 $rra = $ra[--$l];
233 $i = $l;
234 $j = $l << 1;
H A Dzend_string.h185 static zend_always_inline zend_string *zend_string_safe_alloc(size_t n, size_t m, size_t l, bool pe… in zend_string_safe_alloc() argument
187 …zend_string *ret = (zend_string *)safe_pemalloc(n, m, ZEND_MM_ALIGNED_SIZE(_ZSTR_STRUCT_SIZE(l)), … in zend_string_safe_alloc()
192 ZSTR_LEN(ret) = (n * m) + l; in zend_string_safe_alloc()
308 …end_string *zend_string_safe_realloc(zend_string *s, size_t n, size_t m, size_t l, bool persistent) in zend_string_safe_realloc() argument
314 …ret = (zend_string *)safe_perealloc(s, n, m, ZEND_MM_ALIGNED_SIZE(_ZSTR_STRUCT_SIZE(l)), persisten… in zend_string_safe_realloc()
315 ZSTR_LEN(ret) = (n * m) + l; in zend_string_safe_realloc()
320 ret = zend_string_safe_alloc(n, m, l, persistent); in zend_string_safe_realloc()
321 memcpy(ZSTR_VAL(ret), ZSTR_VAL(s), MIN((n * m) + l, ZSTR_LEN(s)) + 1); in zend_string_safe_realloc()
/php-src/ext/standard/tests/array/range/
H A Drange_inputs_string_basic.phpt49 string(1) "l"
111 string(1) "l"
/php-src/ext/openssl/tests/
H A Dbug74402.phpt18 3XtjE9/kjfK29BSpiyXZs8PSqDhO00vh6txUB4VfkVUD2Bi93rxDeyALnCW7My+l
/php-src/
H A D.editorconfig12 [{*.{awk,bat,c,cpp,d,dasc,h,l,re,skl,w32,y},Makefile*}]
/php-src/ext/dba/libinifile/
H A Dinifile.c146 size_t l; in etrim() local
155 l = strlen(val); in etrim()
156 while (l && (strchr(" \t\r\n", val[l-1]))) { in etrim()
157 l--; in etrim()
159 return estrndup(val, l); in etrim()
/php-src/tests/basic/
H A D023.phpt7 c o o k i e=value; c o o k i e= v a l u e ;;c%20o+o k+i%20e=v;name="value","value",UEhQIQ==;UEhQIQ=…
/php-src/ext/json/
H A DMakefile.frag.w325 $(BISON) $(BISON_FLAGS) --defines -l ext/json/json_parser.y -o ext/json/json_parser.tab.c
/php-src/docs-old/
H A Dparameter-parsing-api.md83 l - long (zend_long)
105 set to a native NULL pointer. For 'b', 'l' and 'd', an extra argument of type
116 `zend_string` with `size_t` as length, so make sure you pass `zend_long`s to "l"
134 zend_parse_parameters(ZEND_NUM_ARGS(), "l", &num)
148 zend_long l;
153 &l, &s, &s_len, &param) == FAILURE) {
244 if (zend_parse_parameters(ZEND_NUM_ARGS(), "a*l", &array, &varargs, &num_varargs, &num) == FAILURE)…

Completed in 42 milliseconds

12345678910>>...13