numeric           836 Zend/zend_compile.c 		int numeric = 0;
numeric           838 Zend/zend_compile.c 		ZEND_HANDLE_NUMERIC_EX(Z_STRVAL(CONSTANT(opline.op2.constant)), Z_STRLEN(CONSTANT(opline.op2.constant))+1, index, numeric = 1);
numeric           839 Zend/zend_compile.c 		if (numeric) {
numeric          5881 Zend/zend_compile.c 				int numeric = 0;
numeric          5883 Zend/zend_compile.c 				ZEND_HANDLE_NUMERIC_EX(Z_STRVAL(CONSTANT(opline->op2.constant)), Z_STRLEN(CONSTANT(opline->op2.constant))+1, index, numeric = 1);
numeric          5884 Zend/zend_compile.c 				if (numeric) {
numeric          5913 Zend/zend_compile.c 			int numeric = 0;
numeric          5915 Zend/zend_compile.c 			ZEND_HANDLE_NUMERIC_EX(Z_STRVAL(CONSTANT(opline->op2.constant)), Z_STRLEN(CONSTANT(opline->op2.constant))+1, index, numeric = 1);
numeric          5916 Zend/zend_compile.c 			if (numeric) {
numeric          1252 ext/mssql/php_mssql.c 					result->fields[i].numeric = 1;
numeric          1258 ext/mssql/php_mssql.c 					result->fields[i].numeric = 0;
numeric          1724 ext/mssql/php_mssql.c 	add_property_long(return_value, "numeric", result->fields[field_offset].numeric);
numeric           183 ext/mssql/php_mssql.h 	int numeric;
numeric           284 ext/opcache/Optimizer/zend_optimizer.c 					int numeric = 0;
numeric           286 ext/opcache/Optimizer/zend_optimizer.c 					ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(val), Z_STRLEN_P(val)+1, index, numeric = 1);
numeric           287 ext/opcache/Optimizer/zend_optimizer.c 					if (numeric) {
numeric          1408 ext/sybase_ct/php_sybase_ct.c 		result->fields[i].numeric = result->numerics[i];
numeric          2007 ext/sybase_ct/php_sybase_ct.c 	add_property_long(return_value, "numeric", result->fields[field_offset].numeric);
numeric            94 ext/sybase_ct/php_sybase_ct.h 	int max_length, numeric;