Convert string to HNI
commit767dbf8c94ceb7445150f737ccb4feb3da19ec24
authorNigel Chan <nchan@fb.com>
Fri, 3 Oct 2014 17:10:01 +0000 (3 10:10 -0700)
committerhhvm-bot <hhvm-bot@fb.com>
Fri, 3 Oct 2014 17:30:24 +0000 (3 10:30 -0700)
treef8081dc21cccc547c20a9a63e82a44a0635d61e7
parentfcb16ede6450a8ac2f6c5ae89bbb85db92de622e
Convert string to HNI

Reviewed By: @ptarjan

Differential Revision: D1551020
55 files changed:
hphp/runtime/base/array-util.cpp
hphp/runtime/base/autoload-handler.cpp
hphp/runtime/base/builtin-functions.cpp
hphp/runtime/base/execution-context.cpp
hphp/runtime/base/preg.cpp
hphp/runtime/base/request-injection-data.cpp
hphp/runtime/base/stream-wrapper-registry.cpp
hphp/runtime/base/thread-info.cpp
hphp/runtime/debugger/cmd/cmd_info.cpp
hphp/runtime/debugger/debugger_client.cpp
hphp/runtime/ext/ext.h
hphp/runtime/ext/ext_domdocument.cpp
hphp/runtime/ext/ext_file.cpp
hphp/runtime/ext/ext_hash.cpp
hphp/runtime/ext/ext_pdo.cpp
hphp/runtime/ext/ext_process.cpp
hphp/runtime/ext/ext_soap.cpp
hphp/runtime/ext/ext_spl.cpp
hphp/runtime/ext/ext_string.h [deleted file]
hphp/runtime/ext/extension.cpp
hphp/runtime/ext/fileinfo/libmagic/apprentice.cpp
hphp/runtime/ext/fileinfo/libmagic/file.h
hphp/runtime/ext/fileinfo/libmagic/softmagic.cpp
hphp/runtime/ext/filter/logical_filters.cpp
hphp/runtime/ext/filter/sanitizing_filters.cpp
hphp/runtime/ext/icu/ext_icu_locale.cpp
hphp/runtime/ext/icu/ext_icu_num_fmt.cpp
hphp/runtime/ext/imagick/imagick.cpp
hphp/runtime/ext/json/ext_json.cpp
hphp/runtime/ext/mbstring/ext_mbstring.cpp
hphp/runtime/ext/pcre/ext_pcre.cpp
hphp/runtime/ext/reflection/ext_reflection.cpp
hphp/runtime/ext/soap/encoding.cpp
hphp/runtime/ext/std/ext_std_classobj.cpp
hphp/runtime/ext/std/ext_std_network.cpp
hphp/runtime/ext/string/ext_string.cpp [moved from hphp/runtime/ext/ext_string.cpp with 76% similarity]
hphp/runtime/ext/string/ext_string.h [new file with mode: 0644]
hphp/runtime/ext/string/ext_string.php [new file with mode: 0644]
hphp/runtime/ext/url/ext_url.cpp
hphp/runtime/ext/xdebug/ext_xdebug.cpp
hphp/runtime/ext/xdebug/xdebug_server.cpp
hphp/runtime/ext_zend_compat/php-src/ext/pcre/php_pcre.cpp
hphp/runtime/server/http-protocol.cpp
hphp/runtime/server/takeover-agent.cpp
hphp/runtime/vm/bytecode.cpp
hphp/runtime/vm/class.cpp
hphp/runtime/vm/runtime.cpp
hphp/system/idl/string.idl.json
hphp/test/ext/test_cpp_base.cpp
hphp/test/quick/zend_bug54265.php.expect
hphp/test/slow/reflection/ReflectionFunction_toString_002.php.expect
hphp/test/zend/bad/Zend/tests/bug54265.php [moved from hphp/test/zend/good/Zend/tests/bug54265.php with 93% similarity]
hphp/test/zend/bad/Zend/tests/bug54265.php.expectf [moved from hphp/test/zend/good/Zend/tests/bug54265.php.expectf with 100% similarity]
hphp/test/zend/good/Zend/tests/bug54265_modified.php [new file with mode: 0644]
hphp/test/zend/good/Zend/tests/bug54265_modified.php.expect [new file with mode: 0644]