Home
last modified time | relevance | path

Searched refs:size (Results 651 – 675 of 697) sorted by relevance

1...<<2122232425262728

/PHP-8.1/ext/intl/tests/
H A Dgrapheme2.phpt556 …$res_str .= "\n" . 'function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUN…
647 …$res_str .= "\n" . 'function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXB…
705 …$res_str .= "\n" . 'function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXC…
1105 function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUNT, $start = 0[, $next…
1153 function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXBYTES, $start = 0)
1184 function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXCHARS, $start = 0)
/PHP-8.1/ext/opcache/
H A Dzend_persist.c950 size_t size = sizeof(zend_property_info *) * ce->default_properties_count; in zend_persist_class_entry() local
953 ce->properties_info_table, size); in zend_persist_class_entry()
/PHP-8.1/ext/pgsql/
H A Dpgsql.c1951 fci.size = sizeof(fci); in php_pgsql_fetch_hash()
2887 size_t size; in PHP_FUNCTION() local
2891 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol", &pgsql_id, pgsql_lob_ce, &size) == FAILURE) { in PHP_FUNCTION()
2900 result = lo_truncate64((PGconn *)pgsql->conn, pgsql->lofd, size); in PHP_FUNCTION()
2902 result = lo_truncate((PGconn *)pgsql->conn, pgsql->lofd, size); in PHP_FUNCTION()
2905 result = lo_truncate((PGconn *)pgsql->conn, pgsql->lofd, size); in PHP_FUNCTION()
H A Dpgsql_arginfo.h280 ZEND_ARG_TYPE_INFO(0, size, IS_LONG, 0)
/PHP-8.1/ext/standard/tests/file/
H A Dftruncate_variation7-win32.phpt59 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation7.phpt59 clearstatcache(); // clear previous size value in cache
/PHP-8.1/ext/xsl/
H A Dxsltprocessor.c221 fci.size = sizeof(fci); in xsl_ext_function_php()
/PHP-8.1/ext/phar/phar/
H A Dpharcommand.inc1522 $infos['Uncompressed-size'] = $usize;
1523 $infos['Compressed-size'] = $csize;
1527 $infos['Stub-size'] = strlen($phar->getStub());
/PHP-8.1/ext/mysqli/
H A Dmysqli_api.c370 int size; in mysqli_stmt_bind_result_do_bind() local
371 char *p = emalloc(size= var_cnt * (sizeof(char) + sizeof(VAR_BUFFER))); in mysqli_stmt_bind_result_do_bind()
374 memset(p, 0, size); in mysqli_stmt_bind_result_do_bind()
H A Dmysqli.c1169 fci.size = sizeof(fci); in php_mysqli_fetch_into_hash()
/PHP-8.1/build/
H A Dphp.m41064 AC_MSG_CHECKING([size of $1])
1455 ssize_t reader(void *cookie, char *buffer, size_t size)
1456 { return size; }
1457 ssize_t writer(void *cookie, const char *buffer, size_t size)
1458 { return size; }
/PHP-8.1/sapi/fpm/
H A Dwww.conf.in167 ; listen queue len - the size of the socket queue of pending connections;
385 ; Set max core size rlimit.
/PHP-8.1/Zend/
H A Dzend_execute.c180 #define ZEND_VM_STACK_PAGE_ALIGNED_SIZE(size, page_size) \ argument
181 (((size) + ZEND_VM_STACK_HEADER_SLOTS * sizeof(zval) \
213 ZEND_API void* zend_vm_stack_extend(size_t size) in zend_vm_stack_extend() argument
221 EXPECTED(size < EG(vm_stack_page_size) - (ZEND_VM_STACK_HEADER_SLOTS * sizeof(zval))) ? in zend_vm_stack_extend()
222 EG(vm_stack_page_size) : ZEND_VM_STACK_PAGE_ALIGNED_SIZE(size, EG(vm_stack_page_size)), in zend_vm_stack_extend()
225 EG(vm_stack_top) = (void*)(((char*)ptr) + size); in zend_vm_stack_extend()
H A Dzend_exceptions.c667 fci.size = sizeof(fci); in ZEND_METHOD()
H A Dzend_vm_execute.h7218 uint32_t size; in ZEND_INIT_ARRAY_SPEC_CONST_CONST_HANDLER() local
9407 uint32_t size; in ZEND_INIT_ARRAY_SPEC_CONST_TMPVAR_HANDLER() local
10337 uint32_t size; in ZEND_INIT_ARRAY_SPEC_CONST_UNUSED_HANDLER() local
11771 uint32_t size; in ZEND_INIT_ARRAY_SPEC_CONST_CV_HANDLER() local
19756 uint32_t size; in ZEND_INIT_ARRAY_SPEC_TMP_CONST_HANDLER() local
20195 uint32_t size; in ZEND_INIT_ARRAY_SPEC_TMP_TMPVAR_HANDLER() local
20655 uint32_t size; in ZEND_INIT_ARRAY_SPEC_TMP_UNUSED_HANDLER() local
21054 uint32_t size; in ZEND_INIT_ARRAY_SPEC_TMP_CV_HANDLER() local
24745 uint32_t size; in ZEND_INIT_ARRAY_SPEC_VAR_CONST_HANDLER() local
27041 uint32_t size; in ZEND_INIT_ARRAY_SPEC_VAR_TMPVAR_HANDLER() local
[all …]
/PHP-8.1/ext/spl/
H A Dspl_directory.c2673 zend_long size; in PHP_METHOD() local
2675 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &size) == FAILURE) { in PHP_METHOD()
2686 RETURN_BOOL(0 == php_stream_truncate_set_size(intern->u.file.stream, size)); in PHP_METHOD()
/PHP-8.1/ext/gd/libgd/
H A Dgdft.c987 penf.y -= (long)(face->size->metrics.height * linespace);
/PHP-8.1/ext/date/
H A Dphp_date.c1962 size_t size; in php_timezone_to_string() local
1965 size = sizeof("+05:00"); in php_timezone_to_string()
1968 size = sizeof("+05:00:01"); in php_timezone_to_string()
1971 zend_string *tmpstr = zend_string_alloc(size - 1, 0); in php_timezone_to_string()
1974 ZSTR_LEN(tmpstr) = snprintf(ZSTR_VAL(tmpstr), size, format, in php_timezone_to_string()
/PHP-8.1/ext/oci8/tests/
H A Dlob_040.phpt34 echo "Row $i Size: " . $row[$i][0]->size() . "\n";
/PHP-8.1/ext/openssl/
H A Dopenssl.c3587 static int php_openssl_pem_password_cb(char *buf, int size, int rwflag, void *userdata) in php_openssl_pem_password_cb() argument
3595 size = (password->len > size) ? size : password->len; in php_openssl_pem_password_cb()
3596 memcpy(buf, password->key, size); in php_openssl_pem_password_cb()
3598 return size; in php_openssl_pem_password_cb()
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c637 jump->addr = compiler->size; in sljit_emit_call()
H A DsljitNativeMIPS_64.c641 jump->addr = compiler->size; in sljit_emit_call()
/PHP-8.1/sapi/fpm/tests/
H A Dfcgi.inc408 * @param int $readLimit max content size
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_x86.dasc1544 |.macro EMALLOC, size, op_array, opline
1547 | mov FCARG1a, size
1569 || if (size > 24 && size <= 32) {
1572 | mov FCARG1a, size
1576 | mov FCARG1a, size
2914 while (offset < size) {
2922 if (offset >= size) {
2938 while (offset < size) {
2946 if (offset >= size) {
3407 end = p + size - 5;
[all …]
/PHP-8.1/ext/intl/
H A Dphp_intl_arginfo.h489 ZEND_ARG_TYPE_INFO(0, size, IS_LONG, 0)

Completed in 405 milliseconds

1...<<2122232425262728