Skip to content

Instantly share code, notes, and snippets.

@paresy
paresy / crash.cpp
Last active November 26, 2020 04:13
PHP 7.3 ZTS Embed Example
#include <iostream>
#include <thread>
#include <main/php.h>
#include <main/SAPI.h>
#include <main/php_main.h>
#if defined(ZTS)
ZEND_TSRMLS_CACHE_EXTERN();
#endif
@paresy
paresy / designer.html
Created July 28, 2014 09:18
designer
<link rel="import" href="../paper-input/paper-input.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;