Home
last modified time | relevance | path

Searched refs:space (Results 51 – 75 of 123) sorted by relevance

12345

/PHP-8.1/ext/ftp/tests/
H A Dftp_nb_get_large.phpt12 die('skip Not enough disk space');
/PHP-8.1/Zend/asm/
H A Djump_ppc32_sysv_elf_gas.S66 stwu %r1, -240(%r1) # allocate stack space, R1 % 16 == 0
H A Dmake_arm64_aapcs_elf_gas.S63 # reserve space for context-data on context-stack
H A Dmake_arm_aapcs_macho_gas.S48 @ reserve space for context-data on context-stack
H A Dmake_riscv64_sysv_elf_gas.S69 # reserve space for context-data on context-stack
H A Dmake_ppc64_sysv_elf_gas.S106 # reserve space for context-data on context-stack
158 # allocate stack space, R1 % 16 == 0
H A Dmake_arm_aapcs_elf_gas.S51 @ reserve space for context-data on context-stack
H A Dmake_i386_ms_pe_masm.asm33 ; reserve space for first argument of context-function
40 ; reserve space for context-data on context-stack
42 ; additional space is required for SEH
H A Dmake_mips64_n64_elf_gas.S64 # reserve space for context-data on context-stack
/PHP-8.1/ext/standard/tests/network/
H A Dsetcookie.phpt10 setcookie('name', 'space value');
27 'Set-Cookie: name=space%20value',
/PHP-8.1/ext/standard/
H A Dfilestat.c112 static int php_disk_total_space(char *path, double *space) /* {{{ */ in php_disk_total_space() argument
129 …*space = TotalNumberOfBytes.HighPart * (double) (((zend_ulong)1) << 31) * 2.0 + TotalNumberOfBytes… in php_disk_total_space()
144 *space = bytestotal;
178 *space = bytestotal;
211 static int php_disk_free_space(char *path, double *space) /* {{{ */ in php_disk_free_space() argument
227 …*space = FreeBytesAvailableToCaller.HighPart * (double) (1ULL << 32) + FreeBytesAvailableToCaller… in php_disk_free_space()
242 *space = bytesfree;
275 *space = bytesfree;
/PHP-8.1/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt12 $sData = fread($hReadHandle,$iMaxOut-10); # -10 to have space to add "custom:"
/PHP-8.1/ext/mbstring/tests/
H A Dmb_split.phpt26 == mb_split( "[[:space:]]", "a\nb\tc\nd e f g" ) );
H A Dmb_ereg_search_xxx.phpt29 test_search( $enc, "�ϡ� ����\n", ' (��?�ϡ�?)[[:space:]]', $opt );
/PHP-8.1/ext/zlib/tests/
H A Ddeflate_add_buffer_full.phpt15 * manual, deflate must be called again with more buffer space.
/PHP-8.1/ext/standard/tests/file/
H A Duserstreams_007.phpt2 User-space streams: test metadata option
H A Duserstreams_004.phpt2 User-space streams: stream_lock()
H A Duserstreams_005.phpt2 User-space streams: stream_truncate()
/PHP-8.1/sapi/cli/tests/
H A Dbug64529.phpt2 Bug #64529 (Ran out of opcode space)
/PHP-8.1/ext/standard/tests/strings/
H A Dchunk_split_variation11.phpt24 " ", //space
27 "\r\n", //White space char
H A Dchop_variation5.phpt14 …var_dump ( chop("chop test ", " ") ); /* with single space as second Argum…
H A Dchunk_split_variation9.phpt19 " ", //space
24 // white space chars
/PHP-8.1/ext/standard/tests/array/
H A Dusort_variation3.phpt47 " " => 0, // space as key
/PHP-8.1/ext/standard/tests/math/
H A Drand_basic.phpt11 // By default RAND_MAX is 32768 although no constant is defined for it for user space apps
H A Dmt_rand_basic.phpt11 // By default RAND_MAX is 32768 although no constant is defined for it for user space apps

Completed in 35 milliseconds

12345