| /PHP_5_3/ext/intl/collator/ |
| H A D | collator_sort.c | 226 if( Z_TYPE(result) == IS_DOUBLE )
|
| /PHP_5_3/ext/intl/dateformat/ |
| H A D | dateformat_format.c | 173 if(call_user_function(NULL, &zarg, zfuncname, &retval, 0, NULL TSRMLS_CC) != SUCCESS || Z_TYPE(retval) != IS_LONG) {
|
| /PHP_5_3/ext/ctype/ |
| H A D | ctype.c | 161 if (Z_TYPE(tmp) == IS_STRING) { \
|
| /PHP_5_3/ext/filter/ |
| H A D | filter.c | 459 Z_TYPE(raw_var) = IS_STRING; 469 Z_TYPE(new_var) = IS_STRING;
|
| /PHP_5_3/ext/interbase/ |
| H A D | ibase_events.c | 244 if (Z_TYPE(return_value) == IS_BOOL && !Z_BVAL(return_value)) {
|
| H A D | php_ibase_udf.c | 310 switch (Z_TYPE(return_value)) {
|
| /PHP_5_3/ext/mssql/ |
| H A D | php_mssql.c | 440 Z_TYPE(mssql_module_entry) = type; 696 Z_TYPE(new_le) = le_plink; 827 Z_TYPE(new_index_ptr) = le_index_ptr; 1527 if (Z_TYPE(result->data[result->cur_row][i]) != IS_NULL) { 1532 if (Z_TYPE(result->data[result->cur_row][i]) == IS_STRING) { 1553 else if (Z_TYPE(result->data[result->cur_row][i]) == IS_LONG) { 1560 else if (Z_TYPE(result->data[result->cur_row][i]) == IS_DOUBLE) { 1730 add_property_string(return_value, "type", php_mssql_get_field_name(Z_TYPE(result->fields[field_offset])), 1); 1820 RETURN_STRINGL(php_mssql_get_field_name(Z_TYPE(result->fields[field_offset])), strlen(php_mssql_get_field_name(Z_TYPE(resul [all...] |
| /PHP_5_3/ext/readline/ |
| H A D | readline.c | 471 if (Z_TYPE(_readline_array) == IS_ARRAY) {
|
| /PHP_5_3/ext/standard/ |
| H A D | array.c | 179 Z_TYPE(first) = IS_LONG; 182 Z_TYPE(first) = IS_STRING; 188 Z_TYPE(second) = IS_LONG; 191 Z_TYPE(second) = IS_STRING; 200 if (Z_TYPE(result) == IS_DOUBLE) { 371 if (Z_TYPE(result) == IS_DOUBLE) { 1412 if (Z_TYPE(final_name) == IS_NULL && var_name_len != 0) { 1418 if (Z_TYPE(final_name) == IS_NULL) { 1434 if (Z_TYPE(final_name) != IS_NULL && php_valid_var_name(Z_STRVAL(final_name), Z_STRLEN(final_name))) { 2845 if (Z_TYPE(resul [all...] |
| H A D | browscap.c | 275 Z_TYPE(fh) = ZEND_HANDLE_FP;
|
| /PHP_5_3/ext/sybase_ct/ |
| H A D | php_sybase_ct.c | 791 Z_TYPE(new_le) = le_plink; 893 Z_TYPE(new_index_ptr) = le_index_ptr; 1186 Z_TYPE(result) = IS_DOUBLE; \ 1219 if (!result->store && result->num_rows > 1 && Z_TYPE(result->data[i][j]) == IS_STRING) { 1249 Z_TYPE(result->data[i][j]) = IS_LONG; 1410 Z_TYPE(result->fields[i]) = result->types[i]; 2013 add_property_string(return_value, "type", php_sybase_get_field_name(Z_TYPE(result->fields[field_offset])), 1);
|
| /PHP_5_3/ext/tidy/ |
| H A D | tidy.c | 514 if (Z_TYPE(conv) != IS_STRING) { 519 if (Z_TYPE(conv) != Z_TYPE_P(value)) { 524 if (Z_TYPE(conv) != Z_TYPE_P(value)) { 530 if (Z_TYPE(conv) != IS_LONG) { 540 if (Z_TYPE(conv) != IS_LONG) {
|
| /PHP_5_3/ext/tokenizer/ |
| H A D | tokenizer.c | 148 if (destroy && Z_TYPE(token) != IS_NULL) {
|
| /PHP_5_3/main/ |
| H A D | php_variables.c | 55 Z_TYPE(new_entry) = IS_STRING; 623 Z_TYPE(new_entry) = IS_LONG;
|
| /PHP_5_3/sapi/milter/ |
| H A D | php_milter.c | 161 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { 231 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { 266 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { 306 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { 347 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { 387 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { 416 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { 452 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { 481 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { 510 if (status == SUCCESS && Z_TYPE(retva [all...] |
| /PHP_5_3/Zend/ |
| H A D | zend_execute_API.c | 668 switch (Z_TYPE(const_value)) { 1175 Z_TYPE(pv) = IS_STRING; 1292 if (Z_TYPE(opline->op2.u.constant) != IS_LONG) {
|
| H A D | zend_gc.c | 678 if (Z_TYPE(p->z) == IS_OBJECT) { 699 if (Z_TYPE(p->z) == IS_OBJECT) { 704 Z_TYPE(p->z) = IS_NULL; 707 } else if (Z_TYPE(p->z) == IS_ARRAY) { 708 Z_TYPE(p->z) = IS_NULL; 713 Z_TYPE(p->z) = IS_NULL;
|
| H A D | zend_ini_parser.y | 127 Z_TYPE_P(result) = Z_TYPE(z_constant);
|
| H A D | zend_object_handlers.h | 156 #define IS_ZEND_STD_OBJECT(z) (Z_TYPE(z) == IS_OBJECT && (Z_OBJ_HT((z))->get_class_entry != NULL))
|
| H A D | zend_opcode.c | 397 if (Z_TYPE(opline->op2.u.constant) != IS_LONG) {
|
| H A D | zend_operators.c | 191 if ((Z_TYPE(holder)=is_numeric_string(Z_STRVAL_P(op), Z_STRLEN_P(op), &Z_LVAL(holder), &Z_DVAL(holder), 1)) == 0) { \ 210 if (Z_TYPE(holder) == IS_LONG) { \ 251 Z_TYPE(holder) = IS_LONG; \ 293 Z_TYPE(holder) = IS_BOOL; \
|
| H A D | zend_operators.h | 434 #define Z_TYPE(zval) (zval).type macro 435 #define Z_TYPE_P(zval_p) Z_TYPE(*zval_p) 436 #define Z_TYPE_PP(zval_pp) Z_TYPE(**zval_pp)
|
| H A D | zend_compile.c | 128 Z_TYPE(CG(declarables).ticks) = IS_LONG; 379 if (Z_TYPE(varname->u.constant) != IS_STRING) { 1479 Z_TYPE(class_type->u.constant) == IS_STRING && 1494 (Z_TYPE(varname->u.constant) == IS_STRING) && 1530 if (Z_TYPE(initialization->u.constant) == IS_NULL || (Z_TYPE(initialization->u.constant) == IS_CONSTANT && !strcasecmp(Z_STRVAL(initialization->u.constant), "NULL"))) { 1541 if (Z_TYPE(initialization->u.constant) == IS_NULL || (Z_TYPE(initialization->u.constant) == IS_CONSTANT && !strcasecmp(Z_STRVAL(initialization->u.constant), "NULL"))) { 1543 } else if (Z_TYPE(initialization->u.constant) != IS_ARRAY && Z_TYPE(initializatio [all...] |
| H A D | zend_language_parser.y | 453 optional_class_type T_VARIABLE { znode tmp; fetch_simple_variable(&tmp, &$2, 0 TSRMLS_CC); $$.op_type = IS_CONST; Z_LVAL($$.u.constant)=1; Z_TYPE($$.u.constant)=IS_LONG; INIT_PZVAL(&$$.u.constant); zend_do_receive_arg(ZEND_RECV, &tmp, &$$, NULL, &$1, &$2, 0 TSRMLS_CC); } 454 | optional_class_type '&' T_VARIABLE { znode tmp; fetch_simple_variable(&tmp, &$3, 0 TSRMLS_CC); $$.op_type = IS_CONST; Z_LVAL($$.u.constant)=1; Z_TYPE($$.u.constant)=IS_LONG; INIT_PZVAL(&$$.u.constant); zend_do_receive_arg(ZEND_RECV, &tmp, &$$, NULL, &$1, &$3, 1 TSRMLS_CC); } 455 | optional_class_type '&' T_VARIABLE '=' static_scalar { znode tmp; fetch_simple_variable(&tmp, &$3, 0 TSRMLS_CC); $$.op_type = IS_CONST; Z_LVAL($$.u.constant)=1; Z_TYPE($$.u.constant)=IS_LONG; INIT_PZVAL(&$$.u.constant); zend_do_receive_arg(ZEND_RECV_INIT, &tmp, &$$, &$5, &$1, &$3, 1 TSRMLS_CC); } 456 | optional_class_type T_VARIABLE '=' static_scalar { znode tmp; fetch_simple_variable(&tmp, &$2, 0 TSRMLS_CC); $$.op_type = IS_CONST; Z_LVAL($$.u.constant)=1; Z_TYPE($$.u.constant)=IS_LONG; INIT_PZVAL(&$$.u.constant); zend_do_receive_arg(ZEND_RECV_INIT, &tmp, &$$, &$4, &$1, &$2, 0 TSRMLS_CC); } 467 | T_ARRAY { $$.op_type = IS_CONST; Z_TYPE($$.u.constant)=IS_NULL;} 570 /* empty */ { $$.op_type = IS_CONST; Z_TYPE($$.u.constant) = IS_BOOL; Z_LVAL($$.u.constant) = 1; } 778 | T_ARRAY '(' static_array_pair_list ')' { $$ = $3; Z_TYPE($$.u.constant) = IS_CONSTANT_ARRAY; }
|
| H A D | zend_vm_def.h | 915 Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_LONG; 1750 Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL; 1778 Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL; 2786 if ((Z_TYPE(opline->op2.u.constant) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT || Z_TYPE(opline->op2.u.constant)==IS_CONSTANT_ARRAY) { 2813 Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL; 3921 Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL; 4060 Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL; 4111 Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_LONG; /* shouldn't be necessary */ 4134 Z_TYPE(restored_error_reportin [all...] |