codemod 2010-2016 to 2010-present
[hiphop-php.git] / hphp / runtime / ext / std / ext_std_intrinsics.h
blob045fda02cb1e0adaba2dd6c0f850e3be46d237e7
1 /*
2 +----------------------------------------------------------------------+
3 | HipHop for PHP |
4 +----------------------------------------------------------------------+
5 | Copyright (c) 2010-present Facebook, Inc. (http://www.facebook.com) |
6 | Copyright (c) 1997-2010 The PHP Group |
7 +----------------------------------------------------------------------+
8 | This source file is subject to version 3.01 of the PHP license, |
9 | that is bundled with this package in the file LICENSE, and is |
10 | available through the world-wide-web at the following url: |
11 | http://www.php.net/license/3_01.txt |
12 | If you did not receive a copy of the PHP license and are unable to |
13 | obtain it through the world-wide-web, please send a note to |
14 | license@php.net so we can mail you a copy immediately. |
15 +----------------------------------------------------------------------+
18 #ifndef incl_HPHP_EXT_INTRINSICS_H_
19 #define incl_HPHP_EXT_INTRINSICS_H_
21 #include "hphp/runtime/ext/std/ext_std.h"
23 namespace HPHP {
24 ///////////////////////////////////////////////////////////////////////////////
26 // __hhvm_intrinsics\\disable_inlining
27 void HHVM_FUNCTION(disable_inlining, const Variant& function);
29 ///////////////////////////////////////////////////////////////////////////////
32 #endif // incl_HPHP_EXT_INTRINSICS_H_