Lines Matching refs:strcmp
744 if (!strcmp(name, EL_PACKET)) { in php_wddx_push_element()
748 if (!strcmp(atts[i], EL_VERSION)) { in php_wddx_push_element()
752 } else if (!strcmp(name, EL_STRING)) { in php_wddx_push_element()
762 } else if (!strcmp(name, EL_BINARY)) { in php_wddx_push_element()
772 } else if (!strcmp(name, EL_CHAR)) { in php_wddx_push_element()
776 if (!strcmp(atts[i], EL_CHAR_CODE) && atts[++i] && atts[i][0]) { in php_wddx_push_element()
784 } else if (!strcmp(name, EL_NUMBER)) { in php_wddx_push_element()
793 } else if (!strcmp(name, EL_BOOLEAN)) { in php_wddx_push_element()
797 if (!strcmp(atts[i], EL_VALUE) && atts[++i] && atts[i][0]) { in php_wddx_push_element()
809 } else if (!strcmp(name, EL_NULL)) { in php_wddx_push_element()
818 } else if (!strcmp(name, EL_ARRAY)) { in php_wddx_push_element()
826 } else if (!strcmp(name, EL_STRUCT)) { in php_wddx_push_element()
834 } else if (!strcmp(name, EL_VAR)) { in php_wddx_push_element()
838 if (!strcmp(atts[i], EL_NAME) && atts[++i] && atts[i][0]) { in php_wddx_push_element()
843 } else if (!strcmp(name, EL_RECORDSET)) { in php_wddx_push_element()
852 if (!strcmp(atts[i], "fieldNames") && atts[++i] && atts[i][0]) { in php_wddx_push_element()
879 } else if (!strcmp(name, EL_FIELD)) { in php_wddx_push_element()
888 if (!strcmp(atts[i], EL_NAME) && atts[++i] && atts[i][0]) { in php_wddx_push_element()
903 } else if (!strcmp(name, EL_DATETIME)) { in php_wddx_push_element()
932 if (!strcmp(name, EL_STRING) || !strcmp(name, EL_NUMBER) || in php_wddx_pop_element()
933 !strcmp(name, EL_BOOLEAN) || !strcmp(name, EL_NULL) || in php_wddx_pop_element()
934 !strcmp(name, EL_ARRAY) || !strcmp(name, EL_STRUCT) || in php_wddx_pop_element()
935 !strcmp(name, EL_RECORDSET) || !strcmp(name, EL_BINARY) || in php_wddx_pop_element()
936 !strcmp(name, EL_DATETIME)) { in php_wddx_pop_element()
949 if (!strcmp(name, EL_BINARY)) { in php_wddx_pop_element()
990 if (!strcmp(ent1->varname, PHP_CLASS_NAME_VAR) && in php_wddx_pop_element()
1043 } else if (!strcmp(name, EL_VAR) && stack->varname) { in php_wddx_pop_element()
1046 } else if (!strcmp(name, EL_FIELD)) { in php_wddx_pop_element()
1102 if (!strcmp(s, "true")) { in php_wddx_process_data()
1104 } else if (!strcmp(s, "false")) { in php_wddx_process_data()