Home
last modified time | relevance | path

Searched refs:l (Results 176 – 200 of 310) sorted by path

12345678910>>...13

/PHP-7.3/ext/phar/tests/cache_list/files/
H A Dnophar.phar216 $l = unpack('V', substr($m, 10, 4));
217 $m = substr($m, 14 + $l[1]);
H A Dopenssl.phar216 $l = unpack('V', substr($m, 10, 4));
217 $m = substr($m, 14 + $l[1]);
H A Dwrite3.phar10 g��ja{��lH$������GBMB
/PHP-7.3/ext/phar/tests/files/
H A Dfrontcontroller.phar6 …��� �~G�����ж���������a.jpg��� �~G�����ж���������a.phps��� �~G���l�`������� ���index.p…
H A Dfrontcontroller2.phar6 …����G�����ж���������a.jpg����G�����ж���������a.phps����G���l�`�������hiohio<?php…
H A Dfrontcontroller3.phar12 …���&XX�����ж���������a.jpg���&XX�����ж���������a.phps���&XX���l�`�������hiohio<?php…
H A Dfrontcontroller4.phar12 …���UXX�����ж���������a.jpg���UXX�����ж���������a.phps���UXX���l�`�������hiohio<?php…
H A Dfrontcontroller5.phar6 …����b�H�����ж���������a.jpg����b�H�����ж���������a.phps����b�H���l�`�������hiohio<?php…
H A Dfrontcontroller6.phar6 …����b�H�����ж���������a.jpg����b�H�����ж���������a.phps����b�H���l�`�������hiohio<?php…
H A Dfrontcontroller7.phar6 …a.jpg���Bc�H�����ж���������a.phps���Bc�H���l�`�������hiohio<?php function hio(){}��׾@4�OV�…
H A Dfrontcontroller8.phar8 …��kXX?���ק�7����������a.jpg���kXX�����b�����������a.php���kXX���l�`������� ���fronk.g…
H A Dfrontcontroller9.phar8 �k+����������a.jpg����� H�����b�����������a.php����� H���l�`������� ���fronk.gronk����� …
H A Dinclude_path2.phar216 $l = unpack('V', substr($m, 10, 4));
217 $m = substr($m, 14 + $l[1]);
H A Dnophar.phar216 $l = unpack('V', substr($m, 10, 4));
217 $m = substr($m, 14 + $l[1]);
H A Dopenssl.phar216 $l = unpack('V', substr($m, 10, 4));
217 $m = substr($m, 14 + $l[1]);
H A Dpear2coverage.phar.php1612 }нl�]d�nZ����G�|�����GBMB
/PHP-7.3/ext/phar/tests/
H A Dinvalid_alias.phpt18 $p->setAlias('hi\\l');
42 Invalid alias "hi\l" specified for phar "%sinvalid_alias.phar"
H A Dphar_createdefaultstub.phpt252 $l = unpack('V', substr($m, 10, 4));
253 $m = substr($m, 14 + $l[1]);
546 $l = unpack('V', substr($m, 10, 4));
547 $m = substr($m, 14 + $l[1]);
848 $l = unpack('V', substr($m, 10, 4));
849 $m = substr($m, 14 + $l[1]);
H A Dphar_oo_008.phpt53 $l = $v->fgetcsv();
54 echo $v->key() . "=>" . join('|',$l) . "\n";
H A Dphar_setdefaultstub.phpt272 $l = unpack('V', substr($m, 10, 4));
273 $m = substr($m, 14 + $l[1]);
567 $l = unpack('V', substr($m, 10, 4));
568 $m = substr($m, 14 + $l[1]);
862 $l = unpack('V', substr($m, 10, 4));
863 $m = substr($m, 14 + $l[1]);
/PHP-7.3/ext/posix/
H A Dposix.c1406 const struct limitlist *l = NULL; in PHP_FUNCTION() local
1412 for (l=limits; l->name; l++) { in PHP_FUNCTION()
1413 if (posix_addlimit(l->limit, l->name, return_value) == FAILURE) { in PHP_FUNCTION()
/PHP-7.3/ext/readline/
H A Dreadline.c502 static void _readline_long_zval(zval *ret, long l) in _readline_long_zval() argument
504 ZVAL_LONG(ret, l); in _readline_long_zval()
/PHP-7.3/ext/session/
H A Dsession.c1260 zend_llist *l = &SG(sapi_headers).headers; in php_session_remove_cookie() local
1273 current = l->head; in php_session_remove_cookie()
1282 l->head = next; in php_session_remove_cookie()
1287 l->tail = current->prev; in php_session_remove_cookie()
1291 --l->count; in php_session_remove_cookie()
/PHP-7.3/ext/sockets/
H A Dsendrecvmsg.c71 #define LONG_CHECK_VALID_INT(l) \ argument
73 if ((l) < INT_MIN && (l) > INT_MAX) { \
75 "the boundaries of a native integer", (l)); \
/PHP-7.3/ext/spl/examples/
H A Ddirectorytreeiterator.inc39 for ($l=0; $l < $this->getDepth(); $l++) {
40 $tree .= $this->getSubIterator($l)->hasNext() ? '| ' : ' ';
42 return $tree . ($this->getSubIterator($l)->hasNext() ? '|-' : '\-')
43 . $this->getSubIterator($l)->__toString();

Completed in 53 milliseconds

12345678910>>...13