this error happens because exists tags from olds version of PHP
check if exists in php.ini and remove or comment allow_call_time_pass_reference
check if exist any tag unable in php 7.1 like
;asp_tags = Off ;register_globals = Off
function gerarCPF(a) { | |
var b = !0 | |
, c = 9 | |
, d = randomiza(c) | |
, e = randomiza(c) | |
, f = randomiza(c) | |
, g = randomiza(c) | |
, h = randomiza(c) | |
, i = randomiza(c) | |
, j = randomiza(c) |
cfpValido () { | |
const regexCPF = /^\d{3}\.\d{3}\.\d{3}-\d{2}$/ | |
let i = 0 | |
let soma = 0 | |
let resto = 0 | |
if (regexCPF.test(this.cpf)) { | |
for (i = 1; i <= 9; i++) { | |
soma = soma + parseInt(this.cpf.substring(i - 1, i)) * (11 - i) | |
} | |
resto = soma % 11 |
# EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs | |
# editorconfig.org | |
root = true | |
[*] | |
indent_style = tab | |
indent_size = 4 | |
# We recommend you to keep these unchanged |
Number.prototype.formatMoney = function (places, symbol, thousand, decimal) { | |
places = !isNaN(places = Math.abs(places)) ? places : 2; | |
symbol = symbol !== undefined ? symbol : "$"; | |
thousand = thousand || ","; | |
decimal = decimal || "."; | |
var number = this, | |
negative = number < 0 ? "-" : "", | |
i = parseInt(number = Math.abs(+number || 0).toFixed(places), 10) + "", | |
j = (j = i.length) > 3 ? j % 3 : 0; | |
return symbol + negative + (j ? i.substr(0, j) + thousand : "") + i.substr(j).replace(/(\d{3})(?=\d)/g, "$1" + thousand) + (places ? decimal + Math.abs(number - i).toFixed(places).slice(2) : ""); |
.column { | |
display: block; | |
flex-basis: 0; | |
flex-grow: 1; | |
flex-shrink: 1; | |
padding: 0.75rem; | |
} | |
.columns { | |
&.is-mobile > .column { |
<?php | |
namespace App\Lib; | |
use Utils; | |
class BulmaWalker extends \Walker_Nav_Menu | |
{ | |
private $cpt; // CPT, is current post a custom post type | |
private $archive; // Stores the archive page for current URL | |
public function __construct() |
add_action( 'woocommerce_admin_order_item_headers', 'collumn_invoice_header' ); | |
function collumn_invoice_header($order){ | |
?> | |
<th class="line_produtor_title sortable" data-sort="your-sort-option"> | |
name collumn | |
</th> | |
<?php | |
} |
this error happens because exists tags from olds version of PHP
check if exists in php.ini and remove or comment allow_call_time_pass_reference
check if exist any tag unable in php 7.1 like
;asp_tags = Off ;register_globals = Off
bower_components/* | |
node_modules/* |
.git-ftp-ignore | Conteúdo abaixo
bower_components/* node_modules/*
.git-ftp-include | Conteúdo abaixo
vendor/:composer.lock
Dentro da pasta .git, checar arquivo config