Home
last modified time | relevance | path

Searched refs:b (Results 2026 – 2050 of 2615) sorted by relevance

1...<<81828384858687888990>>...105

/php-src/ext/standard/
H A Dimage.c170 unsigned char *b, *buf = NULL; in php_handle_swc() local
181 b = ecalloc(1, len + 1); in php_handle_swc()
183 if (uncompress(b, &len, a, sizeof(a)) != Z_OK) { in php_handle_swc()
186 efree(b); in php_handle_swc()
193 efree(b); in php_handle_swc()
216 memcpy(b, buf, len); in php_handle_swc()
226 bits = php_swf_get_bits (b, 0, 5); in php_handle_swc()
227 result->width = (php_swf_get_bits (b, 5 + bits, bits) - in php_handle_swc()
228 php_swf_get_bits (b, 5, bits)) / 20; in php_handle_swc()
230 php_swf_get_bits (b, 5 + (2 * bits), bits)) / 20; in php_handle_swc()
[all …]
H A Dphp_filestat.h35 #define getgroups(a, b) 0 argument
H A Dvar.c726 char b[32]; in php_var_serialize_long() local
727 char *s = zend_print_long_to_buf(b + sizeof(b) - 1, val); in php_var_serialize_long()
728 size_t l = b + sizeof(b) - 1 - s; in php_var_serialize_long()
738 char b[32]; in php_var_serialize_string() local
739 char *s = zend_print_long_to_buf(b + sizeof(b) - 1, len); in php_var_serialize_string()
740 size_t l = b + sizeof(b) - 1 - s; in php_var_serialize_string()
752 char b[32]; in php_var_serialize_class_name() local
757 char *s = zend_print_long_to_buf(b + sizeof(b) - 1, class_name_len); in php_var_serialize_class_name()
758 size_t l = b + sizeof(b) - 1 - s; in php_var_serialize_class_name()
/php-src/ext/reflection/tests/
H A DReflectionFunction_getDocComment.001.phpt17 static $b = "hello";
/php-src/Zend/tests/
H A Dbug78502.phpt10 ['name' => 'b', 'quant' => 1],
H A Dget_class_methods_001.phpt8 private function b() { }
H A Dget_class_vars_003.phpt8 private $b = 2;
H A Dlsb_016.phpt33 $o->a = "b";
H A Dbug40809.phpt18 $b[$i] = $a[$i][0];
H A Dlist_keyed_evaluation_order_nested.phpt28 // list($a => $b, $c => list($d, $e), $f => list($g => $h, $i => $j)) = $k;
33 // 4. Assign $b from $k[$a]
/php-src/ext/pdo_mysql/tests/
H A Dbug70272.phpt22 $a->b = $db->prepare("select 1");
/php-src/ext/opcache/tests/jit/
H A Dfetch_dim_r_002.phpt26 $y="b";
H A Dbug81255.phpt26 $a->foo('b');
H A Dfetch_obj_005.phpt13 $a =& $b;
/php-src/ext/opcache/tests/opt/
H A Ddce_003.phpt15 $b = $a += 3;
/php-src/win32/
H A Dglob.c349 Char *b, *eb; in globtilde() local
397 for (b = patbuf; b < eb && *h; *b++ = *h++) in globtilde()
401 while (b < eb && (*b++ = *p++) != EOS) in globtilde()
403 *b = EOS; in globtilde()
/php-src/ext/dom/tests/
H A DDOMNode_isEqualNode.phpt59 usort($list1, function ($a, $b) {
60 return strcmp($a->nodeName, $b->nodeName);
62 usort($list2, function ($a, $b) {
63 return strcmp($a->nodeName, $b->nodeName);
221 $fragment3->appendChild($dom1->createElement('b'));
234 $fragment1->appendChild($dom1->createElement('b'));
238 $fragment2->appendChild($dom2->createElement('b'));
/php-src/ext/standard/tests/array/
H A Dkey_exists_variation2.phpt16 $b = array(1, 'foo' => 'baz');
17 var_dump(key_exists(0, $b));
/php-src/ext/phar/tests/
H A Dphar_mount.phpt34 $b = $a->convertToExecutable(Phar::TAR);
35 $b->setStub('<?php
/php-src/ext/date/tests/
H A D009.phpt14 var_dump(strftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V…
19 var_dump(gmstrftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U …
H A D009_win32.phpt19 var_dump(strftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
27 var_dump(gmstrftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
/php-src/ext/mbstring/tests/
H A Dmb_str_functions_opt-parameter.phpt7 echo mb_strpos('abb', 'b', null, 'UTF-8') . "\n";
8 echo mb_strrpos('abb', 'b', null, 'UTF-8') . "\n";
/php-src/ext/phar/tests/tar/
H A Dphar_stub.phpt18 $p['b'] = 'b';
/php-src/ext/phar/tests/zip/
H A Dphar_stub.phpt18 $p['b'] = 'b';
/php-src/ext/pcre/tests/
H A Dpreg_replace2.phpt17 var_dump(preg_replace(array('/\s+/', '~[b-d]~'), array('$'), array('x y', 'bd bc')));

Completed in 39 milliseconds

1...<<81828384858687888990>>...105