Home
last modified time | relevance | path

Searched refs:b (Results 2301 – 2325 of 2474) sorted by relevance

1...<<919293949596979899

/PHP-8.1/ext/pcre/tests/
H A Dpreg_split_error1.phpt18 $subject = '1 2 a 3 4 b 5 6';
/PHP-8.1/ext/openssl/
H A Dxp_ssl.c143 static struct timeval php_openssl_subtract_timeval(struct timeval a, struct timeval b);
144 static int php_openssl_compare_timeval(struct timeval a, struct timeval b);
2197 static struct timeval php_openssl_subtract_timeval(struct timeval a, struct timeval b) /* {{{ */ in php_openssl_subtract_timeval() argument
2201 difference.tv_sec = a.tv_sec - b.tv_sec; in php_openssl_subtract_timeval()
2202 difference.tv_usec = a.tv_usec - b.tv_usec; in php_openssl_subtract_timeval()
2204 if (a.tv_usec < b.tv_usec) { in php_openssl_subtract_timeval()
2213 static int php_openssl_compare_timeval( struct timeval a, struct timeval b ) in php_openssl_compare_timeval() argument
2215 if (a.tv_sec > b.tv_sec || (a.tv_sec == b.tv_sec && a.tv_usec > b.tv_usec) ) { in php_openssl_compare_timeval()
2217 } else if( a.tv_sec == b.tv_sec && a.tv_usec == b.tv_usec ) { in php_openssl_compare_timeval()
/PHP-8.1/sapi/fpm/tests/
H A Dfcgi.inc156 * @param bool $b true if the connection should stay alive, false otherwise
158 public function setKeepAlive($b)
160 $this->_keepAlive = (bool)$b;
180 * @param bool $b true if persistent socket should be used, false otherwise
182 public function setPersistentSocket($b)
185 $this->_persistentSocket = (bool)$b;
/PHP-8.1/ext/standard/tests/file/
H A Dis_writable_variation1.phpt32 "$file_path/is_writable_variation1/b*.tmp",
H A Dfread_basic.phpt28 $file_modes = array( "r", "rb", "rt", "r+", "r+b", "r+t");
186 -- File opened in mode r+b --
320 -- File opened in mode r+b --
454 -- File opened in mode r+b --
588 -- File opened in mode r+b --
/PHP-8.1/ext/standard/tests/array/
H A Darray_search_variation4.phpt40 array("a"=> TRUE, "b"=> TRUE,
H A Darray_walk_recursive_basic2.phpt8 $fruits = array("a" => "lemon", "b" => array( "c" => "orange", "d" => "banana"), "e" => array("f" =…
H A Din_array_variation4.phpt42 array("a"=> TRUE, "b"=> TRUE,
H A Dusort_variation11.phpt6 function ucmp($a, $b) {
7 return $a > $b;
H A Dusort_variation7.phpt23 $array_arg = array("b" => "Banana", "m" => "Mango", "a" => "Apple", "p" => "Pineapple");
/PHP-8.1/ext/standard/tests/strings/
H A Dchunk_split_variation5.phpt50 …|n||s|| ||a||n||d|| ||s||p||e||c||i||a||l|| ||c||h||a||r|| ||&|| ||n||u||m||b||e||r||s|| ||1||2||3…
/PHP-8.1/Zend/tests/readonly_props/
H A Dcache_slot.phpt31 $test->setProp("b");
/PHP-8.1/Zend/tests/
H A Dbug39018.phpt104 b
/PHP-8.1/ext/tokenizer/tests/
H A D002.phpt11 '<?php /* comment */ if (1 || 2) { } $a = 2 | 1; $b = 3^2; $c = 4&2; ?>',
826 string(2) "$b"
/PHP-8.1/ext/gd/
H A Dgd.c104 int overflow2(int a, int b);
688 int body_size, n = 0, b, i, body_size_check; in PHP_FUNCTION() local
714 b = 0; in PHP_FUNCTION()
715 while (b < hdr_size && (n = php_stream_read(stream, (char*)&font[b], hdr_size - b)) > 0) { in PHP_FUNCTION()
716 b += n; in PHP_FUNCTION()
764 b = 0; in PHP_FUNCTION()
765 while (b < body_size && (n = php_stream_read(stream, &font->data[b], body_size - b)) > 0) { in PHP_FUNCTION()
766 b += n; in PHP_FUNCTION()
1929 int b; in _php_image_output() local
1956 php_write(buf, b); in _php_image_output()
[all …]
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcompress.c248 file_zmagic(struct magic_set *ms, const struct buffer *b, const char *name) in file_zmagic() argument
256 int fd = b->fd; in file_zmagic()
257 const unsigned char *buf = CAST(const unsigned char *, b->fbuf); in file_zmagic()
258 size_t nbytes = b->flen; in file_zmagic()
/PHP-8.1/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt158 array(array(1, 2), array('a', 'b')),
782 1 => 'b',
794 1 => 'b',
806 1 => 'b',
H A Dvar_export-locale_32.phpt158 array(array(1, 2), array('a', 'b')),
782 1 => 'b',
794 1 => 'b',
806 1 => 'b',
/PHP-8.1/ext/shmop/tests/
H A D002.phpt20 shmop_open(1338, 'b', 0644, 1024);
/PHP-8.1/ext/mysqli/
H A Dmysqli.c40 #define MYSQLI_ADD_PROPERTIES(a, b) \ argument
43 while (b[i].pname != NULL) { \
44 mysqli_add_property((a), (b)[i].pname, (b)[i].pname_length, \
45 (mysqli_read_t)(b)[i].r_func, (mysqli_write_t)(b)[i].w_func); \
/PHP-8.1/ext/ffi/tests/
H A D027.phpt49 FFI::cdef("struct _x {int a; int b[];};");
/PHP-8.1/ext/sqlite3/tests/
H A Dsqlite3_40_setauthorizer.phpt24 var_dump($db->querySingle('CREATE TABLE test (a, b);'));
/PHP-8.1/sapi/cli/tests/
H A Dphp_cli_server_013.phpt23 a=b
/PHP-8.1/ext/soap/tests/
H A Dclassmap.wsdl7 <xsd:element name="b" type="xsd:string"/>
/PHP-8.1/Zend/asm/
H A Dmake_ppc64_sysv_elf_gas.S141 addi %r4, %r4, finish - 1b

Completed in 58 milliseconds

1...<<919293949596979899