Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_statistics.c209 add_assoc_string_ex(return_value, names[i].s, names[i].l, tmp); in mysqlnd_fill_stats_hash()
H A Dmysqlnd_auth.c65 plugin_data_len = auth_plugin_data.l; in mysqlnd_run_authentication()
106 conn->authentication_plugin_data.l = plugin_data_len; in mysqlnd_run_authentication()
107 …conn->authentication_plugin_data.s = mnd_pemalloc(conn->authentication_plugin_data.l, conn->persis… in mysqlnd_run_authentication()
360 …SET_NEW_MESSAGE(conn->last_message.s, conn->last_message.l, auth_resp_packet.message, auth_resp_pa… in mysqlnd_auth_handshake()
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_split_variation4.phpt143 string(5) "l cha"
H A Dstrcspn_variation7.phpt69 "\n\trsti \l",
70 '\n\trsti \l',
H A Dstrspn_variation7.phpt68 "f\nh\trstie \l",
69 'f\n\thrstei \l',
H A Dstrrchr_variation2.phpt16 'l',
H A Dstrrchr_variation1.phpt16 "l",
H A Dstrrpos_variation1.phpt16 "l",
H A Dstrrpos_variation2.phpt16 'l',
/PHP-7.4/sapi/phpdbg/
H A DREADME.md69 * `-l` listen ports for remote mode
H A Dphpdbg_info.c30 #define PHPDBG_INFO_COMMAND_D(f, h, a, m, l, s, flags) \ argument
31 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[13], flags)
/PHP-7.4/ext/phar/tests/
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_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.4/ext/opcache/Optimizer/
H A Dblock_pass.c304 int l, old_len; in zend_optimize_block() local
313 l = old_len + Z_STRLEN(ZEND_OP1_LITERAL(opline)); in zend_optimize_block()
315 zend_string *tmp = zend_string_alloc(l, 0); in zend_optimize_block()
319 Z_STR(ZEND_OP1_LITERAL(last_op)) = zend_string_extend(Z_STR(ZEND_OP1_LITERAL(last_op)), l, 0); in zend_optimize_block()
323 Z_STRVAL(ZEND_OP1_LITERAL(last_op))[l] = '\0'; in zend_optimize_block()
687 int l, old_len; in zend_optimize_block() local
699 l = old_len + Z_STRLEN(ZEND_OP2_LITERAL(opline)); in zend_optimize_block()
701 zend_string *tmp = zend_string_alloc(l, 0); in zend_optimize_block()
705 Z_STR(ZEND_OP2_LITERAL(src)) = zend_string_extend(Z_STR(ZEND_OP2_LITERAL(src)), l, 0); in zend_optimize_block()
709 Z_STRVAL(ZEND_OP2_LITERAL(src))[l] = '\0'; in zend_optimize_block()
/PHP-7.4/tests/output/
H A Dob_start_basic_004.phpt11 // In HEAD, $chunk_size value of 1 should not have any special behaviour (http://marc.info/?l=php-i…
/PHP-7.4/Zend/
H A Dzend_smart_str.h53 ZEND_API void ZEND_FASTCALL smart_str_append_escaped(smart_str *str, const char *s, size_t l);
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1335 size_t l = strlen(env_document_root); local
1339 if (l && env_document_root[l - 1] == '/') {
1340 --l;
1349 path_translated_len = l + (env_path_info ? strlen(env_path_info) : 0);
1351 memcpy(path_translated, env_document_root, l);
1353 memcpy(path_translated + l, env_path_info, (path_translated_len - l));
/PHP-7.4/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]);
/PHP-7.4/ext/phar/tests/files/
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]);
/PHP-7.4/ext/readline/
H A Dreadline.c542 static void _readline_long_zval(zval *ret, long l) in _readline_long_zval() argument
544 ZVAL_LONG(ret, l); in _readline_long_zval()
/PHP-7.4/ext/exif/
H A Dexif.c2510 for(ap=0; ap<l; ap++) { in add_assoc_image_info()
2511 if (l>1) { in add_assoc_image_info()
2516 if (l>1) { in add_assoc_image_info()
2525 if (l==1) { in add_assoc_image_info()
2534 if (l==1) { in add_assoc_image_info()
2542 if (l>1) { in add_assoc_image_info()
2551 if (l==1) { in add_assoc_image_info()
2560 if (l==1) { in add_assoc_image_info()
2568 if (l==1) { in add_assoc_image_info()
2576 if (l==1) { in add_assoc_image_info()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Drsort_basic.phpt18 "l" => "lemon", "o" => "orange",

Completed in 105 milliseconds

12345678910>>...12