Home
last modified time | relevance | path

Searched refs:b (Results 2001 – 2025 of 2383) sorted by relevance

1...<<81828384858687888990>>...96

/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c878 php_per_dir_config *b = (php_per_dir_config *) basev; in php_merge_dir() local
880 …zend_hash_merge_ex((HashTable *) a->ini_settings, (HashTable *) b->ini_settings, (copy_ctor_func_t… in php_merge_dir()
881 a->headers_handlers = (a->headers_handlers.top)?a->headers_handlers:b->headers_handlers; in php_merge_dir()
882 a->auth_handlers = (a->auth_handlers.top)?a->auth_handlers:b->auth_handlers; in php_merge_dir()
883 a->access_handlers = (a->access_handlers.top)?a->access_handlers:b->access_handlers; in php_merge_dir()
884 a->type_handlers = (a->type_handlers.top)?a->type_handlers:b->type_handlers; in php_merge_dir()
885 a->fixup_handlers = (a->fixup_handlers.top)?a->fixup_handlers:b->fixup_handlers; in php_merge_dir()
886 a->logger_handlers = (a->logger_handlers.top)?a->logger_handlers:b->logger_handlers; in php_merge_dir()
887 a->post_read_handlers = (a->post_read_handlers.top)?a->post_read_handlers:b->post_read_handlers; in php_merge_dir()
888 a->response_handlers = (a->response_handlers.top)?a->response_handlers:b->response_handlers; in php_merge_dir()
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c199 fcgi_hash_buckets *b; in fcgi_hash_destroy() local
202 b = h->buckets; in fcgi_hash_destroy()
203 while (b) { in fcgi_hash_destroy()
204 fcgi_hash_buckets *q = b; in fcgi_hash_destroy()
205 b = b->next; in fcgi_hash_destroy()
276 fcgi_hash_buckets *b = (fcgi_hash_buckets*)malloc(sizeof(fcgi_hash_buckets)); in fcgi_hash_set() local
277 b->idx = 0; in fcgi_hash_set()
278 b->next = h->buckets; in fcgi_hash_set()
279 h->buckets = b; in fcgi_hash_set()
/PHP-5.5/ext/phar/tests/
H A Dalias_acrobatics.phpt30 $b = new Phar($fname, 0, 'another');
H A Dphar_stub_error.phpt12 $stub = b'<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
/PHP-5.5/ext/standard/tests/array/
H A Darray_pad_variation4.phpt23 $binary = b"hello";
H A Darray_intersect_uassoc_variation11.phpt13 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
/PHP-5.5/ext/date/tests/
H A Dgmstrftime_error.phpt19 $format = '%b %d %Y %H:%M:%S';
/PHP-5.5/ext/ereg/tests/
H A Dereg_basic_004.phpt17 var_dump(ereg('b$', 'ba', $regs));
H A Dsplit_basic_003.phpt17 var_dump(split('b$', '--- ba ---'));
/PHP-5.5/ext/filter/tests/
H A D018.phpt12 var_dump(filter_var("::1::b", FILTER_VALIDATE_IP));
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_10_bound_value_name.phpt16 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
H A Dsqlite3_12_unfinalized_stmt_cleanup.phpt16 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
H A Dsqlite3_26_reset_prepared_stmt.phpt16 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
H A Dsqlite3_27_reset_prepared_stmt_result.phpt16 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
H A Dsqlite3_35_stmt_readonly.phpt21 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
/PHP-5.5/ext/standard/tests/general_functions/
H A D001.phpt32 $test = sprintf("%b", 3457925);
/PHP-5.5/ext/spl/tests/
H A Dheap_004.phpt6 public function compare($a, $b) {
H A Dpqueue_002.phpt6 public function compare($a, $b) {
/PHP-5.5/ext/mysqli/tests/
H A Dbug48909.phpt29 $bvar is null, b is for BLOB - any error like this should be OK:
H A Dbug49027.phpt59 [%u|b%"id"]=>
/PHP-5.5/ext/pgsql/tests/
H A Dbug60244.phpt13 $result = pg_query("select 'a' union select 'b'");
/PHP-5.5/ext/phar/tests/tar/
H A Dalias_acrobatics.phpt30 $b = new Phar($fname, 0, 'another');
/PHP-5.5/ext/phar/tests/zip/
H A Dalias_acrobatics.phpt30 $b = new Phar($fname, 0, 'another');
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation6.phpt21 b"This is a binary\t \v\fstring"
H A Dstr_split_basic.phpt63 string(1) "b"

Completed in 47 milliseconds

1...<<81828384858687888990>>...96