Home
last modified time | relevance | path

Searched refs:l (Results 251 – 275 of 310) sorted by relevance

1...<<111213

/PHP-7.3/ext/standard/tests/array/
H A Dsort_basic.phpt24 "l" => "lemon", "o" => "orange",
/PHP-7.3/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-unrolling.macros3 Joan Daemen, Michaël Peeters, Gilles Van Assche and Ronny Van Keer, hereby
H A DKeccakSponge.inc3 Joan Daemen, Michaël Peeters, Gilles Van Assche and Ronny Van Keer, hereby
/PHP-7.3/ext/pdo_odbc/
H A Dconfig.m4146 PDO_ODBC_LDFLAGS="$pdo_odbc_def_ldflags -L$PDO_ODBC_LIBDIR -l$pdo_odbc_def_lib"
/PHP-7.3/ext/zlib/tests/
H A Dbug_52944_corrupted_data.inc83 …/uVRxKaP4wGj6lNWI7QGtPqzSlO5qCFxkPC4lLi4+LogrRMISCz4afVuKlceptAVEWXImhAFVih4lzh0InzvWyHekLlcR5+0l'.
/PHP-7.3/ext/standard/tests/strings/
H A Dstripos_variation1.phpt16 "l",
H A Dstripos_variation2.phpt16 'l',
H A Dstrripos_variation1.phpt16 /*1*/ "l",
H A Dstrripos_variation2.phpt16 /*1*/ 'l',
H A Dstrcspn_variation11.phpt44 "\n\trsti \l",
45 '\n\trsti \l',
H A Dstrspn_variation11.phpt44 "f\n\trelshti \l",
45 'f\n\trelsthi \l',
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd.h233 #define mysqlnd_stmt_send_long_data(stmt,p,d,l) (stmt)->m->send_long_data((stmt), (p), (d), (l)) argument
/PHP-7.3/ext/imap/
H A Dphp_imap.c3924 int l = strlen(tmp) - 2, l2; in PHP_FUNCTION() local
3928 tmp[l] = '\0'; in PHP_FUNCTION()
3929 tempstring = emalloc(l); in PHP_FUNCTION()
3930 memcpy(tempstring, tmp, l); in PHP_FUNCTION()
3935 memcpy(tempstring + l, custom_headers_param->value, l2); in PHP_FUNCTION()
3936 memcpy(tempstring + l + l2, CRLF, CRLF_LEN); in PHP_FUNCTION()
3937 l += l2 + CRLF_LEN; in PHP_FUNCTION()
3942 mystring = emalloc(l + CRLF_LEN + 1); in PHP_FUNCTION()
3943 memcpy(mystring, tempstring, l); in PHP_FUNCTION()
3944 memcpy(mystring + l , CRLF, CRLF_LEN); in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h416 #define SLJIT_W(w) (w##l)
/PHP-7.3/sapi/cli/
H A Dphp_cli_server.c711 size_t l = strlen(buf); in sapi_cli_server_log_message() local
712 if (l > 0) { in sapi_cli_server_log_message()
713 buf[l - 1] = '\0'; in sapi_cli_server_log_message()
1397 size_t l = strlen(*file); in php_cli_server_request_translate_vpath() local
1398 memmove(q, *file, l + 1); in php_cli_server_request_translate_vpath()
1400 q += l; in php_cli_server_request_translate_vpath()
/PHP-7.3/ext/wddx/
H A Dwddx.c394 if (l > 0) { \
395 php_wddx_add_chunk_ex(packet, buf, l); \
396 l = 0; \
/PHP-7.3/ext/fileinfo/libmagic/
H A Dfile.h161 uint32_t l; member
/PHP-7.3/ext/odbc/
H A Dconfig.m468 ODBC_LIBS=-l${ac_solid_prefix}${ac_solid_os}${ac_solid_version}
329 ODBC_LIBS=`$PKG_CONFIG --libs-only-l libiodbc`
/PHP-7.3/Zend/
H A Dzend_vm_gen.php1511 …$l = fopen(__DIR__ . "/zend_vm_handlers.h", "w+") or die("ERROR: Cannot create zend_vm_handlers.h\…
1512 out($l, "#define VM_HANDLERS(_) \\\n");
1515 out($l, "\t_($n, $name) \\\n");
1518 out($l, "\t_($n+1, ZEND_NULL)\n");
1519 fclose($l);
H A Dzend_ast.c1076 #define zend_ast_export_name_list(s, l, i) zend_ast_export_name_list_ex(s, l, i, ", ") argument
1077 #define zend_ast_export_catch_name_list(s, l, i) zend_ast_export_name_list_ex(s, l, i, "|") argument
/PHP-7.3/tests/lang/
H A D023.phpt21 …echo "Limor Ullmann is getting married on ".($wedding_date=date("l, F dS, Y",$wedding_timestamp)).…
/PHP-7.3/main/streams/
H A Dstreams.c164 size_t l = 0; in php_stream_display_wrapper_errors() local
183 l += strlen(*err_buf_p); in php_stream_display_wrapper_errors()
185 l += brlen; in php_stream_display_wrapper_errors()
188 msg = emalloc(l + 1); in php_stream_display_wrapper_errors()
/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/hash/sha3/generic32lc/
H A DKeccakSponge.inc3 Joan Daemen, Michaël Peeters, Gilles Van Assche and Ronny Van Keer, hereby
/PHP-7.3/ext/standard/
H A Dfilters.c1263 zend_ulong l; in php_conv_get_uint_prop_ex() local
1268 …if ((err = php_conv_get_ulong_prop_ex(ht, &l, field_name, field_name_len)) == PHP_CONV_ERR_SUCCESS… in php_conv_get_uint_prop_ex()
1269 *pretval = (unsigned int)l; in php_conv_get_uint_prop_ex()

Completed in 111 milliseconds

1...<<111213