Lines Matching refs:strcmp
750 if (!strcmp(name, EL_PACKET)) { in php_wddx_push_element()
754 if (!strcmp(atts[i], EL_VERSION)) { in php_wddx_push_element()
758 } else if (!strcmp(name, EL_STRING)) { in php_wddx_push_element()
768 } else if (!strcmp(name, EL_BINARY)) { in php_wddx_push_element()
778 } else if (!strcmp(name, EL_CHAR)) { in php_wddx_push_element()
782 if (!strcmp(atts[i], EL_CHAR_CODE) && atts[i+1] && atts[i+1][0]) { in php_wddx_push_element()
790 } else if (!strcmp(name, EL_NUMBER)) { in php_wddx_push_element()
799 } else if (!strcmp(name, EL_BOOLEAN)) { in php_wddx_push_element()
803 if (!strcmp(atts[i], EL_VALUE) && atts[i+1] && atts[i+1][0]) { in php_wddx_push_element()
822 } else if (!strcmp(name, EL_NULL)) { in php_wddx_push_element()
831 } else if (!strcmp(name, EL_ARRAY)) { in php_wddx_push_element()
839 } else if (!strcmp(name, EL_STRUCT)) { in php_wddx_push_element()
847 } else if (!strcmp(name, EL_VAR)) { in php_wddx_push_element()
851 if (!strcmp(atts[i], EL_NAME) && atts[i+1] && atts[i+1][0]) { in php_wddx_push_element()
857 } else if (!strcmp(name, EL_RECORDSET)) { in php_wddx_push_element()
866 if (!strcmp(atts[i], "fieldNames") && atts[i+1] && atts[i+1][0]) { in php_wddx_push_element()
894 } else if (!strcmp(name, EL_FIELD)) { in php_wddx_push_element()
903 if (!strcmp(atts[i], EL_NAME) && atts[i+1] && atts[i+1][0]) { in php_wddx_push_element()
918 } else if (!strcmp(name, EL_DATETIME)) { in php_wddx_push_element()
947 if (!strcmp(name, EL_STRING) || !strcmp(name, EL_NUMBER) || in php_wddx_pop_element()
948 !strcmp(name, EL_BOOLEAN) || !strcmp(name, EL_NULL) || in php_wddx_pop_element()
949 !strcmp(name, EL_ARRAY) || !strcmp(name, EL_STRUCT) || in php_wddx_pop_element()
950 !strcmp(name, EL_RECORDSET) || !strcmp(name, EL_BINARY) || in php_wddx_pop_element()
951 !strcmp(name, EL_DATETIME)) { in php_wddx_pop_element()
964 if (!strcmp(name, EL_BINARY)) { in php_wddx_pop_element()
1009 if (!strcmp(ent1->varname, PHP_CLASS_NAME_VAR) && in php_wddx_pop_element()
1062 } else if (!strcmp(name, EL_BINARY) && Z_STRLEN_P(ent1->data) < 1) { in php_wddx_pop_element()
1069 } else if (!strcmp(name, EL_VAR) && stack->varname) { in php_wddx_pop_element()
1072 } else if (!strcmp(name, EL_FIELD)) { in php_wddx_pop_element()
1128 if (!strcmp(s, "true")) { in php_wddx_process_data()
1130 } else if (!strcmp(s, "false")) { in php_wddx_process_data()