Home
last modified time | relevance | path

Searched refs:l (Results 201 – 225 of 318) sorted by relevance

12345678910>>...13

/php-src/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation2.phpt19 "=?ISO-2022-JP?Q?=1B=24BF=7CK=5C=38l=25F=25-=25=39=25H=24G=24=39=1B=28B?=
H A Dmb_encode_mimeheader_basic3.phpt49 string(209) "=?ISO-2022-JP?Q?=1B=24BF=7CK=5C=38l=25F=25-=25=39=25H=24G=24=39=1B=28B?=
/php-src/ext/posix/
H A Dposix.c1147 const struct limitlist *l = NULL; in PHP_FUNCTION() local
1159 for (l=limits; l->name; l++) { in PHP_FUNCTION()
1160 if (posix_addlimit(l->limit, l->name, return_value) == FAILURE) { in PHP_FUNCTION()
/php-src/sapi/phpdbg/tests/
H A Dinfo_001.phpt16 i l
/php-src/ext/standard/tests/array/range/
H A Drange_inputs_string_variations.phpt118 string(1) "l"
/php-src/ext/dba/tests/
H A Dvalue_errors_open.phpt127 dba_open(): Argument #2 ($mode) second character must be one of "d", "l", "-", or "t"
139 dba_popen(): Argument #2 ($mode) second character must be one of "d", "l", "-", or "t"
/php-src/sapi/phpdbg/
H A Dphpdbg.init.d60 nohup ${PHPDBG} -l${STDIN}/${STDOUT} ${OPTIONS} 2>>${LOGFILE} 1>/dev/null </dev/null &
H A Dphpdbg_print.c28 #define PHPDBG_PRINT_COMMAND_D(f, h, a, m, l, s, flags) \ argument
29 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[8], flags)
/php-src/ext/standard/tests/array/
H A Darray_combine.phpt20 $l = array_combine($array3, $array4);
/php-src/docs/source/core/data-structures/
H A Dzend_string.rst76 - - ``zend_string_init(s, l, p)``
79 - - ``zend_string_alloc(l, p)``
102 ``s`` = ``zend_string``, ``l`` = ``length``, ``p`` = ``persistent``.
151 - - ``zend_string_realloc(s, l, p)``
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c1221 int l = strlen(env_document_root); in init_request_info() local
1225 if (l && env_document_root[l - 1] == '/') { in init_request_info()
1226 --l; in init_request_info()
1235 path_translated_len = l + (env_path_info ? strlen(env_path_info) : 0); in init_request_info()
1237 memcpy(path_translated, env_document_root, l); in init_request_info()
1239 memcpy(path_translated + l, env_path_info, (path_translated_len - l)); in init_request_info()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます4056 >(0xc.l+9) byte 0x74
4059 >(0xc.l+9) byte 0x7a
8709 >(4.l+8) indirect x
17093 >(16.l) ulelong >0
20375 >(4.l) indirect x
28297 >>(16.l+16) ubyte x
28390 >>(16.l+16) ubyte x
38942 >(0x4.l-1) ubyte x
40234 >>>(4.l) ubyte x
40448 >>>(4.l) ubyte x
[all …]
H A Dmagic4056 >(0xc.l+9) byte 0x74
4059 >(0xc.l+9) byte 0x7a
8709 >(4.l+8) indirect x
17093 >(16.l) ulelong >0
20375 >(4.l) indirect x
28297 >>(16.l+16) ubyte x
28390 >>(16.l+16) ubyte x
38942 >(0x4.l-1) ubyte x
40234 >>>(4.l) ubyte x
40448 >>>(4.l) ubyte x
[all …]
/php-src/win32/build/
H A Dconfutils.js1840 var l = header.length;
1846 var min = new Array(l);
1847 var max = new Array(l);
1854 for (j=0; j < l; j++) {
1879 for (i = 0; i < l; i++) {
1890 for (j=0; j < l; j++) {
1904 for (j=0; j < l; j++) {
1927 var l = extensions_enabled[x];
1929 if(l[2])
1931 zend_exts.push([l[0], l[1]]);
[all …]
/php-src/main/
H A Dphp_ini.c640 int l, total_l = 0; in php_init_config() local
684 l = (int)strlen(ini_file); in php_init_config()
685 total_l += l + 2; in php_init_config()
686 p = estrndup(ini_file, l); in php_init_config()
H A DSAPI.c599 static void sapi_remove_header(zend_llist *l, char *name, size_t len) { in sapi_remove_header() argument
602 zend_llist_element *current=l->head; in sapi_remove_header()
612 l->head = next; in sapi_remove_header()
617 l->tail = current->prev; in sapi_remove_header()
621 --l->count; in sapi_remove_header()
/php-src/ext/ffi/
H A Dffi.g844 /0[0-7]*([Uu](L|l|LL|l)?|[Ll][Uu]?|(LL|ll)[Uu])?/
849 /[1-9][0-9]*([Uu](L|l|LL|l)?|[Ll][Uu]?|(LL|ll)[Uu])?/
854 /0[xX][0-9A-Fa-f][0-9A-Fa-f]*([Uu](L|l|LL|l)?|[Ll][Uu]?|(LL|ll)[Uu])?/
/php-src/Zend/
H A Dzend_API.h948 #define CHECK_NULL_PATH(p, l) zend_char_has_nul_byte(p, l) argument
950 #define ZVAL_STRINGL(z, s, l) do { \ argument
963 #define ZVAL_PSTRINGL(z, s, l) do { \ argument
981 #define ZVAL_STRINGL_FAST(z, s, l) do { \ argument
982 ZVAL_STR(z, zend_string_init_fast(s, l)); \
1009 #define RETVAL_LONG(l) ZVAL_LONG(return_value, l) argument
1016 #define RETVAL_STRINGL(s, l) ZVAL_STRINGL(return_value, s, l) argument
1018 #define RETVAL_STRINGL_FAST(s, l) ZVAL_STRINGL_FAST(return_value, s, l) argument
1035 #define RETURN_LONG(l) do { RETVAL_LONG(l); return; } while (0) argument
1042 #define RETURN_STRINGL(s, l) do { RETVAL_STRINGL(s, l); return; } while (0) argument
[all …]
/php-src/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c426 packet->authentication_plugin_data.l = uint1korr(pad_start + 2); in php_mysqlnd_greet_read()
427 if (packet->authentication_plugin_data.l > SCRAMBLE_LENGTH) { in php_mysqlnd_greet_read()
429 char * new_auth_plugin_data = emalloc(packet->authentication_plugin_data.l); in php_mysqlnd_greet_read()
435 p+= (packet->authentication_plugin_data.l - SCRAMBLE_LENGTH); in php_mysqlnd_greet_read()
971 if (!packet->argument.s || !packet->argument.l) { in php_mysqlnd_cmd_write()
977 size_t tmp_len = packet->argument.l + 1 + MYSQLND_HEADER_SIZE; in php_mysqlnd_cmd_write()
988 memcpy(p, packet->argument.s, packet->argument.l); in php_mysqlnd_cmd_write()
1061 packet->info_or_local_file.l = len; in php_mysqlnd_rset_header_read()
1083 packet->info_or_local_file.l = len; in php_mysqlnd_rset_header_read()
1734 packet->message.l = packet->header.size; in php_mysqlnd_stats_read()
[all …]
H A Dmysqlnd_statistics.c207 add_assoc_string_ex(return_value, names[i].s, names[i].l, tmp); in mysqlnd_fill_stats_hash()
H A Dmysqlnd_vio.c212 net_stream = php_stream_xport_create(scheme.s, scheme.l, streams_options, streams_flags, in MYSQLND_METHOD()
303 if (scheme.l > (sizeof("pipe://") - 1) && !memcmp(scheme.s, "pipe://", sizeof("pipe://") - 1)) { in MYSQLND_METHOD()
305 } else if ((scheme.l > (sizeof("tcp://") - 1) && !memcmp(scheme.s, "tcp://", sizeof("tcp://") - 1)) in MYSQLND_METHOD()
307 (scheme.l > (sizeof("unix://") - 1) && !memcmp(scheme.s, "unix://", sizeof("unix://") - 1))) in MYSQLND_METHOD()
/php-src/ext/opcache/jit/ir/
H A Dir.c1379 IR_ASSERT(i < l->len);
1380 if (l->len >= l->a.size) {
1381 ir_array_grow(&l->a, l->a.size + 1);
1383 memmove(l->a.refs + i + 1, l->a.refs + i, (l->len - i) * sizeof(ir_ref));
1384 l->a.refs[i] = val;
1385 l->len++;
1390 IR_ASSERT(i < l->len);
1391 memmove(l->a.refs + i, l->a.refs + i + 1, (l->len - i) * sizeof(ir_ref));
1392 l->len--;
1399 for (i = 0; i < l->len; i++) {
[all …]
/php-src/Zend/Optimizer/
H A Dblock_pass.c235 size_t l, old_len; in zend_optimize_block() local
244 l = old_len + Z_STRLEN(ZEND_OP1_LITERAL(opline)); in zend_optimize_block()
246 zend_string *tmp = zend_string_alloc(l, 0); in zend_optimize_block()
250 … Z_STR(ZEND_OP1_LITERAL(last_op)) = zend_string_extend(Z_STR(ZEND_OP1_LITERAL(last_op)), l, 0); in zend_optimize_block()
254 Z_STRVAL(ZEND_OP1_LITERAL(last_op))[l] = '\0'; in zend_optimize_block()
696 size_t l, old_len; in zend_optimize_block() local
708 l = old_len + Z_STRLEN(ZEND_OP2_LITERAL(opline)); in zend_optimize_block()
710 zend_string *tmp = zend_string_alloc(l, 0); in zend_optimize_block()
714 Z_STR(ZEND_OP2_LITERAL(src)) = zend_string_extend(Z_STR(ZEND_OP2_LITERAL(src)), l, 0); in zend_optimize_block()
718 Z_STRVAL(ZEND_OP2_LITERAL(src))[l] = '\0'; in zend_optimize_block()
/php-src/ext/ldap/tests/
H A Dconnect.inc79 "l" => array("here", "there", "Antarctica"),
/php-src/ext/readline/
H A Dreadline.c438 static void _readline_long_zval(zval *ret, long l) in _readline_long_zval() argument
440 ZVAL_LONG(ret, l); in _readline_long_zval()

Completed in 362 milliseconds

12345678910>>...13