Home
last modified time | relevance | path

Searched refs:x (Results 1226 – 1250 of 1349) sorted by relevance

1...<<41424344454647484950>>...54

/PHP-7.1/ext/phar/tests/
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',
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',
/PHP-7.1/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-7.1/sapi/cli/tests/
H A Dphp_cli_server_013.phpt25 Content-Type: application/x-www-form-urlencoded
/PHP-7.1/ext/standard/tests/math/
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-7.1/ext/filter/tests/
H A D043.phpt134 string(1) "x"
/PHP-7.1/ext/bcmath/
H A Dbcmath.c69 ZEND_ARG_INFO(0, x)
76 ZEND_ARG_INFO(0, x)
/PHP-7.1/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-7.1/ext/standard/tests/file/
H A Dfscanf_variation52.phpt18 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
/PHP-7.1/ext/pspell/
H A DREADME15 Please, note that somewhere around version .27.x (I believe) aspell stopped
/PHP-7.1/ext/soap/
H A DTODO89 ? support for HTTP compression (gzip,x-gzip,defalte)
/PHP-7.1/ext/mysqli/tests/
H A D009.phpt2 mysqli fetch bigint values (ok to fail with 4.1.x)
/PHP-7.1/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-7.1/ext/phar/tests/cache_list/files/
H A Dnophar.phar36 'ico' => 'image/x-ico',
40 'js' => 'application/x-javascript',
/PHP-7.1/ext/phar/tests/files/
H A Dnophar.phar36 'ico' => 'image/x-ico',
40 'js' => 'application/x-javascript',
/PHP-7.1/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt45 function __construct( $w, $x, $y, $z ) {
47 $this->b = $x;
/PHP-7.1/main/
H A Dnetwork.c112 # define PHP_GAI_STRERROR(x) (gai_strerror(x)) argument
114 # define PHP_GAI_STRERROR(x) (php_gai_strerror(x)) argument
/PHP-7.1/sapi/fpm/
H A Dconfig.m4320 AC_TRY_COMPILE([ #include <netinet/tcp.h> ], [struct tcp_info ti; int x = TCP_INFO;], [
334 AC_TRY_COMPILE([ #include <sys/socket.h> ], [int x = SO_LISTENQLIMIT; int y = SO_LISTENQLEN;], [
596 if test -x "$PKG_CONFIG" && $PKG_CONFIG --exists libsystemd; then
604 elif test -x "$PKG_CONFIG" && $PKG_CONFIG --exists libsystemd-daemon; then
/PHP-7.1/ext/standard/tests/general_functions/
H A Dgettype_settype_variation2.phpt50 var $x;
53 function __construct($x, $y) {
54 $this->x = $x;
H A Dgettype_settype_variation3.phpt47 var $x;
50 function __construct($x, $y) {
51 $this->x = $x;
/PHP-7.1/Zend/
H A DZEND_CHANGES747 public $x = array('a' => 1, 'b' => 2, 'c' => 3);
752 if(isset($this->x[$nm])) {
753 $r = $this->x[$nm];
764 if(isset($this->x[$nm])) {
765 $this->x[$nm] = $val;
785 var $x = array(1, 2, 3);
790 return $this->x;
809 var $x = 1;
928 $x = $obj[0]; // calls offsetGet(0)
H A Dzend_alloc.c322 #define _BIN_DATA_SIZE(num, size, elements, pages, x, y) size, argument
324 ZEND_MM_BINS_INFO(_BIN_DATA_SIZE, x, y)
327 #define _BIN_DATA_ELEMENTS(num, size, elements, pages, x, y) elements, argument
329 ZEND_MM_BINS_INFO(_BIN_DATA_ELEMENTS, x, y)
332 #define _BIN_DATA_PAGES(num, size, elements, pages, x, y) pages, argument
334 ZEND_MM_BINS_INFO(_BIN_DATA_PAGES, x, y)
2346 # define _ZEND_BIN_ALLOCATOR(_num, _size, _elements, _pages, x, y) \ argument
2352 ZEND_MM_BINS_INFO(_ZEND_BIN_ALLOCATOR, x, y) argument
2369 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
2383 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
[all …]
/PHP-7.1/sapi/litespeed/
H A Dlsapilib.c3855 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
3856 #define F2(x, y, z) F1(z, x, y) argument
3857 #define F3(x, y, z) (x ^ y ^ z) argument
3858 #define F4(x, y, z) (y ^ (x | ~z)) argument
3861 #define MD5STEP(f, w, x, y, z, data, s) \ argument
3862 ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x )
/PHP-7.1/ext/pdo_oci/
H A Dconfig.m423 dnl Oracle 10g, 11g 12c etc. The x.2 version libraries are named x.1 for drop in compatibility

Completed in 137 milliseconds

1...<<41424344454647484950>>...54