Home
last modified time | relevance | path

Searched refs:x (Results 1076 – 1100 of 1216) sorted by relevance

1...<<414243444546474849

/PHP-5.6/ext/openssl/tests/
H A Dbug65538.phar36 'ico' => 'image/x-ico',
40 'js' => 'application/x-javascript',
321 s5gIT6mXvJ4JCwWYc75zucOr2KVkDmEziJh/pARuOrOAPdc6NjKku8HBC9UI96+x
/PHP-5.6/ext/soap/
H A Dphp_sdl.c1249 x->ns = sdl_deserialize_string(in); in sdl_deserialize_attribute()
1250 x->val = sdl_deserialize_string(in); in sdl_deserialize_attribute()
1261 WSDL_CACHE_GET_INT(x->value, in); in sdl_deserialize_resriction_int()
1263 return x; in sdl_deserialize_resriction_int()
1277 return x; in sdl_deserialize_resriction_char()
1908 if (x) { in sdl_serialize_resriction_int()
1910 WSDL_CACHE_PUT_INT(x->value, out); in sdl_serialize_resriction_int()
1911 WSDL_CACHE_PUT_1(x->fixed, out); in sdl_serialize_resriction_int()
1919 if (x) { in sdl_serialize_resriction_char()
1921 sdl_serialize_string(x->value, out); in sdl_serialize_resriction_char()
[all …]
/PHP-5.6/ext/pdo/tests/
H A Dbug_44173.phpt17 $db->exec("CREATE TABLE test (x int)");
/PHP-5.6/ext/mbstring/
H A DREADME_PHP3-i18n-ja164 % tar xvzf apache_1.3.x.tar.gz
165 % cd apache_1.3.x
168 % ./configure --with-apache=../apache_1.3.x --enable-i18n --enable-mbregex
171 % cd ../apache_1.3.x
180 % tar xvzf apache_1.3.x.tar.gz
181 % cd apache-1.3.x
313 alias: EUC, EUC_JP, eucJP, x-euc-jp
318 alias: x-sjis, MS_Kanji
/PHP-5.6/Zend/tests/
H A D019.phpt200 var $x;
204 function Point($x, $y) {
205 $this->x = $x;
237 unset($point1->x);
240 var_dump( isset($point1->x) ); // expected: bool(false)
241 var_dump( empty($point1->x) ); // expected: bool(true)
1222 ["x"]=>
1244 ["x"]=>
1281 ["x"]=>
/PHP-5.6/ext/standard/tests/math/
H A Datan2_variation1.phpt7 /* Prototype : float atan2 ( float $y , float $x )
H A Dfmod_variation2.phpt5 /* Prototype : float fmod ( float $x , float $y )
H A Dhypot_variation2.phpt5 /* Prototype : float hypot ( float $x , float $y )
/PHP-5.6/win32/build/
H A Dmkdist.php194 $x = stream_copy_to_stream($fp, $dest, $hdr['size']);
196 echo "Wrote $x bytes into $destfilename\n";
/PHP-5.6/main/
H A Dnetwork.c110 # define PHP_GAI_STRERROR(x) (gai_strerror(x)) argument
112 # define PHP_GAI_STRERROR(x) (php_gai_strerror(x)) argument
/PHP-5.6/ext/phar/tests/
H A Dphar_setdefaultstub.phpt92 'ico' => 'image/x-ico',
96 'js' => 'application/x-javascript',
387 'ico' => 'image/x-ico',
391 'js' => 'application/x-javascript',
682 'ico' => 'image/x-ico',
686 'js' => 'application/x-javascript',
H A Dphar_createdefaultstub.phpt72 'ico' => 'image/x-ico',
76 'js' => 'application/x-javascript',
366 'ico' => 'image/x-ico',
370 'js' => 'application/x-javascript',
668 'ico' => 'image/x-ico',
672 'js' => 'application/x-javascript',
/PHP-5.6/ext/dba/
H A Dconfig.m486 [ --with-db4[=DIR] DBA: Oracle Berkeley DB 4.x or 5.x support], no, no)
89 [ --with-db3[=DIR] DBA: Oracle Berkeley DB 3.x support], no, no)
92 [ --with-db2[=DIR] DBA: Oracle Berkeley DB 2.x support], no, no)
95 [ --with-db1[=DIR] DBA: Oracle Berkeley DB 1.x support/emulation], no, no)
/PHP-5.6/sapi/apache/
H A DapMakefile.tmpl44 # the suffix feature of Make really wants just .x, so we use
/PHP-5.6/sapi/apache_hooks/
H A DapMakefile.tmpl44 # the suffix feature of Make really wants just .x, so we use
/PHP-5.6/sapi/cli/tests/
H A Dphp_cli_server_013.phpt25 Content-Type: application/x-www-form-urlencoded
/PHP-5.6/sapi/tux/
H A DREADME33 2. PHP 4.0.x
/PHP-5.6/ext/filter/tests/
H A D043.phpt134 string(1) "x"
/PHP-5.6/ext/mbstring/oniguruma/
H A Dregexec.c432 OnigStackType *x, *stk_base, *stk_end, *stk; in stack_double() local
440 x = (OnigStackType* )xmalloc(sizeof(OnigStackType) * n * 2); in stack_double()
441 if (IS_NULL(x)) { in stack_double()
445 xmemcpy(x, stk_base, n * sizeof(OnigStackType)); in stack_double()
457 if (IS_NULL(x)) { in stack_double()
462 *arg_stk = x + (stk - stk_base); in stack_double()
463 *arg_stk_base = x; in stack_double()
464 *arg_stk_end = x + n; in stack_double()
491 int x = STATE_CHECK_POS(s,snum);\
492 (v) = state_check_buff[x/8] & (1<<(x%8));\
[all …]
/PHP-5.6/sapi/apache2filter/
H A Dsapi_apache2.c406 #define safe_strdup(x) ((x)?strdup((x)):NULL) in php_apache_request_ctor() argument
/PHP-5.6/sapi/litespeed/
H A Dlsapilib.c3468 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
3469 #define F2(x, y, z) F1(z, x, y) argument
3470 #define F3(x, y, z) (x ^ y ^ z) argument
3471 #define F4(x, y, z) (y ^ (x | ~z)) argument
3474 #define MD5STEP(f, w, x, y, z, data, s) \ argument
3475 ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x )
/PHP-5.6/
H A Dconfig.guess493 if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \
494 [ ${TARGET_BINARY_INTERFACE}x = x ]
960 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
/PHP-5.6/build/
H A Dlibtool.m4682 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
758 if test x"[$]$2" = xyes; then
1006 case x$lt_status in
1009 x$lt_dlunknown|x*) $3 ;;
1995 chmod +x "$ofile"
2683 if test x"$enable_ltdl_install" = x"yes"; then
3615 # Sun C++ 4.x
4499 chmod +x "$ofile"
4606 opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4991 # Sun C++ 4.x
[all …]
/PHP-5.6/ext/mysqli/tests/
H A D009.phpt2 mysqli fetch bigint values (ok to fail with 4.1.x)
/PHP-5.6/ext/standard/tests/file/
H A Dfscanf_variation52.phpt18 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");

Completed in 121 milliseconds

1...<<414243444546474849